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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A48D0C433FE for ; Wed, 2 Nov 2022 04:58:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229637AbiKBE61 (ORCPT ); Wed, 2 Nov 2022 00:58:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55800 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiKBE6W (ORCPT ); Wed, 2 Nov 2022 00:58:22 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B886E10E6; Tue, 1 Nov 2022 21:58:20 -0700 (PDT) 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 6A09AB820BB; Wed, 2 Nov 2022 04:58:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB326C433C1; Wed, 2 Nov 2022 04:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667365098; bh=kOzIq9EyC4fDMAzs4YGklmDZT3mFY3v1MqN1V44mblQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y2JAyjY85RDwqxFFeIveaG0L96n1uLOz0pLF3nd4r3u0yMm1BE4qJGRuVjg9kgodd Y24Wk8YPy7UNGZ5ZVMWTsFuRLv7rL28Kvo5zlmbcOEdGQLjcSKmPl3efG9tmcktndC sjlXeaH60OH4Xici4Uv9WiIow94e0vOkH7ZShvk8= Date: Wed, 2 Nov 2022 05:59:10 +0100 From: Greg Kroah-Hartman To: Bagas Sanjaya Cc: stable@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Sasha Levin , Jonathan Corbet , Pavel Machek , Biju Das Subject: Re: [PATCH] Documentation: process: Describe kernel version prefix for third option Message-ID: References: <20221101131743.371340-1-bagasdotme@gmail.com> 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, Nov 02, 2022 at 11:19:44AM +0700, Bagas Sanjaya wrote: > On 11/1/22 20:30, Greg Kroah-Hartman wrote: > > > > No, sorry, this is not needed and does not have to be in the subject > > line at all. > > > > The current wording is fine, it's just that people don't always read it. > > > > so consider this a NAK. > > > > Hi Greg, > > There was a case when a submitter submitted multiple backports (which > qualified for third option) without specifying the prefix, hence a > reviewer complained [1]. > > [1]: https://lore.kernel.org/all/20221101074351.GA8310@amd/ Yes, and as I said on that thread, to you directly: https://lore.kernel.org/all/Y2Ef0hK4rTmAoEUs@kroah.com/ the submission was done correctly, no one should have complained, and the patches were applied by me to the correct branches without any problems at all. This is not an issue, this change is not needed at all. greg k-h