Re: [PATCH] Print utsname on Oops on all architectures

2007-07-25 Thread Satyam Sharma
On 7/25/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Thu, 5 Jul 2007 18:52:27 -0700 (PDT) Joshua Wise <[EMAIL PROTECTED]> wrote: > Background: > This patch is a follow-on to "Info dump on Oops or panic()" [1]. > > On some architectures, the kernel printed some information on the running >

Re: [PATCH] Print utsname on Oops on all architectures

2007-07-24 Thread Andrew Morton
On Thu, 5 Jul 2007 18:52:27 -0700 (PDT) Joshua Wise <[EMAIL PROTECTED]> wrote: > Background: > This patch is a follow-on to "Info dump on Oops or panic()" [1]. > > On some architectures, the kernel printed some information on the running > kernel, but not on all architectures. The information

[PATCH] Print utsname on Oops on all architectures

2007-07-05 Thread Joshua Wise
Hopefully this patch has not been munged by pine; I have, minimally, unchecked the mung-patches-sent-to-lkml option in pine's config. In the case that it has been munged, I have also attached it. -- From: Joshua Wise <[EMAIL PROTECTED]> Background: This patch is a follow-on to "Info dump on Oop