summaryrefslogtreecommitdiff
path: root/scripts/gcc-plugins/cyc_complexity_plugin.c
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2016-12-16 10:51:50 +0100
committerIngo Molnar <mingo@kernel.org>2016-12-22 17:43:35 +0100
commitcef4402d7627f14a08571e7c816b199edf8cc24b (patch)
tree18fc9d7d3bbe2a279dd231c38f94dcf2def28ece /scripts/gcc-plugins/cyc_complexity_plugin.c
parent8877ebdd3f9a3ffc84c4b67562d257c5f553bc49 (diff)
x86/paravirt: Mark unused patch_default label
A bugfix commit: 45dbea5f55c0 ("x86/paravirt: Fix native_patch()") ... introduced a harmless warning: arch/x86/kernel/paravirt_patch_32.c: In function 'native_patch': arch/x86/kernel/paravirt_patch_32.c:71:1: error: label 'patch_default' defined but not used [-Werror=unused-label] Fix it by annotating the label as __maybe_unused. Reported-by: Arnd Bergmann <arnd@arndb.de> Reported-by: Piotr Gregor <piotrgregor@rsyncme.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Andy Lutomirski <luto@kernel.org> Cc: Borislav Petkov <bp@alien8.de> Cc: Brian Gerst <brgerst@gmail.com> Cc: Denys Vlasenko <dvlasenk@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Fixes: 45dbea5f55c0 ("x86/paravirt: Fix native_patch()") Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions
d from mlxsw_rx_listener structJiri Pirko 2020-02-23mlxsw: spectrum_trap: Move policer initialization to mlxsw_sp_trap_init()Jiri Pirko 2020-02-23mlxsw: core_acl_flex_actions: Rename Trap / Discard Action to Trap ActionJiri Pirko 2020-02-23mlxsw: spectrum_trap: Move functions to avoid their forward declarationsJiri Pirko 2020-02-23mlxsw: spectrum_trap: Use err variable instead of directly checking func retu...Jiri Pirko 2020-02-22r8169: remove RTL_EVENT_NAPI constantsHeiner Kallweit 2020-02-22mlxsw: spectrum: Remove RTNL where possibleIdo Schimmel 2020-02-22mlxsw: spectrum_router: Take router lock from exported helpersIdo Schimmel 2020-02-22mlxsw: spectrum_router: Take router lock from inetaddr listenersIdo Schimmel 2020-02-22mlxsw: spectrum_router: Take router lock from netdev listenerIdo Schimmel 2020-02-22mlxsw: spectrum_dpipe: Take router lock from dpipe codeIdo Schimmel 2020-02-22mlxsw: spectrum_router: Take router lock from inside routing codeIdo Schimmel 2020-02-22mlxsw: spectrum_router: Introduce router lockIdo Schimmel 2020-02-22mlxsw: spectrum_router: Store NVE decapsulation configuration in routerIdo Schimmel 2020-02-22mlxsw: spectrum_router: Expose router struct to internal usersIdo Schimmel 2020-02-22mlxsw: spectrum_mr: Protect multicast route list with a lockIdo Schimmel 2020-02-22mlxsw: spectrum_mr: Protect multicast table list with a lockIdo Schimmel 2020-02-22mlxsw: spectrum_mr: Publish multicast route after writing it to the deviceIdo Schimmel 2020-02-21net/mlx5: Add fsm_reactivate callback supportEran Ben Elisha 2020-02-21net/mlxfw: Add reactivate flow support to FSM burn flowEran Ben Elisha 2020-02-21net/mlxfw: Use MLXFW_ERR_MSG macro for error reportingSaeed Mahameed 2020-02-21net/mlxfw: Convert pr_* to dev_* in mlxfw_fsm.cSaeed Mahameed 2020-02-21net/mlxfw: More error messages coverageSaeed Mahameed 2020-02-21net/mlxfw: Improve FSM err message reporting and return codesSaeed Mahameed 2020-02-21net/mlxfw: Generic mlx FW flash status notifySaeed Mahameed