Re: [PATCH 1/4] panic: Allow warnings to set different taint flags

2010-04-05 Thread Helge Deller
On 04/03/2010 08:34 PM, Ben Hutchings wrote: WARN() is used in some places to report firmware or hardware bugs that are then worked-around. These bugs do not affect the stability of the kernel and should not set the flag for TAINT_WARN. To allow for this, add WARN_TAINT() and

Re: [PATCH 1/4] panic: Allow warnings to set different taint flags

2010-04-05 Thread Paul Mundt
On Sat, Apr 03, 2010 at 07:34:56PM +0100, Ben Hutchings wrote: WARN() is used in some places to report firmware or hardware bugs that are then worked-around. These bugs do not affect the stability of the kernel and should not set the flag for TAINT_WARN. To allow for this, add WARN_TAINT()

[PATCH 1/4] panic: Allow warnings to set different taint flags

2010-04-03 Thread Ben Hutchings
WARN() is used in some places to report firmware or hardware bugs that are then worked-around. These bugs do not affect the stability of the kernel and should not set the flag for TAINT_WARN. To allow for this, add WARN_TAINT() and WARN_TAINT_ONCE() macros that take a taint number as argument.