]> git.baikalelectronics.ru Git - kernel.git/commit
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"
authorJosh Poimboeuf <jpoimboe@redhat.com>
Mon, 18 Apr 2022 16:50:41 +0000 (09:50 -0700)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 22 Apr 2022 10:32:04 +0000 (12:32 +0200)
commit4e3450d4c14ab760efd720c7bbed47c46a8ec2a7
tree939fd434726ab78af37586a597b8769d3e0ce5cb
parentec20904f0bffc7151f7da4c10ef0fbe626523fcd
objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"

CONFIG_VMLINUX_VALIDATION is just the validation of the "noinstr" rules.
That name is a misnomer, because now objtool actually does vmlinux
validation for other reasons.

Rename CONFIG_VMLINUX_VALIDATION to CONFIG_NOINSTR_VALIDATION.

Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lkml.kernel.org/r/173f07e2d6d1afc0874aed975a61783207c6a531.1650300597.git.jpoimboe@redhat.com
include/linux/instrumentation.h
lib/Kconfig.debug
scripts/link-vmlinux.sh