]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xarray-5.18a' of git://git.infradead.org/users/willy/xarray
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Apr 2022 20:31:39 +0000 (13:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Apr 2022 20:31:39 +0000 (13:31 -0700)
commit37bb3b6e2331ce8f9e06e9d820bdf0c737482c5a
tree089aea35bc32e232c93270a9e4b365d3972330dc
parent6d02303b8911f34ea24cfd2b27b34342a09c825e
parentc1d626372ba3e5ef9ecb4d0073e766d50c85d35e
Merge tag 'xarray-5.18a' of git://git.infradead.org/users/willy/xarray

Pull xarray fixes from Matthew Wilcox:
 "Syzbot found a nasty race between large page splitting and page
  lookup. Details in the commit log, but fortunately it has a reliable
  reproducer. I thought it better to send this one to you straight away.

  Also fix the test suite build for kmem_cache_alloc_lru()"

* tag 'xarray-5.18a' of git://git.infradead.org/users/willy/xarray:
  XArray: Disallow sibling entries of nodes
  tools: Add kmem_cache_alloc_lru()