https://github.com/torvalds/linux
Revision 54fb58aec47a49a80534d2ccabd319334d6b0ef8 authored by Linus Torvalds on 19 October 2023, 17:53:31 UTC, committed by Linus Torvalds on 19 October 2023, 17:53:31 UTC
Pull slab fix from Vlastimil Babka:

 - stable fix to prevent kernel warnings with KASAN_HW_TAGS on arm64
   due to improperly resolved kmalloc alignment restrictions (Catalin
   Marinas)

* tag 'slab-fixes-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
  mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()
2 parent s 189b756 + c15cdea
History
Tip revision: 54fb58aec47a49a80534d2ccabd319334d6b0ef8 authored by Linus Torvalds on 19 October 2023, 17:53:31 UTC
Merge tag 'slab-fixes-for-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Tip revision: 54fb58a

back to top