diff options
author | 2024-05-06 10:27:58 -0700 | |
---|---|---|
committer | 2024-05-06 10:27:58 -0700 | |
commit | ee5b455b0adae9ecafb38b174c648c48f2a3c1a5 (patch) | |
tree | 7351be427ce58c88a412649f65cff45649e590b9 /net/unix/af_unix.c | |
parent | Merge tag 'auxdisplay-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay (diff) | |
parent | mm/slab: make __free(kfree) accept error pointers (diff) | |
download | wireguard-linux-ee5b455b0adae9ecafb38b174c648c48f2a3c1a5.tar.xz wireguard-linux-ee5b455b0adae9ecafb38b174c648c48f2a3c1a5.zip |
Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Pull slab fixes from Vlastimil Babka:
- Fix for cleanup infrastructure (Dan Carpenter)
This makes the __free(kfree) cleanup hooks not crash on error
pointers.
- SLUB fix for freepointer checking (Nicolas Bouchinet)
This fixes a recently introduced bug that manifests when
init_on_free, CONFIG_SLAB_FREELIST_HARDENED and consistency checks
(slub_debug=F) are all enabled, and results in false-positive
freepointer corrupt reports for caches that store freepointer outside
of the object area.
* tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
mm/slab: make __free(kfree) accept error pointers
mm/slub: avoid zeroing outside-object freepointer for single free
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions