Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-dax
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jan 2019 04:08:30 +0000 (17:08 +1300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Jan 2019 04:08:30 +0000 (17:08 +1300)
commit48b161983ae5266ffa42f0ccaf7224eaeda38e59
tree1f454173fbb4087759c95f69c841990045dcbc5f
parentf8ff6c732d35904d773043f979b844ef330c701b
parentedcddd4c879af48ec922d680b2d56834c085683b
Merge tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-dax

Pull XArray fixes from Matthew Wilcox:
 "Fix some oversights in the XArray porcelain API:

   - support for m68k's two-byte aligned pointers

   - reserving entries using xa_insert()

   - missing xa_insert_bh() and xa_insert_irq() functions

   - simplify using xa_for_each()

   - use lockdep correctly

   - a few other minor fixes and improvements"

* tag 'xarray-5.0-rc3' of git://git.infradead.org/users/willy/linux-dax:
  XArray: Fix an arithmetic error in xa_is_err
  XArray tests: Check mark 2 gets squashed
  XArray: Fix typo in comment
  XArray: Honour reserved entries in xa_insert
  XArray: Permit storing 2-byte-aligned pointers
  XArray: Change xa_for_each iterator
  XArray: Turn xa_init_flags into a static inline
  XArray tests: Add RCU locking