From patchwork Mon Apr 22 12:50:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13638491 X-Patchwork-Delegate: kuba@kernel.org Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DFB3E14A0A0; Mon, 22 Apr 2024 12:50:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.196 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713790245; cv=none; b=jqHbh76cC/yB/AhD9mgybCpnaa1q9kWQmgUfGuopwnlJl7xhMt22kyWDvjSJb39t2DfgyjKg3fFemLEY3LOMDVTpQ+Vl+l0HKRk7wBzcCxSfbyUQatrZduOFDk5cZoZEUtsTRKSaEdqm8ZGtYLIsXy62hKiEjw+SeFM4Nrzv5pk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713790245; c=relaxed/simple; bh=+7AuBfrkVfvvlqBbnWwiB4WC75JvgZX/iPRvTxQaD3g=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=ZrRVUJMKBpaazbUTFiMeH8qDHe2EU3YjPINluUvFqQObCbmRU5x29+wyyroldgE1FhiCj5O6kyfu9MNtEyIqRwMjt4LpYzOHIn9bvQXufv6FA0F1aHeO3C8kzH1SMhw1S6E9tMoLyIsfA+xFpIsxmAeEPK8Gx9w5VHJQ2d91mcs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=EkSoMcXX; arc=none smtp.client-ip=217.70.183.196 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="EkSoMcXX" Received: by mail.gandi.net (Postfix) with ESMTPSA id CF84AE0010; Mon, 22 Apr 2024 12:50:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1713790240; 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=OvSPqbTravq+uXV8NX6wI95ClFv5FR4JYxaALnEYaFI=; b=EkSoMcXXV8If3yHSYgNJLHAgv4KZzt0u5nDo4chcF7qbBy2bg9ioBv6ov6t5BJxuHuhmX7 9WNH8SSSrtDZCgWWg6z94fxRO+GQ9MyPDnP8L5nUU7y4T6gJU/lJDlwyvD+9eChpSCvfFp z+rWJF52nCpHAOyezsLa1IaZJ4vSo9wTt2pEOMvulrdkO4pr7RM2xBglvqsBKbdGeEna2f AwPoYsmamnd7oSs0wS0j6BxPcatfhsgDHXOyc4MUB0DR2da/EZCIgIhnia2j7op2hZ1bFv O++nZKrIBDQeR7FtiTKMw+OUjjia8hc3AS/PvnxIkPSHkwc2bOPQrpPwodtIVg== From: Kory Maincent Date: Mon, 22 Apr 2024 14:50:19 +0200 Subject: [PATCH net-next v11 04/13] net: Make net_hwtstamp_validate accessible Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240422-feature_ptp_netnext-v11-4-f14441f2a1d8@bootlin.com> References: <20240422-feature_ptp_netnext-v11-0-f14441f2a1d8@bootlin.com> In-Reply-To: <20240422-feature_ptp_netnext-v11-0-f14441f2a1d8@bootlin.com> To: Florian Fainelli , Broadcom internal kernel review list , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Richard Cochran , Radu Pirea , Jay Vosburgh , Andy Gospodarek , Nicolas Ferre , Claudiu Beznea , Willem de Bruijn , Jonathan Corbet , Horatiu Vultur , UNGLinuxDriver@microchip.com, Simon Horman , Vladimir Oltean Cc: Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Maxime Chevallier , Rahul Rameshbabu , Kory Maincent X-Mailer: b4 0.13.0 X-GND-Sasl: kory.maincent@bootlin.com X-Patchwork-Delegate: kuba@kernel.org Make the net_hwtstamp_validate function accessible in prevision to use it from ethtool to validate the hwtstamp configuration before setting it. Reviewed-by: Florian Fainelli Signed-off-by: Kory Maincent --- Change in v8: - New patch Change in v10: - Remove export symbol as ethtool can't be built as a module. - Move the declaration to net/core/dev.h instead of netdevice.h --- net/core/dev.h | 1 + net/core/dev_ioctl.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/core/dev.h b/net/core/dev.h index 2236b14b798f..44004f17b32b 100644 --- a/net/core/dev.h +++ b/net/core/dev.h @@ -172,5 +172,6 @@ int dev_set_hwtstamp_phylib(struct net_device *dev, struct netlink_ext_ack *extack); int dev_get_hwtstamp_phylib(struct net_device *dev, struct kernel_hwtstamp_config *cfg); +int net_hwtstamp_validate(const struct kernel_hwtstamp_config *cfg); #endif diff --git a/net/core/dev_ioctl.c b/net/core/dev_ioctl.c index b8cf8c55fa2d..6aaa8326bf8f 100644 --- a/net/core/dev_ioctl.c +++ b/net/core/dev_ioctl.c @@ -184,7 +184,7 @@ static int dev_ifsioc_locked(struct net *net, struct ifreq *ifr, unsigned int cm return err; } -static int net_hwtstamp_validate(const struct kernel_hwtstamp_config *cfg) +int net_hwtstamp_validate(const struct kernel_hwtstamp_config *cfg) { enum hwtstamp_tx_types tx_type; enum hwtstamp_rx_filters rx_filter;