On Wed, Nov 09, 2022 at 12:00:43PM -0800, Kees Cook wrote: > Hi, > > This builds on Jann's v1 patch[1]. Changes in v2: > - move sysctl into kernel/exit.c (where it belongs) > - expand Documentation slightly > > New stuff in v2: > - expose oops_count to sysfs > - consolidate panic_on_warn usage > - introduce warn_limit > - expose warn_count to sysfs > > [1] https://lore.kernel.org/lkml/20221107201317.324457-1-jannh@xxxxxxxxxx > > Jann Horn (1): > exit: Put an upper limit on how often we can oops > > Kees Cook (5): > panic: Separate sysctl logic from CONFIG_SMP > exit: Expose "oops_count" to sysfs > panic: Consolidate open-coded panic_on_warn checks > panic: Introduce warn_limit > panic: Expose "warn_count" to sysfs For all: Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Luis