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 60827C4332F for ; Thu, 17 Nov 2022 13:01:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239506AbiKQNBF (ORCPT ); Thu, 17 Nov 2022 08:01:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54324 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234724AbiKQNA5 (ORCPT ); Thu, 17 Nov 2022 08:00:57 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 64A655916D; Thu, 17 Nov 2022 05:00:56 -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=Znj/zN2SyjWqIbqwFb6gAvBXmx3ZvTt/Rr7JUuD+cp0=; b=ibMvFW/DbQabpQK9XmnHg3CC5V gR5XWZWWAhzpGHocBkJMdXNQYdp8rnkLtregkjQtKEicGCdplsqGxmJPcSNUzjpuHdxOF8Zxbq84m 53B4wwdaDE0rFqnHzj7wEbZH5aJwSmdJ+BLNfMskz5JW9ylYkL+sR/gGjTeD6vKLgixI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oveUE-002gbS-QO; Thu, 17 Nov 2022 13:59:22 +0100 Date: Thu, 17 Nov 2022 13:59:22 +0100 From: Andrew Lunn To: Daniil Tatianin Cc: Saeed Mahameed , Jakub Kicinski , "David S. Miller" , Eric Dumazet , Paolo Abeni , Hao Chen , Guangbin Huang , Wolfram Sang , Marco Bonelli , Tom Rix , Tonghao Zhang , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org, yc-core@yandex-team.ru Subject: Re: [PATCH v1] net/ethtool/ioctl: ensure that we have phy ops before using them Message-ID: References: <20221114081532.3475625-1-d-tatianin@yandex-team.ru> <20221114210705.216996a9@kernel.org> 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 > Strange, pretty sure it CCed the netdev ML. Unless there's something else > you must do for it to get through? HTML might get it rejected. But so long as you used git send-email, it normally works. Anyway, please resend. Andrew