Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2824602pxj; Mon, 31 May 2021 11:46:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxpPyQnOscDetE6yOiKzNSL/P0vEM3OGLjXP9TtR0NKU0VuJ0+1eUL9VkKCFgXSyedwItgK X-Received: by 2002:a02:aa85:: with SMTP id u5mr22328569jai.75.1622486790034; Mon, 31 May 2021 11:46:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622486790; cv=none; d=google.com; s=arc-20160816; b=PxzvkNlb9XYQro7ssQGCOkc1MY5srk5vyg1/WLjDBwSacNsitJVNJ5YVrfOJg8YBUS I/96yYlAXgLihhz9XxuSGPbI3llDezWSz9t56apl7/R2VVMysp9VNnEUUnJpkAFH1TVG aMZETljtaKLZaQ7aPLGEbtPBo7zh7Lrg21e+mOB6G84q/yVrpMizHEgZ3U6PA+lWz0fx lcs3WyIYWwH3WIGiS1XJ+fKzwlYtKExK3MoAL/Vxa/HNijrX+DlGD3koO1ME1hdMpioh oVP6xbI/gyDIbLM0tDT5F//BkXHVG6KDLeOlbVhFq4bb2NZGdG/wWR+hCE9aAvJmdvwE H2uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-language:content-transfer-encoding :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=+l8P38Ji1kv6OYyICODiDWNObG9Cr2I06KvXtg42bQA=; b=pVqqBy9H8+vAwc/ffB5CHFQMBxWs64gxjvCSL6enmf4F8uTzQgjAmAgUVCzdiIukK8 4qfIDTgqo9AIeukDMTZFApAkIT2NIvKcAMVZt94aPguUWHrNEWKV8jpJ+7ZnOxtOpMIq GS7ClIlvAUhW9eIKBGqf6AD/g9EntLLkn4L2oNkGKz8OQnSvQYQEcJxLSFl08/39D+o6 Jn6jImSxXDWUYdQ1Sef54Y+MyZ1KKyyy/nCaMHRKD0uoeMOJBeGiMih31Pp32gOhgC1k GB6hi/RjU1hdzIWmab8ouQ9Ee0/EfM/THQxBXU4kdnDEnjDhdBrPHNo2t8ganlLd5dFn 4KfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g12si12494031ila.56.2021.05.31.11.46.16; Mon, 31 May 2021 11:46:30 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230174AbhEaSrH (ORCPT + 99 others); Mon, 31 May 2021 14:47:07 -0400 Received: from smtp08.smtpout.orange.fr ([80.12.242.130]:20773 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230439AbhEaSqo (ORCPT ); Mon, 31 May 2021 14:46:44 -0400 Received: from [192.168.1.18] ([86.243.172.93]) by mwinf5d55 with ME id BWl22500F21Fzsu03Wl3FP; Mon, 31 May 2021 20:45:03 +0200 X-ME-Helo: [192.168.1.18] X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Mon, 31 May 2021 20:45:03 +0200 X-ME-IP: 86.243.172.93 Subject: Re: [PATCH 4.14 63/79] net: netcp: Fix an error message To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, "David S. Miller" , Sasha Levin , Dan Carpenter References: <20210531130636.002722319@linuxfoundation.org> <20210531130638.013062405@linuxfoundation.org> From: Marion & Christophe JAILLET Message-ID: Date: Mon, 31 May 2021 20:45:01 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2 MIME-Version: 1.0 In-Reply-To: <20210531130638.013062405@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: fr Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 31/05/2021 à 15:14, Greg Kroah-Hartman a écrit : > From: Christophe JAILLET > > [ Upstream commit ddb6e00f8413e885ff826e32521cff7924661de0 ] > > 'ret' is known to be 0 here. > The expected error code is stored in 'tx_pipe->dma_queue', so use it > instead. > > While at it, switch from %d to %pe which is more user friendly. > > Fixes: 84640e27f230 ("net: netcp: Add Keystone NetCP core ethernet driver") > Signed-off-by: Christophe JAILLET > Signed-off-by: David S. Miller > Signed-off-by: Sasha Levin > --- > drivers/net/ethernet/ti/netcp_core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/ethernet/ti/netcp_core.c b/drivers/net/ethernet/ti/netcp_core.c > index 437d36289786..67167bc49a3a 100644 > --- a/drivers/net/ethernet/ti/netcp_core.c > +++ b/drivers/net/ethernet/ti/netcp_core.c > @@ -1364,8 +1364,8 @@ int netcp_txpipe_open(struct netcp_tx_pipe *tx_pipe) > tx_pipe->dma_queue = knav_queue_open(name, tx_pipe->dma_queue_id, > KNAV_QUEUE_SHARED); > if (IS_ERR(tx_pipe->dma_queue)) { > - dev_err(dev, "Could not open DMA queue for channel \"%s\": %d\n", > - name, ret); > + dev_err(dev, "Could not open DMA queue for channel \"%s\": %pe\n", > + name, tx_pipe->dma_queue); > ret = PTR_ERR(tx_pipe->dma_queue); > goto err; > } Hi, Apparently %pe is only supported up to (including) 5.5. It is not part of 5.4.123. So this patch should not be backported here or should be backported differently, ie:    leave dev_err as-is    move "ret = PTR_ERR(tx_pipe->dma_queue);" 1 line above (or %pe should be backported first) PS: adding Dan Carpenter because we had a small discussion about some potential backport issue when, using %pe CJ