Re: [2.6 patch][3/3] mm/ BUG -> BUG_ON conversions

From: Oliver Neukum
Date: Sun Aug 29 2004 - 07:18:14 EST


Am Sonntag, 29. August 2004 14:03 schrieb Jens Axboe:
> > The intention is, to add an option that lets BUG/BUG_ON/WARN_ON/PAGE_BUG
> > do nothing. This option should be hidden under EMBEDDED.
> >
> > In some environments, this seems to be desirable.
>
> That only makes sense if you are using BUG incorrectly. A BUG()
> condition is something that is non-recoverable, undefining that doesn't
> make any sense regardless of the environment.

Why not? Giving reports about unrecoverable errors is sensible
only if the report can be read. On system this is not the case, you
can just salvage the memory and let it crash.

Regards
Oliver
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/