]> 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)
commit14f986521ec90ef224857a4e644c0fe28fbc166f
treeeab0952f853d209e0ad964d74f998ae5e5df85e7
parentfc6867dd7235f2e5b1887f6e0e7cc4684b6d3372
parentc01717d427fcb42a676c8705cc943b1e9792e525
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