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 07167C636CC for ; Wed, 15 Feb 2023 17:28:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230017AbjBOR2O (ORCPT ); Wed, 15 Feb 2023 12:28:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbjBOR2M (ORCPT ); Wed, 15 Feb 2023 12:28:12 -0500 Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C708E61A4 for ; Wed, 15 Feb 2023 09:28:11 -0800 (PST) Received: by mail-pf1-x42e.google.com with SMTP id 16so13215690pfo.8 for ; Wed, 15 Feb 2023 09:28:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=2ytIXtBMLaEzgl8nCOojDhuJnkjo8SNB1+fmJCWKDec=; b=fqg9pR4pkxUP+fSaVNFOyFumiQ7kCpUiFLpRoF9Yig0NoDdXKQsWHRpQ+pHiR4eK9s FWnb3OVGq37uC+1bap7XfR4iwwdkc32E12Ia3nwuPVrJZbzUayEC+1ZR9iAavvjeWr3X tSQtqkIMxSbFbaEMrNMuGAzXpWWeIc7Nvy6rIa0K5jdRDuIbU3T304htERUS5Ll2Grmn BeKmozhLYRnHVql6MiZZzbx2WatoAd7szmePWMDNuPjROL5OsDQMF0PgDHTfSJJN9X0l jgPUlYRhMcl8Hdg5wJo7w/X+ogL9poTri8dE/r/0lAOeavlJ77Ckty7Gw6LQRJkcY0+U 4FsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=2ytIXtBMLaEzgl8nCOojDhuJnkjo8SNB1+fmJCWKDec=; b=HRiTaBTjEZp9rPJis3QYtfEzsdVI4Fi7LXD0Ua+XI+Fy0i2ifh1GUwuSditbR3aO/p qTEpAJ8+KuDp5Vs904vIfZeAj5YP7NKNryWALTfusbqTc6IBidxYAeCIMbOSvcUOCLha VIm++J0YogcezbsGJ3YaVCoWxxC3GyQZOziJx4ovNA7QwYm9Kipfp1K5yV1Z9wRYMvqU BHuYKyXAOnxN/EgJUEA2VpeHIvaGQJvUOmLbh3UiPXcL3gb7wfuGv4Jz6dokz5srviHn FX0LLuRCLePllRLRe7j0eE8q8yjWlNwEYVSedni00xAzfBNqVXm9RxprDXG9JXPGRGl8 vwJQ== X-Gm-Message-State: AO0yUKXpY4zw7MmYqxT3w6FXDMHVbWguPEnecZVS54OZq+cUHEzrlfcs uyyeM7JQ2jm/OWnWHzn/PPEBEA== X-Google-Smtp-Source: AK7set/WRs8AQercUyxungJ3ysiBO18zVNykQiapuwPrn3FrfbAa/2uLqMzNwJSXlUzZbzWP2r8mJw== X-Received: by 2002:a62:1c44:0:b0:5a8:515a:eba4 with SMTP id c65-20020a621c44000000b005a8515aeba4mr2171491pfc.10.1676482090851; Wed, 15 Feb 2023 09:28:10 -0800 (PST) Received: from google.com (157.214.185.35.bc.googleusercontent.com. [35.185.214.157]) by smtp.gmail.com with ESMTPSA id 15-20020aa7914f000000b0058d9428e482sm11895322pfi.85.2023.02.15.09.28.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Feb 2023 09:28:10 -0800 (PST) Date: Wed, 15 Feb 2023 17:28:06 +0000 From: Carlos Llamas To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, Cristian Ciocaltea , Masahiro Yamada , Jialu Xu , Vipin Sharma Subject: Re: [PATCH] scripts/tags.sh: fix incompatibility with PCRE2 Message-ID: References: <20230214204142.1514599-1-cmllamas@google.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, Feb 15, 2023 at 05:48:00PM +0100, Greg Kroah-Hartman wrote: > > Shouldn't this get a "Fixes:" tag with the commit that caused the > problem? And if this affects older kernels (as it does), it should also > get a cc: stable? I was hesitant to mark 4f491bb6ea2a as the offending commit as it was PERL5 and PCRE2 that decided to drop this functionality. The commit was technically correct before this. However, you are right that this impacts stable too and if it makes the backport process easier I'll add the "Fixes:" tag and cc: stable as suggested. -- Carlos Llamas