]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
interval_tree: Sync interval_tree_generic.h with tools
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 17 Sep 2025 16:03:19 +0000 (09:03 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 14 Oct 2025 21:45:22 +0000 (14:45 -0700)
commit9b7eacac22693d9177402c9d63e1c1747653d28c
treec224b04895b5c31f99c2203f6c1247b6eff86d0d
parent3049fc4b5f1d2320a84e2902b3ac5a735f60ca04
interval_tree: Sync interval_tree_generic.h with tools

The following commit made an improvement to interval_tree_generic.h, but
didn't sync it to the tools copy:

  19811285784f ("lib/interval_tree: skip the check before go to the right subtree")

Sync it, and add it to objtool's sync-check.sh so they are more likely
to stay in sync going forward.

Acked-by: Petr Mladek <pmladek@suse.com>
Tested-by: Joe Lawrence <joe.lawrence@redhat.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/include/linux/interval_tree_generic.h
tools/objtool/sync-check.sh