From patchwork Fri Aug 16 12:38:00 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13766062 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 6632B16F839 for ; Fri, 16 Aug 2024 12:38:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811909; cv=none; b=SnQRHsNk8wKbcepPh51/qDMy8hSdXKk/xw4cKzsvKI5/OkLvJhmghtxIeQCWZyA+9wfsWx8MyyRQhq3ieKZBw4LEabD9munRHeVM8hrk613pnoewq13cq6PKllLZeJQJKNOJEyb3C2U+hVseQ0nGIwJ06pRHc0RyUtZp5VF+6H0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811909; c=relaxed/simple; bh=nRyQyVL5Ag79jXdEfkESG2e+d8YyMtNRLsS6JqdBYBk=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=Dq4GKNpQXR5MxzMwaxQy7nPdj44NQ+4t/RIXLrHbd9gj2dK/55YTnRDA66G9kaoXmWaGrmskgMRmBQneW0zDwASRs3dPk/BIJk+El6brv3XSi8aivNBcTlLkfI4QA5lClH1sGZC6JZjMzRWqV2QHCvglR3XLRTRuyEP6qgha3wY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b+LOmn9X; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="b+LOmn9X" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DBED2C4AF0D; Fri, 16 Aug 2024 12:38:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723811908; bh=nRyQyVL5Ag79jXdEfkESG2e+d8YyMtNRLsS6JqdBYBk=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=b+LOmn9X6ktY/0UPYnlX+2zSYA/8Yyjj/RQvHM0XzqOS2TYmRV2FbhYswGKiAcf+M +WBhmYRMQggTYojX+Ky9EP7IaxaxWnbaVGXxHE6Lhjb94tHM7Km/Pm8dnJite/79Dx K3u2/kGmnuw5svNnN88FGp2PAuQromoY8tMShT1G1Pxz/DmdiFoBSTpMtcZ5V5/fYd jrgQvFGfRdmwbvtF8d/RrWTDce4DBYx5w1b5kKPAIOJ56x11LGpvMokUoGN/IHoZOr DQYv7dVx+3eXtoLP0i4lynXlURotTagl7FFoQzoEDN63OmkqwCpFJmtgEuDPYaCre8 /t3F+tbVOQf7A== From: Simon Horman Date: Fri, 16 Aug 2024 13:38:00 +0100 Subject: [PATCH net 1/4] MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240816-net-mnt-v1-1-ef946b47ced4@kernel.org> References: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> In-Reply-To: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Breno Leitao , Chas Williams <3chas3@gmail.com>, Guo-Fu Tseng , Moon Yeounsu , Richard Cochran , linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org This is part of an effort to assign a section in MAINTAINERS to header files that relate to Networking. In this case the files with "net" in their name. It seems that sonet.h is included in ATM related source files, and thus that ATM is the most relevant section for these files. Cc: Chas Williams <3chas3@gmail.com> Signed-off-by: Simon Horman --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a964a34651f5..c682203915a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3504,7 +3504,9 @@ S: Maintained W: http://linux-atm.sourceforge.net F: drivers/atm/ F: include/linux/atm* +F: include/linux/sonet.h F: include/uapi/linux/atm* +F: include/uapi/linux/sonet.h ATMEL MACB ETHERNET DRIVER M: Nicolas Ferre From patchwork Fri Aug 16 12:38:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13766063 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C5F7416F839 for ; Fri, 16 Aug 2024 12:38:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811911; cv=none; b=m0DwsSez4r1f1w7qX2OfGlpsElY60ISpkOLVt+Yo0d6r9YBea55t6F9rcFvNUHIZfmGngwAk8U4v3s0Hch2ExcbflACKrMXFf1bzkDqjRYRtTYkM6e8zU49b6de2GUIZuZHN6RWaQz0Zb6ZRCF/bFvIqlI9Dysq+B57n2LVU22w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811911; c=relaxed/simple; bh=/bX9xVJA0zmeNOu9xyBVtiAr4NvJ9P78zOVokgKQgac=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=RnX1DnwwnZkzeEmU4Roc1DhXKyneQbZoO16o+YONFz2dQ3cuCCpuNKaU26nzHwEDDLj6YIOqa0xn5ehyFe0587WA+ha3HtjEA16p4TQBO1BwXRYXFkzZ/Y5NgR2XlnoBOxFFVDU5g8rGwK45Y2Pw5oJQjjPXKBvuCjaBuaIc0n8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=r/kYvW20; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="r/kYvW20" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 561F9C4AF0C; Fri, 16 Aug 2024 12:38:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723811911; bh=/bX9xVJA0zmeNOu9xyBVtiAr4NvJ9P78zOVokgKQgac=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=r/kYvW20tWghzXlYJkjfu0vyer664ldoLknq/vjAJvptrZU2g1zMe1OgztWPcUN6J zWiyEHbnTfhe0kODsH6UHeGBebLzYyYOk5AO2C0/9HE+jiEb6l7fx/h/LMJW8M81wi 0lR0dcpDIqSXwJBSRD/iwpTYUyb8l09+SaO4sDYvR6Sg2P7a0cPHN6yXfh4UOw4PqM YieM/xC9zsvx+dkcF8eluaI+lgQ1oz9CdcIDcn6Jyuv8LFErpSERoyPyNqvVJonheK Yn2yMBgRsEIlg3yIsj7hdMKDxtTlmzD67w8mSqPRpV87/JVUWRqzuf7a97JWo4cLxe IFXHtodZLCwjA== From: Simon Horman Date: Fri, 16 Aug 2024 13:38:01 +0100 Subject: [PATCH net 2/4] MAINTAINERS: Add net_tstamp.h to PTP HARDWARE CLOCK SUPPORT section Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240816-net-mnt-v1-2-ef946b47ced4@kernel.org> References: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> In-Reply-To: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Breno Leitao , Chas Williams <3chas3@gmail.com>, Guo-Fu Tseng , Moon Yeounsu , Richard Cochran , linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org This is part of an effort to assign a section in MAINTAINERS to header files that relate to Networking. In this case the files with "net" in their name. As it relates to hardware timestamping, it seems that PTP HARDWARE CLOCK SUPPORT is the most suitable section for net_tstamp.h. Cc: Richard Cochran Signed-off-by: Simon Horman --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index c682203915a2..28a67b93cef1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18403,6 +18403,7 @@ F: Documentation/ABI/testing/sysfs-ptp F: Documentation/driver-api/ptp.rst F: drivers/net/phy/dp83640* F: drivers/ptp/* +F: include/linux/net_tstamp.h F: include/linux/ptp_cl* K: (?:\b|_)ptp(?:\b|_) From patchwork Fri Aug 16 12:38:02 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13766064 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 51C7216F839 for ; Fri, 16 Aug 2024 12:38:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811914; cv=none; b=rVzwyhP9Sk0hwonIpVNzjhbaVjyv0hiKhfwZhsTvB/YOGz98fjYERmqrp4fIH2j0V0tzw77UDdQjQ/dRPFL1oxveJ0ufFOwr44kPykxJ0/K3ZkirgCn1xrGeOuKf+gdDUH6d7H+ZCD8WvwIZMQu62GiKyy/SLj+D7DEqn/5zFbA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811914; c=relaxed/simple; bh=T2Y3q6D24VT80rvA2o22gEeD788v8Gqkudz9gBxhZZ8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=GE35QdElm+V/7zkeTNpe8J6xkRqBBhNS6Isvu5gqaRQhngxAPHWniw5yukYfWmtl38qhl/qXVY6E5mIwrp9jGLfqeEgPWrGom/wQElLn5CblKJq7+LVgxcwmWlZsnINgc5i+YiXp8NrgOnORkJKkZdwc+Dyd4aqemAb+DqKlT9M= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DcrlPXyD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DcrlPXyD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BFAA3C4AF09; Fri, 16 Aug 2024 12:38:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723811913; bh=T2Y3q6D24VT80rvA2o22gEeD788v8Gqkudz9gBxhZZ8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=DcrlPXyDT+P/qCLK7BEgnB4dy5yUfXwvBnYRjrLSPLYH6LN4wg3cxslRBiRoe0d4/ r7Ir/UuyDaIU6Nj/S0fNVwkpqWdTqPe1M8y5k8S24j1FuPeWxLKFRALKHIjstL9dy5 jbzGuAaC8pFdqs/CMMQimqhp07z9myYazsOwwkVYqS47okOmapFA6/8CgULllF20AT 7b6kI0L6lKnVdK0R79nO0DdZXhF7goTkgRu7J+OsPKX/XZnzuJxPmAu5/4LTHsK4Wu eDMW0yc+ITEwTrbWfhn2exoWOn7kFMzQK6ClNUqE0RXNxdpAvkBfkEDYwvLywLw3If 2Q368k70C1pRw== From: Simon Horman Date: Fri, 16 Aug 2024 13:38:02 +0100 Subject: [PATCH net 3/4] MAINTAINERS: Add header files to NETWORKING sections Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240816-net-mnt-v1-3-ef946b47ced4@kernel.org> References: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> In-Reply-To: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Breno Leitao , Chas Williams <3chas3@gmail.com>, Guo-Fu Tseng , Moon Yeounsu , Richard Cochran , linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org This is part of an effort to assign a section in MAINTAINERS to header files that relate to Networking. In this case the files with "net" or "skbuff" in their name. This patch adds a number of such files to the NETWORKING DRIVERS and NETWORKING [GENERAL] sections. Signed-off-by: Simon Horman --- MAINTAINERS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 28a67b93cef1..38f3731d0e3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15879,14 +15879,19 @@ F: drivers/net/ F: include/dt-bindings/net/ F: include/linux/cn_proc.h F: include/linux/etherdevice.h +F: include/linux/ethtool_netlink.h F: include/linux/fcdevice.h F: include/linux/fddidevice.h F: include/linux/hippidevice.h F: include/linux/if_* F: include/linux/inetdevice.h F: include/linux/netdevice.h +F: include/linux/netdevice_xmit.h +F: include/linux/platform_data/wiznet.h F: include/uapi/linux/cn_proc.h +F: include/uapi/linux/ethtool_netlink.h F: include/uapi/linux/if_* +F: include/uapi/linux/netdev.h F: include/uapi/linux/netdevice.h F: tools/testing/selftests/drivers/net/ X: drivers/net/wireless/ @@ -15939,14 +15944,31 @@ F: include/linux/framer/framer-provider.h F: include/linux/framer/framer.h F: include/linux/in.h F: include/linux/indirect_call_wrapper.h +F: include/linux/inet.h +F: include/linux/inet_diag.h F: include/linux/net.h +F: include/linux/netdev_features.h F: include/linux/netdevice.h +F: include/linux/netlink.h +F: include/linux/netpoll.h +F: include/linux/rtnetlink.h +F: include/linux/seq_file_net.h F: include/linux/skbuff.h +F: include/linux/skbuff_ref.h F: include/net/ +F: include/uapi/linux/genetlink.h +F: include/uapi/linux/hsr_netlink.h F: include/uapi/linux/in.h +F: include/uapi/linux/inet_diag.h +F: include/uapi/linux/nbd-netlink.h F: include/uapi/linux/net.h F: include/uapi/linux/net_namespace.h +F: include/uapi/linux/net_shaper.h +F: include/uapi/linux/netconf.h F: include/uapi/linux/netdevice.h +F: include/uapi/linux/netlink.h +F: include/uapi/linux/netlink_diag.h +F: include/uapi/linux/rtnetlink.h F: lib/net_utils.c F: lib/random32.c F: net/ From patchwork Fri Aug 16 12:38:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13766065 X-Patchwork-Delegate: kuba@kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5BD1C16F839 for ; Fri, 16 Aug 2024 12:38:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811916; cv=none; b=ZjUPrEmRw+x2oLsS/tfKBG9erSQnKKKZpGH43wie5hnS0iFtQZL1jDXZY10cC7rPLauzbh6qkzS3B4tGRKHRoCGVgxy24wab+kAngUbeveJPETbk+Kfiblraa7s7rCyQZPnHblVCU5TF2IiZCyiC19GgUg5ZBIqvApkrkxyxZxc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723811916; c=relaxed/simple; bh=hjA501AZIrV6y3CRES1l4UXPWHHDNKUaFYjTyB2qU0M=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=HCvuykrJXL8zyxx1IydG56vQ9dZnqInn9yGH4DVMDdVQ0ITK/9owH+UHBl+YzpF3iGhtJrJ26Gbc1AojNCE6xElGtKe9iZKYdEhuBIdNo6PYMmZKX1WXYJXIs0Xahzu2wtJOMSMVpZj8cDVV5zXV18BmM2W2IwdYTInV/tlvhIE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JLRFXHD1; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JLRFXHD1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36DCFC32782; Fri, 16 Aug 2024 12:38:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723811916; bh=hjA501AZIrV6y3CRES1l4UXPWHHDNKUaFYjTyB2qU0M=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=JLRFXHD1TqEGUvxDqvHZ5tVcEJFcKU2xqdkfCvrRT3kjBViXudg6pkuuTJ7/vNTDE 8KTU50IVUUzsUvmwSEe2mjSZzxShsXkgztPtzog9JfIYRAQHDu6hmobrQd9veDKuY2 hvF1b4ooyXhH2mjIhpSuE9Z3eMCZH/kuHBDEGkuzQwPMCQNTtfJbyWsbTF0OrCdL7a SI4LzBBVMowvUazpgGqQkyxJsbaZrp9el1SRNaT596q9HpyC0K4+Qwr41tZLPVUUI1 F4x6rKXxjoLXQ7lPmlrfeZ0CVuUBXeb2lfVd8f15O1h2GYqHy5DDOqApMSy5PN4riE 9PUXcvScc70rw== From: Simon Horman Date: Fri, 16 Aug 2024 13:38:03 +0100 Subject: [PATCH net 4/4] MAINTAINERS: Mark JME Network Driver as Odd Fixes Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20240816-net-mnt-v1-4-ef946b47ced4@kernel.org> References: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> In-Reply-To: <20240816-net-mnt-v1-0-ef946b47ced4@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Breno Leitao , Chas Williams <3chas3@gmail.com>, Guo-Fu Tseng , Moon Yeounsu , Richard Cochran , linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org This driver only appears to have received sporadic clean-ups, typically part of some tree-wide activity, and fixes for quite some time. And according to the maintainer, Guo-Fu Tseng, the device has been EOLed for a long time [1]. [1] https://lore.kernel.org/netdev/20240805003139.M94125@cooldavid.org/ Accordingly, it seems appropriate to mark this driver as odd fixes. Cc: Moon Yeounsu Cc: Guo-Fu Tseng Signed-off-by: Simon Horman --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 38f3731d0e3b..6ed906576942 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11995,7 +11995,7 @@ F: fs/jfs/ JME NETWORK DRIVER M: Guo-Fu Tseng L: netdev@vger.kernel.org -S: Maintained +S: Odd Fixes F: drivers/net/ethernet/jme.* JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)