]> git.baikalelectronics.ru Git - kernel.git/commit
scripts: dummy-tools, add pahole
authorJiri Slaby <jslaby@suse.cz>
Tue, 19 Apr 2022 06:30:09 +0000 (08:30 +0200)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:16:59 +0000 (03:16 +0900)
commitc56d4b981f5bf4ac9569b5fe635d9aaff12de6ed
tree81c20c194fb1aa5e4978308281520039df37e6a9
parent9efd38e0eff1e7bcabd993b463ee55201374bab4
scripts: dummy-tools, add pahole

CONFIG_PAHOLE_VERSION is a part of a config since the commit below. And
when multiple people update the config, this value constantly changes.
Even if they use dummy scripts.

To fix this, add a pahole dummy script returning v99.99. (This is
translated into 9999 later in the process.)

Thereafter, this script can be invoked easily for example as:
make PAHOLE=scripts/dummy-tools/pahole oldconfig

Fixes: dfe03180232c (kbuild: Add CONFIG_PAHOLE_VERSION)
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/dummy-tools/pahole [new file with mode: 0755]