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 23180C433EF for ; Thu, 7 Apr 2022 14:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344378AbiDGPAr (ORCPT ); Thu, 7 Apr 2022 11:00:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240568AbiDGPAp (ORCPT ); Thu, 7 Apr 2022 11:00:45 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7EF1D1EF9D7; Thu, 7 Apr 2022 07:58:45 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id BDAF722175; Thu, 7 Apr 2022 16:58:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1649343524; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=F61f4C5OVGJ8qIEodIfj1jV31MSPywO8q/FGuuevK5I=; b=HTxX8F6hdNb9QUY+23OfsA9JLqLmwAXjcnbDN7FR0fBJhV9ZIsEMkOttp7/m0aGV0bkkgn y0Mb7OKjyqReANN7NCZgGNH6k+jwScdgYtXZm4JiESFwrecLs3ATd2CESlrNw+qWqCplg4 ITnJilXjp1yDJwHak/tonfJIBufDysk= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 07 Apr 2022 16:58:43 +0200 From: Michael Walle To: Vladimir Oltean Cc: Claudiu Manoil , Alexandre Belloni , Andrew Lunn , Vivien Didelot , Florian Fainelli , "David S . Miller" , Jakub Kicinski , 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 In-Reply-To: <20220407141254.3kpg75l4byytwfye@skbuf> References: <20220407130625.190078-1-michael@walle.cc> <20220407135613.rlblrckb2h633bps@skbuf> <20220407141254.3kpg75l4byytwfye@skbuf> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> > > Should this be a patch with a Fixes tag? >> > >> > Whichever way you wish, no preference. >> >> 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 (..)? -michael