Someone asked me to sign their gpg key so I did. Am I doing this gpg thing right?
2006: talk is cheap, show me the code!
2026: code is cheap, show me the talk!
Red Hat unions against layoffs !
https://solidairesinformatique.org/2026/04/16/red-hat-unions-against-lay-offs/
slab: support for compiler-assisted type-based slab cache partitioning
@melver posted a kernel patch that provides an alternative mode to RANDOM_KMALLOC_CACHES called TYPED_KMALLOC_CACHES.
The new mode leverages a Clang 22 feature called "allocation tokens". Unlike RANDOM_KMALLOC_CACHES, this mode deterministically assigns caches to allocations based on their types, and not allocation sites.
https://lore.kernel.org/all/20260331111240.153913-1-elver@google.com/