]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools headers asm: Sync fls headers header with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 3 Nov 2025 16:35:06 +0000 (13:35 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 3 Nov 2025 16:35:06 +0000 (13:35 -0300)
commit549042f16716b4c72bfa9813d9e38f352c539dad
tree717328365baa64b58a85d13f6da048d22d6ac46d
parentfc9ef9118d8a6c6250273aae14b48dd8f91bee1f
tools headers asm: Sync fls headers header with the kernel sources

To pick the changes in:

  6606c8c7e8188656 ("bitops: Add __attribute_const__ to generic ffs()-family implementations")

This addresses these tools build warnings:

  Warning: Kernel ABI header differences:
    diff -u tools/include/asm-generic/bitops/__fls.h include/asm-generic/bitops/__fls.h
    diff -u tools/include/asm-generic/bitops/fls.h include/asm-generic/bitops/fls.h
    diff -u tools/include/asm-generic/bitops/fls64.h include/asm-generic/bitops/fls64.h

Please see tools/include/uapi/README for further details.

Cc: Kees Cook <kees@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/asm-generic/bitops/__fls.h
tools/include/asm-generic/bitops/fls.h
tools/include/asm-generic/bitops/fls64.h