mbox series

[net,v2,0/5] MAINTAINERS: Networking updates

Message ID 20240821-net-mnt-v2-0-59a5af38e69d@kernel.org (mailing list archive)
Headers show
Series MAINTAINERS: Networking updates | expand

Message

Simon Horman Aug. 21, 2024, 8:46 a.m. UTC
Hi,

This series includes Networking-related updates to MAINTAINERS.

* Patches 1-4 aim to assign header files with "*net*' and '*skbuff*'
  in their name to Networking-related sections within Maintainers.

  There are a few such files left over after this patches.
  I have to sent separate patches to add them to SCSI SUBSYSTEM
  and NETWORKING DRIVERS (WIRELESS) sections [1][2].

  [1] https://lore.kernel.org/linux-scsi/20240816-scsi-mnt-v1-1-439af8b1c28b@kernel.org/
  [2] https://lore.kernel.org/linux-wireless/20240816-wifi-mnt-v1-1-3fb3bf5d44aa@kernel.org/

* Patch 5 updates the status of the JME driver to 'Odd Fixes'

---
Changes in v2:
- [PATCH 2/5] Add to SOCKET TIMESTAMPING rather than PTP HARDWARE CLOCK
  SUPPORT section.  This seems more appropriate given that
  include/uapi/linux/net_tstamp.h is already in the SOCKET TIMESTAMPING
  section.
- [PATCH 3/5] New patch. Use globs to match files in Networking sections.
  As suggested by Jakub Kicinski
- [PATCH 4/5] Dropped net_shaper.h as it is not present upstream
- Link to v1: https://lore.kernel.org/r/20240816-net-mnt-v1-0-ef946b47ced4@kernel.org

---
Simon Horman (5):
      MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS
      MAINTAINERS: Add net_tstamp.h to SOCKET TIMESTAMPING section
      MAINTAINERS: Add limited globs for Networking headers
      MAINTAINERS: Add header files to NETWORKING sections
      MAINTAINERS: Mark JME Network Driver as Odd Fixes

 MAINTAINERS | 32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)

base-commit: 0d76fc7e27b2097e18ee128e484d107ed6d45e88

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 22, 2024, 2 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 21 Aug 2024 09:46:43 +0100 you wrote:
> Hi,
> 
> This series includes Networking-related updates to MAINTAINERS.
> 
> * Patches 1-4 aim to assign header files with "*net*' and '*skbuff*'
>   in their name to Networking-related sections within Maintainers.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/5] MAINTAINERS: Add sonet.h to ATM section of MAINTAINERS
    https://git.kernel.org/netdev/net/c/1ac66c4960e1
  - [net,v2,2/5] MAINTAINERS: Add net_tstamp.h to SOCKET TIMESTAMPING section
    https://git.kernel.org/netdev/net/c/eb208fecd77d
  - [net,v2,3/5] MAINTAINERS: Add limited globs for Networking headers
    https://git.kernel.org/netdev/net/c/8cb0a938d90b
  - [net,v2,4/5] MAINTAINERS: Add header files to NETWORKING sections
    https://git.kernel.org/netdev/net/c/f2d20c9b97f0
  - [net,v2,5/5] MAINTAINERS: Mark JME Network Driver as Odd Fixes
    https://git.kernel.org/netdev/net/c/46097a926624

You are awesome, thank you!