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 1729FC05027 for ; Fri, 17 Feb 2023 15:43:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230045AbjBQPn4 (ORCPT ); Fri, 17 Feb 2023 10:43:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229603AbjBQPnz (ORCPT ); Fri, 17 Feb 2023 10:43:55 -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 450685ECAA for ; Fri, 17 Feb 2023 07:43:55 -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 8CA7E61DB4 for ; Fri, 17 Feb 2023 15:43:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9DA44C433D2; Fri, 17 Feb 2023 15:43:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1676648634; bh=1dJeqLwO2vHQedz4makdcywqzwqWeoCNz9POALOfB9Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nbEwu4yJzfztGLXo8XpjsQkYbgdb7BjbshpBV+7jgBW+lrEB6fIPciHxaTU/ZM8hS /lrHToe2mZBT3ShRGf5xPswabdrfZAoIJKdVjsNpZBXy3ToZGQBjNgW+pxaFd/N+ZL oUMgMUL7/8IogPDhd2DNASImsjuVa39dsScHL2eU= Date: Fri, 17 Feb 2023 16:43:51 +0100 From: Greg KH To: Asmaa Mnebhi Cc: "kernel-team@lists.ubuntu.com" , Khoa Vo , Meriton Tuli , Vladimir Sokolovsky , Shreeya Patel , "stable@vger.kernel.org" , Andy Shevchenko , Linus Walleij , Bartosz Golaszewski Subject: Re: [SRU][F:linux-bluefield][PATCH v2 1/2] gpio: Restrict usage of GPIO chip irq members before initialization Message-ID: References: <20230217140744.20600-1-asmaa@nvidia.com> <20230217140744.20600-2-asmaa@nvidia.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: stable@vger.kernel.org On Fri, Feb 17, 2023 at 03:33:28PM +0000, Asmaa Mnebhi wrote: > Hi Greg, > > Apologies, This is not meant for the Linux kernel. You got spammed because when I cherry-picked this change for canonical only (kernel-team@lists.ubuntu.com), this got added to the patches: > > Signed-off-by: Shreeya Patel > > Cc: stable@vger.kernel.org > > Reviewed-by: Andy Shevchenko > > Reviewed-by: Linus Walleij > > Signed-off-by: Bartosz Golaszewski (backported from > > commit 5467801f1fcbdc46bc7298a84dbf3ca1ff2a7320) > > Signed-off-by: Asmaa Mnebhi > > Which caused it to be sent to everyone. > Will talk to canonical on how to avoid this in the future. If Canonical just took the normal upstream stable releases (which this commit is already included in), this wouldn't be an issue at all. Why do they not do that? thanks, greg k-h