From patchwork Fri Jul 5 15:03:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13725253 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 DDF5C16CD35; Fri, 5 Jul 2024 15:03:16 +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=1720191799; cv=none; b=hexJVgZWJDEP1AVok1WrN/dRS+YBDgQP+i0crstUwnP46mY/5Xxi+h8qyBykzQgHJnwALdKIEYnB/x3bRNqANrdsI2txnQl8gHNWHkbJY0Gb9kYyDf7pq0Hd2Zu2KfJWk2PgJBCOO18bPbSk6KVWcXEPY2asSpM8wnBNeqpXkPY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720191799; c=relaxed/simple; bh=3SAOochGxMsx1KujtDjDMpsU5nUfbswwOUoM5JlgBdM=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=jdmQ6TOD3eTQkJ5xcGdjqK36992I7DArU5kYUSGziCWFKFRky0lTnNQdUmLG5iGbfwdBal8bSonN6TTgGGPCTgLm0mMdNJWGYKiOp9NRcOxvMjlHwmC6ynRe3cDZPsb6otd73D4zvRaA3hpsf5MrSJA+ojVaERzgSX3lP2X8eu0= 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=WRAWuCh8; 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="WRAWuCh8" Received: by mail.gandi.net (Postfix) with ESMTPSA id 62FACE0003; Fri, 5 Jul 2024 15:03:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1720191789; 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=7KmcchqvoJQF8xn37fUYQW+fDp4HYArEEAlZIQSGzto=; b=WRAWuCh8iO+62EIiB736wmIDpeCAQPQ/BRzE/2gAlvK89LMEgxBOUNldzoQqCleJlbBEWX QMj8rZbO5Xcclkz2t+xeeIMiFe8YkPeUB3gFBiet+nYX8A1rggo13rFAPVeZYUAOMROMhI WG7goGjjQMRXXmczlDCqfKTDt7MNMAw2JX5yiK4f6fnDOxtQYS/Qy+vp0tsFyzJgxy7Z0r UKRynOfWNg6h9FW5V9uFcyn8PQ4LdsJFAzc8GWOj4BHfdWEboHePVdB0dOYoonFvACS4gu yzml1WCVCyn/gRGuhDwy6ATkpBh/prlH6smbjZPulz3d2lOKiLpET5G3J0hNmg== From: Kory Maincent Date: Fri, 05 Jul 2024 17:03:04 +0200 Subject: [PATCH net-next v16 03/14] 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: <20240705-feature_ptp_netnext-v16-3-5d7153914052@bootlin.com> References: <20240705-feature_ptp_netnext-v16-0-5d7153914052@bootlin.com> In-Reply-To: <20240705-feature_ptp_netnext-v16-0-5d7153914052@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 9d4ceaf9bdc0..df085c3e510c 100644 --- a/net/core/dev.h +++ b/net/core/dev.h @@ -189,5 +189,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;