in the next few release cycles". Over six years later, that promise is still present, but it will never be fulfilled. Instead, the read-only option will soon be removed, reflecting how the core of the memory-subsystem has changed underneath this particular feature.
Vue normale
[$] Removing read-only transparent huge pages for the page cache
10 avril 2026 à 13:26
Things do not always go the way kernel developers think they will. When
the kernel gained support for the creation of read-only transparent huge
pages for the page cache in 2019, the developer of that feature, Song Liu,
added a
Kconfig file entry promising that support for writable huge
pages would arrive "
Reçu — 6 avril 2026
⏭
LWN
Kernel prepatch 7.0-rc7
6 avril 2026 à 01:01
Linus has released 7.0-rc7 for testing.
"
Things look set for a final release next weekend, but please keep testing. The Easter bunny is watching".
Reçu — 5 avril 2026
⏭
LWN
Hackers breached the European Commission (The Next Web)
5 avril 2026 à 13:55
LWN recently reported on the Trivy
compromise that led, in turn, to the compromise of the LiteLLM system; that
article made the point that the extent of the problem was likely rather
larger than was known. The Next Web now reports
that the Trivy attack was used to compromise a wide range of European
Commission systems.
The European Union's computer emergency response team said on Thursday that a supply chain attack on an open-source security scanner gave hackers the keys to the European Commission's cloud infrastructure, resulting in the theft and public leak of approximately 92 gigabytes of compressed data including the personal information and email contents of staff across dozens of EU institutions.
Reçu — 2 avril 2026
⏭
LWN
[$] IPC medley: message-queue peeking, io_uring, and bus1
2 avril 2026 à 15:07
The kernel provides a number of ways for processes to communicate with each
other, but they never quite seem to fit the bill for many users. There are
currently a few proposals for interprocess communication (IPC) enhancements
circulating on the mailing lists. The most straightforward one adds a new
system call for POSIX message queues that enables the addition of new
features. For those wanting an entirely new way to do interprocess
communication, there is a proposal to add a new subsystem for that purpose
to io_uring. Finally, the bus1 proposal has made a return after ten years.