]> Git Repo - linux.git/commitdiff
Merge tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
authorLinus Torvalds <[email protected]>
Thu, 25 Apr 2024 18:19:38 +0000 (11:19 -0700)
committerLinus Torvalds <[email protected]>
Thu, 25 Apr 2024 18:19:38 +0000 (11:19 -0700)
Pull networking fixes from Jakub Kicinski:
 "Including fixes from netfilter, wireless and bluetooth.

  Nothing major, regression fixes are mostly in drivers, two more of
  those are flowing towards us thru various trees. I wish some of the
  changes went into -rc5, we'll try to keep an eye on frequency of PRs
  from sub-trees.

  Also disproportional number of fixes for bugs added in v6.4, strange
  coincidence.

  Current release - regressions:

   - igc: fix LED-related deadlock on driver unbind

   - wifi: mac80211: small fixes to recent clean up of the connection
     process

   - Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices", kernel
     doesn't have all the code to deal with that version, yet

   - Bluetooth:
       - set power_ctrl_enabled on NULL returned by gpiod_get_optional()
       - qca: fix invalid device address check, again

   - eth: ravb: fix registered interrupt names

  Current release - new code bugs:

   - wifi: mac80211: check EHT/TTLM action frame length

  Previous releases - regressions:

   - fix sk_memory_allocated_{add|sub} for architectures where
     __this_cpu_{add|sub}* are not IRQ-safe

   - dsa: mv88e6xx: fix link setup for 88E6250

  Previous releases - always broken:

   - ip: validate dev returned from __in_dev_get_rcu(), prevent possible
     null-derefs in a few places

   - switch number of for_each_rcu() loops using call_rcu() on the
     iterator to for_each_safe()

   - macsec: fix isolation of broadcast traffic in presence of offload

   - vxlan: drop packets from invalid source address

   - eth: mlxsw: trap and ACL programming fixes

   - eth: bnxt: PCIe error recovery fixes, fix counting dropped packets

   - Bluetooth:
       - lots of fixes for the command submission rework from v6.4
       - qca: fix NULL-deref on non-serdev suspend

  Misc:

   - tools: ynl: don't ignore errors in NLMSG_DONE messages"

* tag 'net-6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (88 commits)
  af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
  net: b44: set pause params only when interface is up
  tls: fix lockless read of strp->msg_ready in ->poll
  dpll: fix dpll_pin_on_pin_register() for multiple parent pins
  net: ravb: Fix registered interrupt names
  octeontx2-af: fix the double free in rvu_npc_freemem()
  net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packets
  ice: fix LAG and VF lock dependency in ice_reset_vf()
  iavf: Fix TC config comparison with existing adapter TC config
  i40e: Report MFS in decimal base instead of hex
  i40e: Do not use WQ_MEM_RECLAIM flag for workqueue
  net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns()
  net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsec
  macsec: Detect if Rx skb is macsec-related for offloading devices that update md_dst
  ethernet: Add helper for assigning packet type when dest address does not match device address
  macsec: Enable devices to advertise whether they update sk_buff md_dst during offloads
  net: phy: dp83869: Fix MII mode failure
  netfilter: nf_tables: honor table dormant flag from netdev release event path
  eth: bnxt: fix counting packets discarded due to OOM and netpoll
  igc: Fix LED-related deadlock on driver unbind
  ...

1  2 
.mailmap
MAINTAINERS

diff --combined .mailmap
index 09fecfe78aba810602b6a226fece6272508bd3a1,f932ce611898e04bf5ec5d80fc9af9449f8f7466..16b704e1d5d3665d178f48992a8e3d03cad57cac
+++ b/.mailmap
@@@ -38,6 -38,16 +38,16 @@@ Alexei Starovoitov <[email protected]> <al
  Alexei Starovoitov <[email protected]> <[email protected]>
  Alexei Starovoitov <[email protected]> <[email protected]>
  Alexey Makhalov <[email protected]> <[email protected]>
+ Alex Elder <[email protected]>
@@@ -98,8 -108,6 +108,8 @@@ Ben Widawsky <[email protected]> <ben
  Ben Widawsky <[email protected]> <[email protected]>
  Ben Widawsky <[email protected]> <[email protected]>
  Benjamin Poirier <[email protected]> <[email protected]>
 +Benjamin Tissoires <[email protected]> <[email protected]>
 +Benjamin Tissoires <[email protected]> <[email protected]>
  Bjorn Andersson <[email protected]> <[email protected]>
  Bjorn Andersson <[email protected]> <[email protected]>
  Bjorn Andersson <[email protected]> <[email protected]>
@@@ -448,8 -456,7 +458,8 @@@ Mythri P K <[email protected]
  Nadia Yvette Chambers <[email protected]> William Lee Irwin III <[email protected]>
 -Naoya Horiguchi <[email protected]> <[email protected]>
 +Naoya Horiguchi <[email protected]> <[email protected]>
 +Naoya Horiguchi <[email protected]> <[email protected]>
  Nathan Chancellor <[email protected]> <[email protected]>
  Neeraj Upadhyay <[email protected]> <[email protected]>
  Neil Armstrong <[email protected]> <[email protected]>
@@@ -527,7 -534,6 +537,7 @@@ RĂ©mi Denis-Courmont <rdenis@simphalemp
  Ricardo Ribalda <[email protected]> <[email protected]>
  Ricardo Ribalda <[email protected]> Ricardo Ribalda Delgado <[email protected]>
  Ricardo Ribalda <[email protected]> <[email protected]>
 +Richard Genoud <[email protected]> <[email protected]>
  Richard Leitner <[email protected]> <[email protected]>
  Richard Leitner <[email protected]> <[email protected]>
  Richard Leitner <[email protected]> <[email protected]>
diff --combined MAINTAINERS
index 75218382e4a63220d78bbd2efa3d6d0fc958019d,2d5acd6d98c4bf15b964c82ae707cabdefdba544..62b1a16b791beec3a67968974e5ea0e7269cd2dc
@@@ -7829,9 -7829,8 +7829,8 @@@ W:      http://aeschi.ch.eu.org/efs
  F:    fs/efs/
  
  EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
- M:    Douglas Miller <[email protected]>
  L:    [email protected]
- S:    Maintained
+ S:    Orphan
  F:    drivers/net/ethernet/ibm/ehea/
  
  ELM327 CAN NETWORK DRIVER
@@@ -8746,9 -8745,10 +8745,9 @@@ S:     Orpha
  F:    drivers/usb/gadget/udc/fsl*
  
  FREESCALE USB PHY DRIVER
 -M:    Ran Wang <[email protected]>
  L:    [email protected]
  L:    [email protected]
 -S:    Maintained
 +S:    Orphan
  F:    drivers/usb/phy/phy-fsl-usb*
  
  FREEVXFS FILESYSTEM
@@@ -9576,7 -9576,7 +9575,7 @@@ F:      kernel/power
  
  HID CORE LAYER
  M:    Jiri Kosina <[email protected]>
 -M:    Benjamin Tissoires <ben[email protected]>
 +M:    Benjamin Tissoires <ben[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
@@@ -10023,7 -10023,7 +10022,7 @@@ F:   drivers/media/platform/st/sti/hv
  
  HWPOISON MEMORY FAILURE HANDLING
  M:    Miaohe Lin <[email protected]>
 -R:    Naoya Horiguchi <naoya.horiguchi@nec.com>
 +R:    Naoya Horiguchi <nao.horiguchi@gmail.com>
  L:    [email protected]
  S:    Maintained
  F:    mm/hwpoison-inject.c
@@@ -11994,7 -11994,7 +11993,7 @@@ F:   include/keys/encrypted-type.
  F:    security/keys/encrypted-keys/
  
  KEYS-TRUSTED
 -M:    James Bottomley <[email protected].com>
 +M:    James Bottomley <James.Bottomley@HansenPartnership.com>
  M:    Jarkko Sakkinen <[email protected]>
  M:    Mimi Zohar <[email protected]>
  L:    [email protected]
@@@ -14356,7 -14356,7 +14355,7 @@@ F:   drivers/dma/at_xdmac.
  F:    include/dt-bindings/dma/at91.h
  
  MICROCHIP AT91 SERIAL DRIVER
 -M:    Richard Genoud <richard.genoud@gmail.com>
 +M:    Richard Genoud <richard.genoud@bootlin.com>
  S:    Maintained
  F:    Documentation/devicetree/bindings/serial/atmel,at91-usart.yaml
  F:    drivers/tty/serial/atmel_serial.c
@@@ -19668,7 -19668,7 +19667,7 @@@ F:   drivers/scsi/sg.
  F:    include/scsi/sg.h
  
  SCSI SUBSYSTEM
 -M:    "James E.J. Bottomley" <[email protected].com>
 +M:    "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
  M:    "Martin K. Petersen" <[email protected]>
  L:    [email protected]
  S:    Maintained
@@@ -22839,7 -22839,7 +22838,7 @@@ F:   drivers/usb/host/ehci
  
  USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
  M:    Jiri Kosina <[email protected]>
 -M:    Benjamin Tissoires <ben[email protected]>
 +M:    Benjamin Tissoires <ben[email protected]>
  L:    [email protected]
  S:    Maintained
  T:    git git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git
This page took 0.159837 seconds and 4 git commands to generate.