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 27E8EC64ED6 for ; Wed, 1 Mar 2023 06:10:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229600AbjCAGJ6 (ORCPT ); Wed, 1 Mar 2023 01:09:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjCAGJz (ORCPT ); Wed, 1 Mar 2023 01:09:55 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A07CB30E98; Tue, 28 Feb 2023 22:09:54 -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 43D8D6121D; Wed, 1 Mar 2023 06:09:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A428C433EF; Wed, 1 Mar 2023 06:09:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677650993; bh=S1ZirGpI37xBGuZwi4BX7JFkx7eXgxT1V3RkaY3afKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D7JOM68zhxfSKBWtz/aCqoWD8i7dWe1RxsqTzwVcIuojhiQIWnZ9QILCq91p9v1ok 7KS86Cp6iQBxCIUFDlblXkUD7ODL77fZ6uAUuMCGVadjsDzMnMAELVFyE+gCEfH3l1 qbapBlN2xe339A08LzZ+R4gFDIk7xNIaI+PeE+Xw= Date: Wed, 1 Mar 2023 07:09:49 +0100 From: Greg KH To: Eric Biggers Cc: Slade Watkins , Sasha Levin , Amir Goldstein , linux-kernel@vger.kernel.org, stable@vger.kernel.org, viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org Subject: Re: AUTOSEL process Message-ID: References: <8caf1c23-54e7-6357-29b0-4f7ddf8f16d2@sladewatkins.net> 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, Feb 28, 2023 at 09:13:56PM -0800, Eric Biggers wrote: > On Tue, Feb 28, 2023 at 09:05:16PM -0500, Slade Watkins wrote: > > On 2/28/23 06:28, Greg KH wrote: > > >> But just so you know, as a maintainer, you have the option to request that > > >> patches to your subsystem will not be selected by AUTOSEL and run your > > >> own process to select, test and submit fixes to stable trees. > > > > > > Yes, and simply put, that's the answer for any subsystem or maintainer > > > that does not want their patches picked using the AUTOSEL tool. > > > > > > The problem that the AUTOSEL tool is solving is real, we have whole > > > major subsystems where no patches are ever marked as "for stable" and so > > > real bugfixes are never backported properly. > > > > Yeah, I agree. > > > > And I'm throwing this out here [after having time to think about it due to an > > internet outage], but, would Cc'ing the patch's relevant subsystems on AUTOSEL > > emails help? This was sort of mentioned in this email[1] from Eric, and I > > think it _could_ help? I don't know, just something that crossed my mind earlier. > > > > AFAICT, that's already being done now, which is good. What I was talking about > is that the subsystem lists aren't included on the *other* stable emails. Most > importantly, the "FAILED: patch failed to apply to stable tree" emails. Why would the FAILED emails want to go to a mailing list? If the people that were part of making the patch don't want to respond to a FAILED email, why would anyone on the mailing list? But hey, I'll be glad to take a change to my script to add that functionality if you want to make it, it's here: https://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git/tree/scripts/bad_stable thanks, greg k-h