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 41FF1C4708C for ; Mon, 5 Dec 2022 13:11:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231644AbiLENLq (ORCPT ); Mon, 5 Dec 2022 08:11:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37654 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230170AbiLENLn (ORCPT ); Mon, 5 Dec 2022 08:11:43 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECECDDFAC; Mon, 5 Dec 2022 05:11:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=mnSpJzH3EaA7dBBZNWHQbugejr2bMAyk4G3g9QvOhNE=; b=Y4t0cQT87tme2kA4ndOE6UQMFy XHhLV8vBbBDBykUag9liOz7DO8hfIIE82eiJ4K28EONBcs46guC0k/p/kpRS9pFDy5f1jEDJDTxCQ TBotNB+iCrbUCdXxXcE8FLlzjLjZGse1aOufoW7awqhfAi48Sp7b2ah1OWEhnczaJuJw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1p2BFu-004PCq-Ut; Mon, 05 Dec 2022 14:11:34 +0100 Date: Mon, 5 Dec 2022 14:11:34 +0100 From: Andrew Lunn To: Piergiorgio Beruto Cc: "Russell King (Oracle)" , Heiner Kallweit , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Oleksij Rempel Subject: Re: [PATCH v2 net-next 1/4] net/ethtool: add netlink interface for the PLCA RS Message-ID: References: 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 > Good point Russell, I'll fix that. And I wish to seize the opportunity > to remark that the same problem may be present in cabletest.c > (see below). > > Maybe we should post a patch to fix that? Thanks for pointing this out. I will fix it, and take a look to see if the same problem exists anywhere else. Andrew