diff options
author | 2023-05-16 18:06:36 +0200 | |
---|---|---|
committer | 2023-05-25 17:44:02 +0100 | |
commit | b925b4314c9155b32d17e9dfda37d64c229063b7 (patch) | |
tree | 48cd2284f4e2bad075ba0eeb4abf46069f6159da /scripts/generate_rust_analyzer.py | |
parent | arm64: efi: add efi_handle_corrupted_x18 prototype (diff) | |
download | wireguard-linux-b925b4314c9155b32d17e9dfda37d64c229063b7.tar.xz wireguard-linux-b925b4314c9155b32d17e9dfda37d64c229063b7.zip |
arm64: hide unused is_valid_bugaddr()
When generic BUG() support is disabled, this function has no declaration
and no callers but causes a W=1 warning:
arch/arm64/kernel/traps.c:950:5: error: no previous prototype for 'is_valid_bugaddr' [-Werror=missing-prototypes]
Add an #ifdef that matches the one around the declaration.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20230516160642.523862-10-arnd@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions