* arch/x86/kernel/traps.c:682 do_iret_error() warn: add some parenthesis here?
@ 2012-09-25 8:15 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-09-25 8:15 UTC (permalink / raw)
To: kernel-janitors
Hi Frederic,
FYI, there are new smatch warnings show up in
99fc5f65c655ea22ec1afecb7747663956b57f13 x86: Exception hooks for userspace RCU extended QS
2012-09-24 20:10:00 -0700
All smatch warnings:
arch/x86/kernel/traps.c:289 do_general_protection() warn: add some parenthesis here?
arch/x86/kernel/traps.c:627 math_state_restore() info: ignoring unreachable code.
+ arch/x86/kernel/traps.c:682 do_iret_error() warn: add some parenthesis here?
vim +682 arch/x86/kernel/traps.c
681 if (!notify_die(DIE_TRAP, "iret exception", regs, error_code,
> 682 X86_TRAP_IRET, SIGILL) = NOTIFY_STOP) {
---
0-DAY kernel build testing backend Open Source Technology Centre
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-09-25 8:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25 8:15 arch/x86/kernel/traps.c:682 do_iret_error() warn: add some parenthesis here? Fengguang Wu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.