Re: [PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Joe Perches
On Tue, 2013-05-28 at 18:08 -0400, Christopher Sacchi wrote: > Here is a patch for linux-3.10-rc2 that adds a KERN_OOPS priority > level as a handler for if a kernel oops occurs, (this priority can be > used for a message to the kernel log,) and it is applied to > linux/printk.h in the include dire

Re: [PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Christopher Sacchi
I mean before the two #endifs at the end. On Tue, May 28, 2013 at 6:09 PM, Christopher Sacchi wrote: > Note: There's a space after #endif at the end. > > On Tue, May 28, 2013 at 6:08 PM, Christopher Sacchi > wrote: >> Here is a patch for linux-3.10-rc2 that adds a KERN_OOPS priority >> level as

Re: [PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Christopher Sacchi
Note: There's a space after #endif at the end. On Tue, May 28, 2013 at 6:08 PM, Christopher Sacchi wrote: > Here is a patch for linux-3.10-rc2 that adds a KERN_OOPS priority > level as a handler for if a kernel oops occurs, (this priority can be > used for a message to the kernel log,) and it is

[PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Christopher Sacchi
Here is a patch for linux-3.10-rc2 that adds a KERN_OOPS priority level as a handler for if a kernel oops occurs, (this priority can be used for a message to the kernel log,) and it is applied to linux/printk.h in the include directory. It has been checked and has 2 warnings with no errors. The pat