All of lore.kernel.org
 help / color / mirror / Atom feed
* arch/x86/kernel/traps.c:276 do_general_protection() warn: add some parenthesis here?
@ 2012-09-25  8:13 Fengguang Wu
  2012-09-25  8:21 ` Dan Carpenter
  2012-09-25 11:03 ` Frederic Weisbecker
  0 siblings, 2 replies; 3+ messages in thread
From: Fengguang Wu @ 2012-09-25  8:13 UTC (permalink / raw)
  To: kernel-janitors

Hi Frederic,

FYI, there are new smatch warnings show up in

37bee0638b95bc25ed67ec240eb56e25aef2f3ee  x86: Unspaghettize do_general_protection()

All smatch warnings:

+ arch/x86/kernel/traps.c:276 do_general_protection() warn: add some parenthesis here?
  arch/x86/kernel/traps.c:604 math_state_restore() info: ignoring unreachable code.

vim +276 arch/x86/kernel/traps.c

   272	
   273			tsk->thread.error_code = error_code;
   274			tsk->thread.trap_nr = X86_TRAP_GP;
   275			if (!notify_die(DIE_GPF, "general protection fault", regs, error_code,
 > 276				       X86_TRAP_GP, SIGSEGV) = NOTIFY_STOP)
   277				die("general protection fault", regs, error_code);
   278			return;
   279		}

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu, Yuanhan Liu                              Intel Corporation

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-25 11:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25  8:13 arch/x86/kernel/traps.c:276 do_general_protection() warn: add some parenthesis here? Fengguang Wu
2012-09-25  8:21 ` Dan Carpenter
2012-09-25 11:03 ` Frederic Weisbecker

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.