]> www.infradead.org Git - users/dwmw2/linux.git/commit
tools headers: Update the linux/unaligned.h copy with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 28 Oct 2024 15:24:37 +0000 (12:24 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 28 Oct 2024 15:34:28 +0000 (12:34 -0300)
commit55f1b540d893da740a81200450014c45a8103f54
tree37c46f8b62d35b8a6d5898eeafc5502bcb425e2c
parent93e4b86b3e74e19c95b762cfeb42baa0a94f212f
tools headers: Update the linux/unaligned.h copy with the kernel sources

To pick up the changes in:

  7f053812dab3946c ("random: vDSO: minimize and simplify header includes")

That required adding a copy of include/vdso/unaligned.h and its checking
in tools/perf/check-headers.h.

Addressing this perf tools build warning:

  Warning: Kernel ABI header differences:
    diff -u tools/include/linux/unaligned.h include/linux/unaligned.h

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

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Ian Rogers <irogers@google.com>
Cc: Jason A. Donenfeld <Jason@zx2c4.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/lkml/Zx-uHvAbPAESofEN@x1
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/linux/unaligned.h
tools/include/vdso/unaligned.h [new file with mode: 0644]
tools/perf/check-headers.sh