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 D4437C433F5 for ; Fri, 8 Apr 2022 02:56:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233786AbiDHC6P (ORCPT ); Thu, 7 Apr 2022 22:58:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231958AbiDHC6K (ORCPT ); Thu, 7 Apr 2022 22:58:10 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8940A1D8A97; Thu, 7 Apr 2022 19:56:06 -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 sin.source.kernel.org (Postfix) with ESMTPS id 289E7CE2962; Fri, 8 Apr 2022 02:56:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1DF0BC385A4; Fri, 8 Apr 2022 02:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649386563; bh=1jWpv2ExUkDWhUjL3VwJv5HO0++He4WymWQa2PrjI4c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BQ1HRJxZmAVJtXb4eB8lUiRx4uh2RseU3Izok1+OX2pGGMTHG3HpnZPgyqSUFEdGA QYD2idTFgeVbHj28IH+vsGDu1OQTM8krKLv6ATcA06roVIoj7JVxlTQMoIMf2iV7+c Tiv59aCmNj04RIUeukcqVPJY+1ilC8ZLfR70c3+c9OGxlIzeZRBUklQekPCNtS2bzP Ioxo3hJ7+HTux7hjCslZpYVCwdyKlAwPA+buBjGIRRiVQMNYEFBWx5gdpWXcPJo6EF mTBTwKOh4u3bpkY7CmJXT/ft1Ztyi8GRqRGr+dIEbs8AhOGjeayvVNqQMBSLJzV7kf V2y+J0YLfPnZw== Date: Thu, 7 Apr 2022 19:56:02 -0700 From: Jakub Kicinski To: Michael Walle Cc: Vladimir Oltean , Claudiu Manoil , Alexandre Belloni , Andrew Lunn , Vivien Didelot , Florian Fainelli , "David S . Miller" , Paolo Abeni , UNGLinuxDriver@microchip.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] net: dsa: felix: suppress -EPROBE_DEFER errors Message-ID: <20220407195602.47c993d4@kernel.org> In-Reply-To: References: <20220407130625.190078-1-michael@walle.cc> <20220407135613.rlblrckb2h633bps@skbuf> <20220407141254.3kpg75l4byytwfye@skbuf> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 07 Apr 2022 16:58:43 +0200 Michael Walle wrote: > >> I'll limit it to just the one dev_err() and add a Fixes, > >> there might be scripts out there who greps dmesg for errors. > > > > Ok. > > Hum, it's not that easy. The issue goes back all the way > to the initial commit if I didn't miss anything (56051948773e). > That one was first included in 5.5, but dev_err_probe() wasn't > added until 5.9. > > Thus will it work if I add Fixes: 56051948773e (..)? Yes, backporters will figure it out. Matters even less since none of [5.5, 5.9] kernels are LTS. But if you want to slap a Fixes tag on it, it has to go to net rather than net-next.