diff options
| author | Martin Rodriguez Reboredo <yakoyoku@gmail.com> | 2022-10-19 10:56:04 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-28 12:57:12 +0200 |
| commit | ecad3312111798d84dac1ce6a853e0ac9de8d505 (patch) | |
| tree | 876b1969e017ef87c189201caf5ca22945721ba0 /kernel/dma | |
| parent | c5006abb80e276896ff7237300a6d447708c7924 (diff) | |
| download | linux-ecad3312111798d84dac1ce6a853e0ac9de8d505.tar.gz linux-ecad3312111798d84dac1ce6a853e0ac9de8d505.tar.bz2 linux-ecad3312111798d84dac1ce6a853e0ac9de8d505.zip | |
kbuild: Add skip_encoding_btf_enum64 option to pahole
New pahole (version 1.24) generates by default new BTF_KIND_ENUM64 BTF tag,
which is not supported by stable kernel.
As a result the kernel with CONFIG_DEBUG_INFO_BTF option will fail to
compile with following error:
BTFIDS vmlinux
FAILED: load BTF from vmlinux: Invalid argument
New pahole provides --skip_encoding_btf_enum64 option to skip BTF_KIND_ENUM64
generation and produce BTF supported by stable kernel.
Adding this option to scripts/pahole-flags.sh.
This change does not have equivalent commit in linus tree, because linus tree
has support for BTF_KIND_ENUM64 tag, so it does not need to be disabled.
Signed-off-by: Martin Rodriguez Reboredo <yakoyoku@gmail.com>
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/dma')
0 files changed, 0 insertions, 0 deletions
