All posts by corbet

[$] 2025 Maintainers Summit development process discussions

Post Syndicated from corbet original https://lwn.net/Articles/1050179/

The final part of the 2025 Maintainers Summit was devoted to the kernel’s
development process itself. There were two sessions, one on continuity and
succession planning, and the traditional discussion, led by Linus Torvalds,
on any pain points that the community is experiencing. There was not a lot
that developers were unhappy about, and there are now more explicit plans in
the works to provide a process should Torvalds abruptly become unable to
fill his role.

[$] Better development tools for the kernel

Post Syndicated from corbet original https://lwn.net/Articles/1050177/

Despite depending heavily on tools, the kernel project often seems to
under-invest in the development of those tools. There has been progress in
that area, though. At the 2025 Maintainers Summit, Konstantin Ryabitsev,
who is (among other things) the author of b4, led a session on ways
in which the kernel’s tools could be improved to make the development
process more efficient and accessible.

Kernel prepatch 6.19-rc1

Post Syndicated from corbet original https://lwn.net/Articles/1050381/

Linus has released 6.19-rc1, perhaps a bit
earlier than expected.

So it’s Sunday afternoon in the part of the world where I am now,
so if somebody was looking at trying to limbo under the merge
window timing with one last pull request and is taken by surprise
by the slightly unusual timing of the rc1 release, that failed.

Teaching moment, or random capricious acts? You be the judge.

Conill: Rethinking sudo with object capabilities

Post Syndicated from corbet original https://lwn.net/Articles/1050370/

Ariadne Conill is
exploring
a capability-based approach to privilege escalation on Linux
systems.

Inspired by the object-capability model, I’ve been working on a
project named capsudo. Instead of
treating privilege escalation as a temporary change of identity,
capsudo reframes it as a mediated interaction with a service called
capsudod that holds specific authority, which may range
from full root privileges to a narrowly scoped set of capabilities
depending on how it is deployed.

[$] The state of the kernel Rust experiment

Post Syndicated from corbet original https://lwn.net/Articles/1050174/

The ability to write kernel code in Rust was explicitly added as an
experiment — if things did not go well, Rust would be removed again. At
the 2025 Maintainers Summit, a session was held to evaluate the state of
that experiment, and to decide whether the time had come to declare the
result to be a success. The (arguably unsurprising) conclusion was that
the experiment is indeed a success, but there were some interesting points
made along the way.

[$] Best practices for linux-next

Post Syndicated from corbet original https://lwn.net/Articles/1050027/

One of the key components in the kernel’s development process is the
linux-next repository. Every day, a large number of branches, each
containing commits intended for the next kernel development cycle, is
pulled into linux-next and integrated. If there are conflicts between
branches, the linux-next process will reveal them. In theory, many other
types of problems can be found as well. Some developers feel that
linux-next does not work as well as it could, though. At the 2025
Maintainers Summit, Mark Brown, who helps to keep linux-next going, led a
session on how it could be made to work more effectively.

[$] Toward a policy for machine-learning tools in kernel development

Post Syndicated from corbet original https://lwn.net/Articles/1049830/

The first topic of discussion at the 2025 Maintainers Summit has been in
the air for a while: what role — if any — should machine-learning-based
tools have in the kernel development process? While there has been a fair
amount of controversy around these tools, and concerns remain, it seems
that the kernel community, or at least its high-level maintainership, is
comfortable with these tools becoming a significant part of the development
process.

[$] LWN.net Weekly Edition for December 11, 2025

Post Syndicated from corbet original https://lwn.net/Articles/1049161/

Inside this week’s LWN.net Weekly Edition:

  • Front: Rust in CPython; Python frozendict; Bazzite; IETF post-quantum disagreement; Distrobox; 6.19 merge window; Leaving the TAB.
  • Briefs: Let’s Encrypt retrospective; PKI infrastructure; Rust in kernel to stay; CNA series; Alpine 3.23.0; cmocka 2.0; Firefox 146; 2024 Free Software Awards; Quotes; …
  • Announcements: Newsletters, conferences, security updates, patches, and more.

The end of the kernel Rust experiment

Post Syndicated from corbet original https://lwn.net/Articles/1049831/

The topic of the Rust experiment was just discussed at the annual
Maintainers Summit. The consensus among the assembled developers is that
Rust in the kernel is no longer experimental — it is now a core part of the
kernel and is here to stay. So the “experimental” tag will be coming off.
Congratulations are in order for all of the Rust-for-Linux team.

(Stay tuned for details in our Maintainers Summit coverage.)

[$] An open seat on the TAB

Post Syndicated from corbet original https://lwn.net/Articles/1049035/

As has been recently announced,
nominations are open for the 2025 Linux Foundation Technical Advisory Board
(TAB) elections. I am one of the TAB members whose term is coming to an
end, but I have decided that, after 18 years on the board, I will not
be seeking re-election; instead, I will step aside and make room for a
fresh voice. My time on the TAB has been rewarding, and I will be sad to
leave; the TAB has an important role to play in the functioning of the
kernel community.

[$] The beginning of the 6.19 merge window

Post Syndicated from corbet original https://lwn.net/Articles/1048869/

As of this writing, 4,124 non-merge commits have been pulled into the
mainline repository for the 6.19 kernel development cycle. That is a
relatively small fraction of what can be expected this time around, but it
contains quite a bit of significant work, with changes to many core kernel
subsystems. Read on for a summary of the first part of the 6.19 merge
window.

Home Assistant 2025.12 released

Post Syndicated from corbet original https://lwn.net/Articles/1049142/

Version
2025.12
of the Home Assistant home-automation system has been released.

This month, we’re unveiling Home Assistant Labs, a brand-new space
where you can preview features before they go mainstream. And what
better way to kick it off than with Winter mode? ❄️ Enable it and
watch snowflakes drift across your dashboard. It’s completely
unnecessary, utterly delightful, and exactly the kind of thing we
love to build. ❄️

But that’s just the beginning. We’ve been working on making
automations more intuitive over the past releases, and this release
finally delivers purpose-specific triggers and conditions. Instead
of thinking in (numeric) states, you can now simply say “When a
light turns on” or “If the climate is heating”. It’s automation
building the way our mind works, as it should be.

[$] Checked-size array parameters in C

Post Syndicated from corbet original https://lwn.net/Articles/1046840/

There are many possible programmer mistakes that are not caught by the
minimal checks specified by the C language; among those is passing an array
of the wrong size to a function. A recent attempt to add some safety
around array parameters within the crypto layer involved the use of some
clever tricks, but it turns out that clever tricks are unnecessary in this
case. There is an obscure C feature that can cause this checking to
happen, and it is already in use in a few places within the kernel.

[$] Some 6.18 development statistics

Post Syndicated from corbet original https://lwn.net/Articles/1046966/

Linus Torvalds released
the 6.18 kernel as expected on November 30, closing the last full
development cycle of 2025. It was another busy cycle, featuring a record
number of developers. The time has come for a look at where the code came
from for this kernel release, but also for the year-long long-term-support
cycle which has also reached its conclusion with this release.

The 6.18 kernel has been released

Post Syndicated from corbet original https://lwn.net/Articles/1048703/

Linus has released the 6.18 kernel, as expected.

So I’ll have to admit that I’d have been happier with slightly less
bugfixing noise in this last week of the release, but while there’s
a few more fixes than I would hope for, there was nothing that made
me feel like this needs more time to cook. So 6.18 is tagged and
pushed out.

Headline changes in this release include
the ability
to manage namespaces with file handles,
support for the AccECN
congestion-control protocol,
initial support for signing of BPF
programs,
improved memory management with sheaves,
the Rust binder driver,
better control over transparent huge
pages
,
and a lot more.
This release also saw the removal
of the bcachefs filesystem
.

See the LWN merge-window summaries
(part 1, part 2)
and the KernelNewbies 6.18
page
for more information.

Landlock-ing Linux (prizrak.me)

Post Syndicated from corbet original https://lwn.net/Articles/1048704/

The prizrak.me blog is carrying an introduction to the
Landlock security module
.

Landlock shines when an application has a predictable set of files
or directories it needs. For example, a web server could restrict
itself to accessing only /var/www/html and /tmp.

Unlike SELinux or AppArmor, Landlock policies don’t require
administrator involvement or system-wide configuration. Developers
can embed policies directly in application code, making sandboxing
a natural part of the development process.

Kernel prepatch 6.18-rc7

Post Syndicated from corbet original https://lwn.net/Articles/1047578/

Linus has released 6.18-rc7, probably the
last -rc before the 6.18 release.

So the rc6 kernel wasn’t great: we had a last-minute core VM
regression that caused people problems.

That’s not a great thing late in the release cycle like that, but
it was a fairly trivial fix, and the cause wasn’t some horrid bug,
just a latent gotcha that happened to then bite a late VM fix. So
while not great, it also doesn’t make me worry about the state of
6.18. We’re still on track for a final release next weekend unless
some big new problem rears its ugly head.