Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A2316C54E94 for ; Tue, 24 Jan 2023 23:10:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232517AbjAXXKD (ORCPT ); Tue, 24 Jan 2023 18:10:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229779AbjAXXKB (ORCPT ); Tue, 24 Jan 2023 18:10:01 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6835D1C318; Tue, 24 Jan 2023 15:10:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1E555B816A2; Tue, 24 Jan 2023 23:09:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BC5FC433D2; Tue, 24 Jan 2023 23:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674601797; bh=wGkrTvwbUrvsMXFde+BwpUrtWLtdKcEhQ4ZYux9Jo2Y=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=pcdTUIPNx9Zu3k5T2uBy9ivkf/HvJ+OXoumhCiDjxtptmUFkCNHKn1X6bX3cPeDR5 4+5zqBl2Z25nNzxSXZ3AWBQ/ApnSOT3W4OOppBX+CVlIaETHASWqyuEUgFWADAfSo4 jbpVzVejtO92IaMfszWqPu65zpGEhfXZ0efNQNuDqC4Tz+lGUPUbYVfgihnP98sMrT GmptyJ/kOLHqRp+NANz+76X8pPYBUV/T34zp+S848L74Feg4ONFcu00DXh9ED9t+m8 KsxJ26FUqSY/e5ZxgHvNXWwieONWLcV8ZevkV7Q+dRp7fXCZmvPAttHGB9aUJEgUJ1 JISFOnWySeBzw== Date: Tue, 24 Jan 2023 15:09:51 -0800 From: Kees Cook To: Eric Biggers , Kees Cook CC: Seth Jenkins , SeongJae Park , Jann Horn , Luis Chamberlain , Greg KH , Linus Torvalds , Andy Lutomirski , Andrew Morton , tangmeng , "Guilherme G. Piccoli" , Tiezhu Yang , Sebastian Andrzej Siewior , "Eric W. Biederman" , Arnd Bergmann , Dmitry Vyukov , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Daniel Bristot de Oliveira , Valentin Schneider , Andrey Ryabinin , Alexander Potapenko , Andrey Konovalov , Vincenzo Frascino , David Gow , "Paul E. McKenney" , Jonathan Corbet , Baolin Wang , "Jason A. Donenfeld" , Huang Ying , Anton Vorontsov , Mauro Carvalho Chehab , Laurent Dufour , Rob Herring , linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v3 2/6] exit: Put an upper limit on how often we can oops User-Agent: K-9 Mail for Android In-Reply-To: References: <20221117234328.594699-2-keescook@chromium.org> <20230119201023.4003-1-sj@kernel.org> <202301191627.FC1E24ED5@keescook> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On January 24, 2023 11:38:05 AM PST, Eric Biggers w= rote: >On Tue, Jan 24, 2023 at 10:54:57AM -0800, Eric Biggers wrote: >> On Thu, Jan 19, 2023 at 04:28:42PM -0800, Kees Cook wrote: >> > On Thu, Jan 19, 2023 at 03:19:21PM -0500, Seth Jenkins wrote: >> > > > Do you have a plan to backport this into upstream LTS kernels? >> > >=20 >> > > As I understand, the answer is "hopefully yes" with the big >> > > presumption that all stakeholders are on board for the change=2E Th= ere >> > > is *definitely* a plan to *submit* backports to the stable trees, b= ut >> > > ofc it will require some approvals=2E >> >=20 >> > I've asked for at least v6=2E1=2Ex (it's a clean cherry-pick)=2E Earl= ier >> > kernels will need some non-trivial backporting=2E Is there anyone tha= t >> > would be interested in stepping up to do that? >> >=20 >> > https://lore=2Ekernel=2Eorg/lkml/202301191532=2EAEEC765@keescook >> >=20 >>=20 >> I've sent out a backport to 5=2E15: >> https://lore=2Ekernel=2Eorg/stable/20230124185110=2E143857-1-ebiggers@k= ernel=2Eorg/T/#t > >Also 5=2E10, which wasn't too hard after doing 5=2E15: >https://lore=2Ekernel=2Eorg/stable/20230124193004=2E206841-1-ebiggers@ker= nel=2Eorg/T/#t Oh excellent! Thank you very much! -Kees --=20 Kees Cook