]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Mar 2017 18:52:26 +0000 (10:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Mar 2017 18:52:26 +0000 (10:52 -0800)
commit9e91c144e689bb780b412c2c7908b9cf7b96f31f
tree8fe573a54384a1ff54fc0022fa6285ac9f557779
parentf7d6a7283aa1de430c6323a9714d1a787bc2d1ea
parentf0f3f2d0a3e0f7c48163fd8b45f5909d46e7f371
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax

Pull idr fix (and new tests) from Matthew Wilcox:
 "One urgent patch in here; freeing the correct IDA bitmap.

  Everything else is changes to the test suite"

* 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax:
  radix tree test suite: Specify -m32 in LDFLAGS too
  ida: Free correct IDA bitmap
  radix tree test suite: Depend on Makefile and quieten grep
  radix tree test suite: Fix build with --as-needed
  radix tree test suite: Build 32 bit binaries
  radix tree test suite: Add performance test for radix_tree_join()
  radix tree test suite: Add performance test for radix_tree_split()
  radix tree test suite: Add performance benchmarks
  radix tree test suite: Add test for radix_tree_clear_tags()
  radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()
  radix tree test suite: Add test for idr_get_next()