On Wed, 1 Feb 2023 20:42:38 -0800 Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > This series backports the patchset > "exit: Put an upper limit on how often we can oops" > (https://lore.kernel.org/linux-mm/20221117233838.give.484-kees@xxxxxxxxxx/T/#u) > to 5.4, as recommended at > https://googleprojectzero.blogspot.com/2023/01/exploiting-null-dereferences-in-linux.html > This follows the backports to 5.10 and 5.15 which already released. > > This required backporting various prerequisite patches. > > I've tested that oops_limit and warn_limit work correctly on x86_64. Thanks for your great efforts on this. Tested-by: SeongJae Park <sj@xxxxxxxxxx> Thanks, SJ