Main-line Linux kernel tree http://www.kernel.org
Go to file
Liam R. Howlett a7496ad529 maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()
Relocate it and call mas_wr_extend_null() from within mas_wr_end_piv().
Extending the NULL may affect the end pivot value so call
mas_wr_endtend_null() from within mas_wr_end_piv() to keep it all
together.

Link: https://lkml.kernel.org/r/20230724183157.3939892-12-Liam.Howlett@oracle.com
Signed-off-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Peng Zhang <zhangpeng.00@bytedance.com>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2023-08-18 10:12:49 -07:00
arch mmu_notifiers: rename invalidate_range notifier 2023-08-18 10:12:41 -07:00
block
certs
crypto
Documentation mm/page_io: introduce bio_first_folio_all() 2023-08-18 10:12:45 -07:00
drivers mmu_notifiers: rename invalidate_range notifier 2023-08-18 10:12:41 -07:00
fs mm: set up vma iterator for vma_iter_prealloc() calls 2023-08-18 10:12:49 -07:00
include maple_tree: re-introduce entry to mas_preallocate() arguments 2023-08-18 10:12:48 -07:00
init
io_uring
ipc
kernel
lib maple_tree: move mas_wr_end_piv() below mas_wr_extend_null() 2023-08-18 10:12:49 -07:00
LICENSES
mm mm: set up vma iterator for vma_iter_prealloc() calls 2023-08-18 10:12:49 -07:00
net
rust
samples
scripts
security
sound
tools maple_tree: re-introduce entry to mas_preallocate() arguments 2023-08-18 10:12:48 -07:00
usr
virt
.clang-format
.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.