]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
Merge tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Sep 2025 16:54:20 +0000 (09:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 4 Sep 2025 16:54:20 +0000 (09:54 -0700)
commit68f285e2647814754b9ba77b79cb32c9be2146aa
tree14b391615f68f3e7647f9be883f3f5c25c337cc9
parent08b06c30a44555a8b1d14950e4462a52bfa0758b
parent850470a8413a8a78e772c4f6bd9fe81ec6bd5b0f
Merge tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab

Pull slab fixes from Vlastimil Babka:

 - Stable fix to make slub_debug code not access invalid pointers in the
   process of reporting issues (Li Qiong)

 - Stable fix to make object tracking pass gfp flags to stackdepot to
   avoid deadlock in contexts that can't even wake up kswapd due to e.g.
   timers debugging enabled (yangshiguang)

* tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  mm: slub: avoid wake up kswapd in set_track_prepare
  mm/slub: avoid accessing metadata when pointer is invalid in object_err()