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)
commit01305db842e1e637944090a3de7e4259c4a3a029
treeeab0952f853d209e0ad964d74f998ae5e5df85e7
parent0839c537628df5a3b713d0f619b2dcc8469f08c0
parent12fd2aee6db765ab4e97c4a37e6d1f6c10e74ee6
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