diff options
author | 2020-01-17 22:00:41 -0500 | |
---|---|---|
committer | 2020-01-17 22:33:27 -0500 | |
commit | 19c30f4dd0923ef191f35c652ee4058e91e89056 (patch) | |
tree | 6080ded903efebfd2c32c21b3dccb2ab96075f4a /lib/test_overflow.c | |
parent | XArray: Fix infinite loop with entry at ULONG_MAX (diff) | |
download | wireguard-linux-19c30f4dd0923ef191f35c652ee4058e91e89056.tar.xz wireguard-linux-19c30f4dd0923ef191f35c652ee4058e91e89056.zip |
XArray: Fix xa_find_after with multi-index entries
If the entry is of an order which is a multiple of XA_CHUNK_SIZE,
the current detection of sibling entries does not work. Factor out
an xas_sibling() function to make xa_find_after() a little more
understandable, and write a new implementation that doesn't suffer from
the same bug.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions