Hírolvasó
We are now at 6.9-beta, go for snapshots, test!
The 2021 Season of Docs application for organizations is open
Google Open Source has announced
the 2021 edition of Season of
Docs. "In 2021, the Season of Docs program will continue to
support better documentation in open source and provide opportunities for
skilled technical writers to gain open source experience. In addition,
building on what we’ve learned from the successful 2019 and 2020 projects,
we’re expanding our focus to include learning about effective metrics for
evaluating open source documentation." Open source organizations may
apply to take part in Season of Docs until March 26.
Jordan: ktest: Automated Testing For Kernel Programmers
Daniel Jordan looks at
ktest on the Oracle Linux blog. "Where ktest is especially
useful, though, is in its ability to do these things for each patch in a
series, thereby freeing you from a significant amount of tedium. For your
chosen configs, the series will be cleanly bisectable and won't trigger
upstream build bots with easily avoided errors and warnings
mid-series. (Those bots are nice for less common configs though.) Code
reviewers' moods improve too because each patch will stand alone with all
the necessary code."
Pattern matching accepted for Python
The Python steering council has, after some discussion, accepted the
controversial proposal to add a
pattern-matching primitive to the language.
"We acknowledge that
Pattern Matching is an extensive change to Python and that reaching
consensus across the entire community is close to impossible. Different
people have reservations or concerns around different aspects of the
semantics and the syntax (as does the Steering Council). In spite of this,
after much deliberation, reviewing all conversations around these PEPs, as
well as competing proposals and existing poll results, and after several
in-person discussions with the PEP authors, we are confident that Pattern
Matching as specified in PEP 634, et al, will be a great addition to the
Python language."
Security updates for Tuesday
Security updates have been issued by CentOS (flatpak), Debian (connman, golang-1.11, and openjpeg2), Fedora (pngcheck), Mageia (php, phppgadmin, and wpa_supplicant), openSUSE (privoxy), Oracle (flatpak and kernel), Red Hat (qemu-kvm-rhev), SUSE (kernel, python-urllib3, and python3), and Ubuntu (firefox).
Cook: security things in Linux v5.8
Kees Cook catches
up with the security-related changes in the 5.8 kernel release.
"With this in place, Jump-Oriented Programming (JOP, where code
gadgets are chained together with jumps and calls) is no longer available
to the attacker. An attacker’s code must make direct function calls. This
basically reduces the 'usable' code available to an attacker from every
word in the kernel text to only function entries (or jump targets). This is
a 'low granularity' forward-edge Control Flow Integrity (CFI) feature,
which is important (since it greatly reduces the potential targets that can
be used in an attack) and cheap (implemented in hardware). It’s a good
first step to strong CFI, but (as we’ve seen with things like CFG) it isn’t
usually strong enough to stop a motivated attacker."
The Rust language gets a foundation
The newly formed Rust Foundation has announced
its existence. "Today, on behalf of the Rust Core team, I’m
excited to announce the Rust Foundation, a new independent non-profit
organization to steward the Rust programming language and ecosystem, with a
unique focus on supporting the set of maintainers that govern and develop
the project. The Rust Foundation will hold its first board meeting
tomorrow, February 9th, at 4pm CT. The board of directors is composed of 5
directors from our Founding member companies, AWS, Huawei, Google,
Microsoft, and Mozilla, as well as 5 directors from project leadership, 2
representing the Core Team, as well as 3 project areas: Reliability,
Quality, and Collaboration." Mozilla has transferred its trademarks
and domains for Rust over to the foundation.
[$] The burstable CFS bandwidth controller
The kernel's CFS bandwidth controller is an effective way of controlling
just how much CPU time is available to each control group. It can keep
processes from consuming too much CPU time and ensure that adequate time is
available for all processes that need it. That said, it's not entirely
surprising that
the bandwidth controller is not perfect for every workload out there. This
patch set from Huaixin Chang aims to make it work better for bursty,
latency-sensitive workloads.
Four stable kernels
Security updates for Monday
Security updates have been issued by Debian (chromium, gdisk, intel-microcode, privoxy, and wireshark), Fedora (mingw-binutils, mingw-jasper, mingw-SDL2, php, python-pygments, python3.10, wireshark, wpa_supplicant, and zeromq), Mageia (gdisk and tomcat), openSUSE (chromium, cups, kernel, nextcloud, openvswitch, RT kernel, and rubygem-nokogiri), SUSE (nutch-core), and Ubuntu (openldap, php-pear, and qemu).
Kernel prepatch 5.11-rc7
The 5.11-rc7 kernel prepatch is out for
testing. "Anyway, this is hopefully the last rc for this release, unless some
surprise comes along and makes a travesty of our carefully laid plans.
It happens.
Nothing hugely scary stands out, with the biggest single part of the
patch being some new self-tests. In fact, about a quarter of the patch
is documentation and selftests."
02/07 Diamond Linux-TT 05.Fb.21
Two new "experimental" stable kernels
Greg Kroah-Hartman has released the 4.9.256
and 4.4.256 in order to try to figure out
if there are any user-space problems caused by the overflow of the minor version number for those
stable-kernel series. "With this release, KERNEL_VERSION(4, 9, 256) is the same as KERNEL_VERSION(4, 10, 0).
Nothing in the kernel build itself breaks with this change, but given that this
is a userspace visible change, and some crazy tools (like glibc and gcc) have
logic that checks the kernel version for different reasons, I wanted to do this
release as an 'empty' release to ensure that everything still works
properly." Those who could be affected would be well-advised to
test this change immediately as he plans another 4.9 release in a
week's time.
[$] The imminent stable-version apocalypse
As has often been pointed out, the stable-kernel releases are meant to be
stable; that means they should be even more averse to ABI breaks than
mainline releases, if that is possible. This may be a hard promise to keep
for the next set of stable kernels, though, for the most mundane of
reasons: nobody thought that there would be more than 255 minor updates to
any given kernel release.
Security updates for Friday
Security updates have been issued by Fedora (java-11-openjdk, kernel, and monitorix), Mageia (mutt, nodejs, and nodejs-ini), Oracle (flatpak, glibc, and kernel), Red Hat (rh-nodejs14-nodejs), Scientific Linux (flatpak), and Ubuntu (flatpak and minidlna).
[$] ioctl() for io_uring
Of all the system calls in the Unix tradition, few are as maligned as ioctl().
But ioctl() exists for a reason — for many reasons, in truth — and
cannot be expected to go away anytime soon. It is thus unsurprising that
there is interest in providing ioctl()-like functionality in the
io_uring subsystem. A recent RFC patch set
from Jens Axboe shows the form that this feature might take in the
io_uring context.
Security updates for Thursday
Security updates have been issued by CentOS (glibc, linux-firmware, perl, and qemu-kvm), Debian (dnsmasq), Fedora (netpbm), Mageia (firefox, messagelib, python and python3, ruby-nokogiri, and thunderbird), Oracle (kernel, perl, and qemu-kvm), Red Hat (flatpak), and SUSE (openvswitch and python-urllib3).
[$] LWN.net Weekly Edition for February 4, 2021
The LWN.net Weekly Edition for February 4, 2021 is available.