]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jun 2019 09:14:57 +0000 (17:14 +0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 29 Jun 2019 09:14:57 +0000 (17:14 +0800)
commitc7259a94feead4a6343fa9c4d6b5a2ce646da0ab
treeeab0952f853d209e0ad964d74f998ae5e5df85e7
parentf0b16a6382bcde7c5e3d5db0f79ca55ba309a931
parentd09a1735b97a9ad61afe2513d833d4aa737509d7
Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax

Pull XArray fixes from Matthew Wilcox:

 - Account XArray nodes for the page cache to the appropriate cgroup
   (Johannes Weiner)

 - Fix idr_get_next() when called under the RCU lock (Matthew Wilcox)

 - Add a test for xa_insert() (Matthew Wilcox)

* tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax:
  XArray tests: Add check_insert
  idr: Fix idr_get_next race with idr_remove
  mm: fix page cache convergence regression
tools/testing/radix-tree/idr-test.c