This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f3124ccf025c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...] new bd54211b8e19 XArray tests: RCU lock prohibits GFP_KERNEL new 809ab9371ca0 XArray: Update xa_erase family descriptions new fd9dc93e3623 XArray: Change xa_insert to return -EBUSY new 3ccaf57a6a63 XArray: Add support for 1s-based allocation new a3e4d3f97ec8 XArray: Redesign xa_alloc API new 2fa044e51a1f XArray: Add cyclic allocation new f818b82b8016 XArray: Mark xa_insert and xa_reserve as must_check new b38f6c502706 XArray: Fix xa_release in allocating arrays new 962033d55d07 XArray: Use xa_cmpxchg to implement xa_reserve new 2fbe967b3eb7 XArray: Fix xa_erase of 2-byte aligned entries new 4a5c8d898948 XArray: Fix xa_reserve for 2-byte aligned entries new ea295481b6e3 Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/user [...]
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/core-api/xarray.rst | 15 +- drivers/infiniband/core/device.c | 32 ++-- drivers/infiniband/core/restrack.c | 25 +--- fs/nilfs2/btnode.c | 2 +- include/linux/xarray.h | 296 ++++++++++++++++++++++++++----------- lib/test_xarray.c | 288 +++++++++++++++++++++++++++++------- lib/xarray.c | 163 +++++++++++--------- 7 files changed, 561 insertions(+), 260 deletions(-)