public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* probe_kernel_address() causes MCA on bogus address
@ 2008-09-03 23:03 James Bottomley
  2008-09-04 23:22 ` Luck, Tony
  2008-09-04 23:52 ` James Bottomley
  0 siblings, 2 replies; 3+ messages in thread
From: James Bottomley @ 2008-09-03 23:03 UTC (permalink / raw)
  To: linux-ia64

This is a noticed side effect of trying to redo the function pointer
handling.  This code:

        void *p1 = 0xdeadbeefdead0000, *p2 = 0xfeeddeadfeedbeef;

        probe_kernel_address(p1, p2);

causes an immediate MCA and reboot on my HP zx2000 wherever I execute it
in the kernel.  It's supposed to return -EFAULT.

James



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

end of thread, other threads:[~2008-09-04 23:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 23:03 probe_kernel_address() causes MCA on bogus address James Bottomley
2008-09-04 23:22 ` Luck, Tony
2008-09-04 23:52 ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox