OSDN Git Service

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)
commit22f19f67404833c2282b7a8c2f4703d9aff8f748
tree089aea35bc32e232c93270a9e4b365d3972330dc
parent88c5060d56d8f756653bbee89fa45a752e241c9c
parent63b1898fffcd8bd81905b95104ecc52b45a97e21
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()