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 4231AC25B50 for ; Tue, 24 Jan 2023 19:39:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234783AbjAXTjZ (ORCPT ); Tue, 24 Jan 2023 14:39:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234621AbjAXTjJ (ORCPT ); Tue, 24 Jan 2023 14:39:09 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60CE737F21; Tue, 24 Jan 2023 11:38:34 -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 dfw.source.kernel.org (Postfix) with ESMTPS id E22EB6132F; Tue, 24 Jan 2023 19:38:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 076E3C433EF; Tue, 24 Jan 2023 19:38:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674589088; bh=xskT3KnwkyFLprec2IlaRirgxO1LovXoHkpjNb/gJ1Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mGX2BR1NivoX64yXLnw2GadSQj6oZ6MwDKQwi+whK2XwKu78q1Z84/Q0KH3l1ndiu WRCLU4yC5YkBglzZ3/XdB7pPzqwmSDz8F8REbFFMNCUcknKIQ+q0ZO582QMFJnMVm+ 328BmjttvgFGtxPDt3bB1+WD+JBtu4xTIt5P1ZzQAJCFvI1tsjCmP8DSrp9c3EW9hW OvCIMCkMkH91ZyZGL4sj/irS0GnbFfmjUDpAnMM8nRmJI073Ie9H2ER3cqWhjHI/hc 8J5xZW2Quh7v4+zXbLYfEzD6UQxWyEhYbQrm4IaqHq+E1dBZgzuqXY/a7DonF21GA2 wVQvXA6Culsaw== Date: Tue, 24 Jan 2023 11:38:05 -0800 From: Eric Biggers To: 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 Message-ID: References: <20221117234328.594699-2-keescook@chromium.org> <20230119201023.4003-1-sj@kernel.org> <202301191627.FC1E24ED5@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? > > > > > > As I understand, the answer is "hopefully yes" with the big > > > presumption that all stakeholders are on board for the change. There > > > is *definitely* a plan to *submit* backports to the stable trees, but > > > ofc it will require some approvals. > > > > I've asked for at least v6.1.x (it's a clean cherry-pick). Earlier > > kernels will need some non-trivial backporting. Is there anyone that > > would be interested in stepping up to do that? > > > > https://lore.kernel.org/lkml/202301191532.AEEC765@keescook > > > > I've sent out a backport to 5.15: > https://lore.kernel.org/stable/20230124185110.143857-1-ebiggers@kernel.org/T/#t Also 5.10, which wasn't too hard after doing 5.15: https://lore.kernel.org/stable/20230124193004.206841-1-ebiggers@kernel.org/T/#t - Eric