Linus Torvalds
6e27831b91
Networking fixes for 6.4-rc2, including fixes from netfilter
...
Current release - regressions:
- mtk_eth_soc: fix NULL pointer dereference
Previous releases - regressions:
- core:
- skb_partial_csum_set() fix against transport header magic value
- fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
- annotate sk->sk_err write from do_recvmmsg()
- add vlan_get_protocol_and_depth() helper
- netlink: annotate accesses to nlk->cb_running
- netfilter: always release netdev hooks from notifier
Previous releases - always broken:
- core: deal with most data-races in sk_wait_event()
- netfilter: fix possible bug_on with enable_hooks=1
- eth: bonding: fix send_peer_notif overflow
- eth: xpcs: fix incorrect number of interfaces
- eth: ipvlan: fix out-of-bounds caused by unclear skb->cb
- eth: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-----BEGIN PGP SIGNATURE-----
iQJGBAABCAAwFiEEg1AjqC77wbdLX2LbKSR5jcyPE6QFAmRcxawSHHBhYmVuaUBy
ZWRoYXQuY29tAAoJECkkeY3MjxOkv6wQAJgfOBlDAkZNKHzwtMuFiLxECeEMWY9h
wJCyiq0qXnz9p5ZqjdmTmA8B+jUp9VkpgN5Z3lid5hXDfzDrvXL1KGZW4pc4ooz9
GUzrp0EUzO5UsyrlZRS9vJ9mbCGN5M1ZWtWH93g8OzGJPRnLs0Q/Tr4IFTBVKzVb
GmJPy/ZYWYDjnvx3BgewRDuYeH3Rt9lsIt4Pxq/E+D8W3ypvVM0m3GvrO5eEzMeu
EfeilAdmJGJUufeoGguKt0hheqILS3kNCjQO25XS2Lq1OqetnR/wqTwXaaVxL2du
Eb2ca7wKkihDpl2l8bQ3ss6vqM0HEpZ63Y2PJaNBS8ASdLsMq4n2L6j2JMfT8hWY
RG3nJS7F2UFLyYmCJjNL1/I+Z9XeMyFKnHORzHK1dAkMlhd+8NauKWAxdjlxMbxX
p1msyTl54bG0g6FrU/zAirCWNAAZYCPdZG/XvA/2Jj9mdy64OlGlv/QdJvfjcx+C
L6nkwZfwXU7QUwKeeTfP8abte2SLrXIxkJrnNEAntPnFOSmd16+/yvQ8JVlbWTMd
JugJrSAIxjOglIr/1fsnUuV+Ab+JDYQv/wkoyzvtcY2tjhTAHzgmTwwSfeYiCTJE
rEbjyVvVgMcLTUIk/R9QC5/k6nX/7/KRDHxPOMBX4boOsuA0ARVjzt8uKRvv/7cS
dRV98RwvCKvD
=MoPD
-----END PGP SIGNATURE-----
Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni:
"Including fixes from netfilter.
Current release - regressions:
- mtk_eth_soc: fix NULL pointer dereference
Previous releases - regressions:
- core:
- skb_partial_csum_set() fix against transport header magic value
- fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().
- annotate sk->sk_err write from do_recvmmsg()
- add vlan_get_protocol_and_depth() helper
- netlink: annotate accesses to nlk->cb_running
- netfilter: always release netdev hooks from notifier
Previous releases - always broken:
- core: deal with most data-races in sk_wait_event()
- netfilter: fix possible bug_on with enable_hooks=1
- eth: bonding: fix send_peer_notif overflow
- eth: xpcs: fix incorrect number of interfaces
- eth: ipvlan: fix out-of-bounds caused by unclear skb->cb
- eth: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register"
* tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (31 commits)
af_unix: Fix data races around sk->sk_shutdown.
af_unix: Fix a data race of sk->sk_receive_queue->qlen.
net: datagram: fix data-races in datagram_poll()
net: mscc: ocelot: fix stat counter register values
ipvlan:Fix out-of-bounds caused by unclear skb->cb
docs: networking: fix x25-iface.rst heading & index order
gve: Remove the code of clearing PBA bit
tcp: add annotations around sk->sk_shutdown accesses
net: add vlan_get_protocol_and_depth() helper
net: pcs: xpcs: fix incorrect number of interfaces
net: deal with most data-races in sk_wait_event()
net: annotate sk->sk_err write from do_recvmmsg()
netlink: annotate accesses to nlk->cb_running
kselftest: bonding: add num_grat_arp test
selftests: forwarding: lib: add netns support for tc rule handle stats get
Documentation: bonding: fix the doc of peer_notif_delay
bonding: fix send_peer_notif overflow
net: ethernet: mtk_eth_soc: fix NULL pointer dereference
selftests: nft_flowtable.sh: check ingress/egress chain too
selftests: nft_flowtable.sh: monitor result file sizes
...
2023-05-11 08:42:47 -05:00
..
2020-08-10 01:32:59 +09:00
2023-04-27 16:36:55 -07:00
2023-05-09 11:06:45 +02:00
2022-11-18 13:55:09 -08:00
2023-04-05 12:51:30 -06:00
2022-06-15 10:29:10 +02:00
2022-07-17 17:31:39 -07:00
2022-07-29 18:12:34 -07:00
2022-11-21 14:30:53 -07:00
2023-01-06 17:15:46 +08:00
2023-04-13 13:13:53 -07:00
2022-12-13 10:43:59 -08:00
2022-11-18 02:15:15 +01:00
2022-02-13 16:50:06 -08:00
2023-03-21 21:15:34 +01:00
2021-10-19 23:44:30 +08:00
2023-02-27 17:00:14 -08:00
2023-02-02 22:50:10 -08:00
2023-02-02 22:50:09 -08:00
2023-03-06 15:54:54 -08:00
2022-04-26 17:58:51 -04:00
2019-05-24 17:39:02 +02:00
2019-05-24 17:39:02 +02:00
2020-11-18 14:15:17 -06:00
2022-01-20 08:52:55 +02:00
2022-06-01 18:29:06 -07:00
2019-05-30 11:26:32 -07:00
2021-12-13 10:56:09 +01:00
2021-10-01 16:52:48 -04:00
2022-08-02 17:14:47 -06:00
2021-05-06 19:24:12 -07:00
2020-10-16 13:25:14 -06:00
2022-09-26 12:19:12 -07:00
2019-05-21 10:50:45 +02:00
2022-04-26 17:58:51 -04:00
2022-04-26 17:58:51 -04:00
2020-06-11 15:14:53 +02:00
2023-04-13 13:13:54 -07:00
2023-01-31 15:01:45 +01:00
2019-05-24 17:27:11 +02:00
2023-04-08 13:45:37 -07:00
2022-09-01 16:55:35 +02:00
2020-08-20 15:45:14 -04:00
2019-06-19 17:09:55 +02:00
2022-10-11 17:42:58 -06:00
2022-09-11 21:55:06 -07:00
2019-05-24 17:39:02 +02:00
2021-10-01 16:52:48 -04:00
2023-03-24 16:04:21 -07:00
2023-03-05 14:30:34 -08:00
2023-02-07 18:20:00 -08:00
2019-06-19 17:09:06 +02:00
2021-01-21 14:06:00 -07:00
2021-05-06 19:24:12 -07:00
2019-06-19 17:09:06 +02:00
2022-01-31 11:21:43 +11:00
2022-01-31 11:21:43 +11:00
2022-03-07 12:48:35 -07:00
2022-03-07 12:48:35 -07:00
2019-06-19 17:09:06 +02:00
2022-06-07 10:27:38 +02:00
2020-06-18 17:26:43 +10:00
2021-08-19 09:02:55 +09:00
2021-06-22 13:56:43 +02:00
2023-05-02 10:07:04 +02:00
2023-01-31 20:37:18 +01:00
2021-07-01 11:06:05 -07:00
2020-01-31 10:30:40 -08:00
2021-07-01 11:06:06 -07:00
2021-05-06 19:24:12 -07:00
2021-07-01 11:06:06 -07:00
2021-10-19 23:44:30 +08:00
2021-11-08 16:55:26 -08:00
2020-07-31 11:49:08 +02:00
2021-08-13 14:09:32 -10:00
2022-09-01 18:04:43 +02:00
2023-02-02 22:50:01 -08:00
2023-02-02 22:50:01 -08:00
2023-03-23 17:18:35 -07:00
2023-02-02 22:50:01 -08:00
2020-11-20 14:45:33 +11:00
2022-04-22 21:30:57 +02:00
2023-03-09 12:58:36 -08:00
2020-10-16 11:11:20 -07:00
2022-09-11 21:55:10 -07:00
2023-02-15 15:44:43 +01:00
2023-02-02 22:50:00 -08:00
2020-12-15 22:46:15 -08:00
2021-01-03 20:05:18 -05:00
2020-10-16 11:11:22 -07:00
2023-04-13 07:38:54 -06:00
2020-01-08 16:59:19 +00:00
2022-11-18 02:15:15 +01:00
2023-03-19 10:02:04 -07:00
2022-09-19 14:35:08 +02:00
2022-11-22 21:08:28 -08:00
2022-03-07 12:48:35 -07:00
2023-02-02 22:50:05 -08:00
2019-10-14 15:04:00 -07:00
2022-04-29 14:38:01 -07:00
2023-04-21 03:02:31 -04:00
2023-02-08 14:28:17 -07:00
2022-04-27 10:57:33 -07:00
2019-05-13 11:07:33 +02:00
2022-07-10 13:55:49 -07:00
2019-05-21 10:50:45 +02:00
2022-11-29 16:34:15 -04:00
2019-06-19 17:09:56 +02:00
2022-10-03 14:03:21 -07:00
2023-05-02 17:21:50 -07:00
2022-04-13 21:32:21 +02:00
2019-05-30 11:26:32 -07:00
2022-11-19 00:56:15 +01:00
2019-05-24 17:27:11 +02:00
2021-08-19 09:02:55 +09:00
2023-04-05 22:15:19 +02:00
2023-04-30 11:43:31 -07:00
2023-03-02 21:54:22 -08:00
2023-02-25 13:02:20 -08:00
2022-03-22 15:57:11 -07:00
2022-10-11 12:01:24 +02:00
2022-11-08 15:57:24 -08:00
2022-07-14 15:45:26 -07:00
2021-07-08 11:48:20 -07:00
2019-06-19 17:09:08 +02:00
2021-12-28 11:26:18 +01:00
2023-03-17 15:15:23 +01:00
2022-05-13 07:20:13 -07:00
2021-05-19 15:05:11 +02:00
2023-04-17 18:01:23 +02:00
2021-08-13 18:37:38 +02:00
2022-06-16 19:58:20 -07:00
2021-07-08 11:48:20 -07:00
2023-03-31 09:21:35 -06:00
2022-11-18 13:55:06 -08:00
2021-12-04 10:56:24 +01:00
2023-01-13 14:35:38 -06:00
2022-03-11 10:42:56 +01:00
2021-02-17 17:31:06 -06:00
2022-11-22 19:38:39 -07:00
2019-05-24 17:39:02 +02:00
2023-04-27 16:36:55 -07:00
2023-04-21 14:52:04 -07:00
2023-01-25 12:24:40 -08:00
2019-05-21 10:50:45 +02:00
2020-09-26 10:33:57 -07:00
2019-05-24 17:39:02 +02:00
2022-11-09 19:28:02 -08:00
2019-05-21 10:50:45 +02:00
2023-01-20 17:52:32 -08:00
2023-01-19 15:55:12 -08:00
2022-11-30 16:13:16 -08:00
2021-12-24 14:54:29 -08:00
2019-05-21 10:50:45 +02:00
2022-11-18 13:55:06 -08:00
2022-10-03 17:34:32 -07:00
2022-11-02 12:39:27 -07:00
2023-03-09 23:08:04 -08:00
2021-04-16 16:10:37 -07:00
2023-03-02 21:54:22 -08:00
2021-09-19 17:13:35 -07:00
2023-03-19 10:02:04 -07:00
2019-05-21 10:50:45 +02:00
2022-11-30 13:16:40 -08:00
2019-05-21 11:28:45 +02:00
2019-05-21 10:50:45 +02:00
2022-05-22 11:32:30 -07:00
2022-11-30 16:13:17 -08:00
2022-10-11 17:42:58 -06:00
2022-08-24 13:46:57 +01:00
2019-09-25 17:51:39 -07:00
2023-04-18 16:39:33 -07:00
2023-03-28 10:39:29 +02:00
2022-02-06 11:05:28 +00:00
2021-07-08 11:48:20 -07:00
2022-12-09 10:42:56 +00:00
2023-01-29 20:03:01 -07:00
2023-01-16 12:08:31 -04:00
2023-04-25 21:03:14 -04:00
2022-09-23 16:46:19 +02:00
2019-08-08 07:45:01 -06:00
2023-04-21 14:52:02 -07:00
2022-11-01 10:04:52 -07:00
2022-06-03 10:34:34 -07:00
2022-12-12 16:42:57 -08:00
2022-07-17 17:31:41 -07:00
2022-03-17 20:17:18 -07:00
2023-03-28 16:20:13 -07:00
2023-02-10 17:32:37 -08:00
2019-05-30 11:26:32 -07:00
2022-09-05 14:51:46 +01:00
2023-01-27 11:42:57 -08:00
2022-04-19 21:58:47 +02:00
2022-04-19 21:58:47 +02:00
2022-11-01 10:04:52 -07:00
2021-06-18 11:43:09 +02:00
2022-10-01 10:22:58 -07:00
2021-07-08 11:48:20 -07:00
2020-08-12 10:58:00 -07:00
2019-07-01 19:34:46 -07:00
2022-11-11 18:18:05 -08:00
2019-05-21 10:50:45 +02:00
2022-09-07 17:04:49 +02:00
2023-01-20 14:09:47 +01:00
2023-04-28 15:57:53 -07:00
2021-01-18 11:03:26 +01:00
2022-07-17 17:14:36 -07:00
2022-01-20 08:52:54 +02:00
2022-11-18 02:18:02 +01:00
2022-10-12 18:51:50 -07:00
2022-10-12 18:51:50 -07:00
2023-01-25 14:07:21 -08:00
2023-02-21 08:52:42 +09:00
2022-11-16 13:32:32 +00:00
2022-11-18 02:15:15 +01:00
2022-02-25 09:36:06 +01:00
2023-03-23 17:18:32 -07:00
2022-10-12 18:51:49 -07:00
2022-10-11 17:42:58 -06:00
2019-05-21 10:50:45 +02:00
2022-10-11 17:42:58 -06:00
2023-03-28 16:20:09 -07:00
2021-12-06 16:04:44 -08:00
2022-12-13 15:47:48 -08:00
2021-09-06 11:04:03 -07:00
2021-09-08 11:50:26 -07:00
2019-06-05 17:36:37 +02:00
2019-06-05 17:36:37 +02:00
2022-04-29 14:38:00 -07:00
2022-11-08 15:44:02 +01:00
2022-01-20 08:52:55 +02:00
2019-10-16 14:56:21 +02:00
2023-04-27 19:42:02 -07:00
2022-03-28 19:25:11 -04:00
2023-04-08 13:45:39 -07:00
2019-10-03 12:12:23 -04:00
2021-02-17 14:08:01 +01:00
2022-11-21 22:02:10 +01:00
2022-07-17 17:31:39 -07:00
2020-11-18 14:15:17 -06:00
2020-04-07 10:43:43 -07:00
2023-02-21 11:07:23 -08:00
2023-02-08 15:26:58 -08:00
2019-05-24 17:39:02 +02:00
2023-02-21 14:45:22 -08:00
2022-10-11 17:42:58 -06:00
2023-04-27 19:42:02 -07:00
2023-01-11 16:14:21 -08:00
2022-06-09 16:24:25 -04:00
2020-08-12 10:58:00 -07:00