> Hi
> 
> > It is a useful to be able to exercise kmsg_dumper implementations without
> > requiring a kernel oops or panic.  This commit adds a new reason called
> > KMSG_DUMP_SOFT, which signifies that the system isn't really going down.
> > 
> > This logic is used in a later commit that introduces the netoops driver.
> > 
> > Signed-off-by: Mike Waychison <[email protected]>
> > ---
> > 
> > It is also possible that we not introduce KMSG_DUMP_SOFT, and simply 
> > overload
> > the existing KMSG_DUMP_OOPS reason, but I figured that this would be 
> > cleaner.
> > 
> > TODO: Make sure mtdoops and ramoops do something useful with this flag?
> 
> Yes. If userland explicitly want to log, we have no reason to refuse it. :)

I meant I think your change has no problem.




> But, I don't think KMSG_DUMP_SOFT is good name because _SOFT don't explain
> anything.



--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to