From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: arch/x86/kernel/traps.c:682 do_iret_error() warn: add some parenthesis here?
Date: Tue, 25 Sep 2012 08:15:02 +0000 [thread overview]
Message-ID: <20120925081502.GB21642@localhost> (raw)
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
reply other threads:[~2012-09-25 8:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120925081502.GB21642@localhost \
--to=fengguang.wu@intel.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.