diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-06 10:27:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-06 10:27:58 -0700 |
commit | ee5b455b0adae9ecafb38b174c648c48f2a3c1a5 (patch) | |
tree | 7351be427ce58c88a412649f65cff45649e590b9 /drivers | |
parent | c73677ca411d3dbfe585dcbf389b3cd83e0e3530 (diff) | |
parent | cd7eb8f83fcf258f71e293f7fc52a70be8ed0128 (diff) |
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 'drivers')
0 files changed, 0 insertions, 0 deletions