OpenSSH 9.6 Arrives: Patching Up and Powering Up

OpenSSH, the workhorse of secure remote access, has received a welcome update with version 9.6. This release doesn’t just patch security holes; it also throws in some handy new features to keep your remote connections running smoothly and securely.

The post OpenSSH 9.6 Arrives: Patching Up and Powering Up appeared first on Linux Today.



Source: Linux Today – OpenSSH 9.6 Arrives: Patching Up and Powering Up

[$] The Linux graphics stack in a nutshell, part 1

Linux graphics developers often speak of modern Linux graphics
when they refer to a number of individual software components and how they
interact
with each other.
Among other things, it’s a mix of kernel-managed display resources,
Wayland for compositing, accelerated 3D rendering, and decidedly not X11.
In a two-part series, we will take a fast-paced journey
through the graphics code to see how it converts application data
to pixel data and displays it on the screen. In this installment, we look
at application rendering, Mesa internals, and the
necessary kernel features.

Source: LWN.net – [$] The Linux graphics stack in a nutshell, part 1

OpenSSH 9.6 released

OpenSSH
9.6
has been released. It includes some minor improvements and a fix
for the so-called Terrapin
attack
.

While cryptographically novel, the security impact of this attack
is fortunately very limited as it only allows deletion of
consecutive messages, and deleting most messages at this stage of
the protocol prevents user authentication from proceeding and
results in a stuck connection.



Source: LWN.net – OpenSSH 9.6 released

Firefox 121.0 released

Version
121.0
of the Firefox browser is out. Along with the usual pile of
security fixes, this release add the ability to force links to be rendered
with underlines and use of Wayland by default if it is available: “This
brings support for touchpad & touchscreen gestures, swipe-to-nav,
per-monitor DPI settings, better graphics performance, and more.


Source: LWN.net – Firefox 121.0 released

GuardRail: Open-Source Tool for Data Analysis, AI Content Generation Using OpenAI GPT Models

GuardRail OSS offers an API-driven framework for advanced data analysis, bias mitigation, sentiment analysis, content classification, and oversight tailored to an organization’s specific AI needs.

The post GuardRail: Open-Source Tool for Data Analysis, AI Content Generation Using OpenAI GPT Models appeared first on Linux Today.



Source: Linux Today – GuardRail: Open-Source Tool for Data Analysis, AI Content Generation Using OpenAI GPT Models

[$] The intersection of mlx5, netdev, and lockdown

The NVIDIA Mellanox ConnectX HW family of adapters is a complex beast,
supporting networking, InfiniBand, RDMA, and more. As a result, the mlx5
kernel driver that supports this hardware is also complex, as is the
interface that it provides to user space. The mlx5 developers have, for a
while now, been proposing
the addition of a new control interface, in the form of a separate virtual
device exported by the kernel, that would make vast amounts of debugging
information available. This driver has encountered some significant
opposition on its way toward the mainline, though, raising a number of
questions about appropriate interfaces and when subsystem maintainers have
veto power over submissions.

Source: LWN.net – [$] The intersection of mlx5, netdev, and lockdown

GNOME 44.7 Optimizes Shell Application Search and Improves Performance

GNOME 44.7 is here for users who are still using the GNOME 44 desktop environment series and promises to optimize application search in the GNOME Shell, whose performance was improved thanks to the devs addressing a performance degradation caused by a repeated signal leak.

The post GNOME 44.7 Optimizes Shell Application Search and Improves Performance appeared first on Linux Today.



Source: Linux Today – GNOME 44.7 Optimizes Shell Application Search and Improves Performance