The kernel becomes its own CNA https://lwn.net/Articles/961961/ #LWN
CFP for LPC 2024 is out!
Please mark your calendar:
Deadline to propose a microconference: April 4, 2024
Deadline to submit talks to LPC Refereed and Kernel Summit track: June 16, 2024
LPC 2024 website is up!
Linux Plumbers Conference 2024 will take place on Wednesday 18th, Thursday 19th and Friday 20th of September. The in-person venue is the Austria Center, Vienna, Austria. Please checkout the website for more details!
[$] The hard life of a virtual-filesystem developer https://lwn.net/Articles/960088/ #LWN
[$] The things nobody wants to pay for https://lwn.net/Articles/959069/ #LWN
After 4 years the strlcpy() API has been fully removed from the Linux kernel. Long live strscpy().
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d26270061ae66b915138af7cd73ca6f8b85e6b44
Next up, strncpy()!
https://github.com/KSPP/linux/issues/90
Staycation: day five.
Power still off, but outside is warming up. So now it’s a big ice rink outside with people playing bumper cars with the real things.
Not interested in partaking in that particular contact sport, and as a result I’m still not leaving the house even if the worry about frozen pipes is fading.
Instead trying to see how far I can get on the remaining merge window pulls on just battery power. Not very far I bet, but at least something.
PGE claims power back tonight. Of course, they did that yesterday too…
SK Hynix shared[1] their DAMOS-based tiered memory management test results, with patches for that. To quote,
“DAMON 2-tier” memory management reduces the performance slowdown compared to the “default” memory policy from 15~17% to 4~5% when the system runs with high memory pressure on its fast tier DRAM nodes.
[1] https://lore.kernel.org/damon/20240115045253.1775-1-honggyu.kim@sk.com/
With https://git.kernel.org/torvalds/c/d30e51aa7b1f6fa7dd78d4598d1e4c047fcc3fb9 #SLAB is now gone from the #Linux #kernel. SLUB thus is now the one and only, as SLOB was removed a few moons ago already. Congrats to @vbabka for these successful shrinking efforts!
The merge commit linked above also brought "SLUB: delayed freezing of CPU partial slabs", which can improve the performance in certain benchmarks. #LinuxKernel