[GIT PULL] XArray changes for 6.0-rc1

From: Matthew Wilcox
Date: Tue Aug 02 2022 - 13:18:52 EST


The following changes since commit 32346491ddf24599decca06190ebca03ff9de7f8:

Linux 5.19-rc6 (2022-07-10 14:40:51 -0700)

are available in the Git repository at:

git://git.infradead.org/users/willy/xarray.git tags/xarray-6.0

for you to fetch changes up to 85656ec193e9ca9c11f7c75dc733c071755b189e:

IDR: Note that the IDR API is deprecated (2022-07-10 21:17:30 -0400)

----------------------------------------------------------------
XArray/IDR update for 6.0

- Add appropriate might_alloc() annotations to the XArray APIs

- Document that the IDR is deprecated

----------------------------------------------------------------
Matthew Wilcox (Oracle) (2):
XArray: Add calls to might_alloc()
IDR: Note that the IDR API is deprecated

Documentation/core-api/idr.rst | 3 +++
include/linux/xarray.h | 15 +++++++++++++++
tools/include/linux/sched/mm.h | 2 ++
3 files changed, 20 insertions(+)