From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8516AC07E9A for ; Wed, 14 Jul 2021 15:46:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 659F6613BE for ; Wed, 14 Jul 2021 15:46:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239608AbhGNPtR (ORCPT ); Wed, 14 Jul 2021 11:49:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:40484 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232318AbhGNPtQ (ORCPT ); Wed, 14 Jul 2021 11:49:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 00E1D61374; Wed, 14 Jul 2021 15:46:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626277584; bh=z+ygMX861WLNXQe7kWq6asnSgjE1WJbUM8xAE/4rwEI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F7JrF/Sj6btztkaPSgzsNH4JYCD4X8u0p6JM2dYd6FGbeONayJoyHDUdr9Uff6O1l IjCEn55LB0NbvvFGBFCxkiR71s0q+d2fqBZTtHWx1fO3IsZ+UthlRCTTkEsl6AfCmY dGXGnfiw9F+a006JbNHhlszWsMxYFL0CyqyFpFMA= Date: Wed, 14 Jul 2021 17:46:22 +0200 From: Greg Kroah-Hartman To: "Theodore Y. Ts'o" Cc: Sasha Levin , Andrew Morton , Michal Hocko , Hugh Dickins , Linus Torvalds , Mike Kravetz , Miaohe Lin , linux-kernel@vger.kernel.org, linux-mm@kvack.org, stable@vger.kernel.org Subject: Re: 5.13.2-rc and others have many not for stable Message-ID: References: <2b1b798e-8449-11e-e2a1-daf6a341409b@google.com> <20210713182813.2fdd57075a732c229f901140@linux-foundation.org> 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 Wed, Jul 14, 2021 at 11:35:29AM -0400, Theodore Y. Ts'o wrote: > Another solution (and these don't have to be mutually exclusive) might > be for maintainers can explicitly state that certain patches shouldn't > be backported into stable kernels. I think having an explicit > "No-Backport: " might be useful, since it documents why a > maintainer requested that the patch not be backported, and being an > explicit tag, it makes it clear that it wasn't just a case of the > developer forgetting the "Cc: stable" tag. This makes it much better > than implicit rules such as "If from: akpm then don't backport" hidden > in various stable maintainers' scripts. The number of valid cases where someone puts a "Fixes:" tag, and that patch should NOT be backported is really really slim. Why would you put that tag and not want to have known-broken kernels fixed? If it really is not an issue, just do not put the "Fixes:" tag? thanks, greg k-h