test_maple_tree: add test for mas_spanning_rebalance() on insufficient data
Liam Howlett authored
commit c5651b31 upstream.

Add a test to the maple tree test suite for the spanning rebalance
insufficient node issue does not go undetected again.

Link: https://lkml.kernel.org/r/20221219161922.2708732-3-Liam.Howlett@oracle.com
Fixes: 54a611b6

 ("Maple Tree: add new data structure")
Signed-off-by: default avatarLiam R. Howlett <Liam.Howlett@oracle.com>
Cc: Andrei Vagin <avagin@gmail.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Muhammad Usama Anjum <usama.anjum@collabora.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
8034a1ad
Name Last commit Last update
Documentation dt-bindings: input: iqs7222: Add support for IQS7222A v1.13+
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch arm64: dts: qcom: sm8250: fix USB-DP PHY registers
block blk-mq: fix possible memleak when register 'hctx' failed
certs certs: make system keyring depend on built-in x509 parser
crypto crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
drivers floppy: Fix memory leak in do_floppy_init()
fs reiserfs: Add missing calls to reiserfs_security_free()
include dt-bindings: clocks: imx8mp: Add ID for usb suspend clock
init init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
io_uring io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()
ipc ipc: fix memory leak in init_mqueue_fs()
kernel gcov: add support for checksum field
lib test_maple_tree: add test for mas_spanning_rebalance() on insufficient data
mm Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
net 9p: set req refcount to zero to avoid uninitialized usage
rust Kbuild: add Rust support
samples samples: vfio-mdev: Fix missing pci_disable_device() in mdpy_fb_probe()
scripts Merge tag 'objtool_urgent_for_v6.1_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
security security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
sound ALSA: hda/hdmi: Add HP Device 0x8711 to force connect list
tools perf test: Fix "all PMU test" to skip parametrized events
usr usr/gen_init_cpio.c: remove unnecessary -1 values from int file
virt Merge branch 'kvm-dwmw2-fixes' into HEAD
.clang-format inet: ping: use hlist_nulls rcu iterator during lookup
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.