]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.3-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2019 14:33:06 +0000 (15:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2019 14:33:06 +0000 (15:33 +0100)
commit3ab87d10cd9813f14d3f1b93426056553fd45ac3
tree4e2134ce57121175ba12e1a4b686294a05e0587a
parent39e18e74c57bcb4f6be5c51d4742e4f5278842ac
5.3-stable patches

added patches:
cxgb4-fix-panic-when-attaching-to-uld-fail.patch
cxgb4-request-the-tx-cidx-updates-to-status-page.patch
dccp-do-not-leak-jiffies-on-the-wire.patch
erspan-fix-the-tun_info-options_len-check-for-erspan.patch
inet-stop-leaking-jiffies-on-the-wire.patch
ipv4-fix-ipskb_frag_pmtu-handling-with-fragmentation.patch
ipv4-fix-route-update-on-metric-change.patch
keys-fix-memory-leak-in-copy_net_ns.patch
mlxsw-core-unpublish-devlink-parameters-during-reload.patch
net-add-read_once-annotation-in-__skb_wait_for_more_packets.patch
net-add-skb_queue_empty_lockless.patch
net-annotate-accesses-to-sk-sk_incoming_cpu.patch
net-annotate-lockless-accesses-to-sk-sk_napi_id.patch
net-bcmgenet-don-t-set-phydev-link-from-mac.patch
net-bcmgenet-reset-40nm-ephy-on-energy-detect.patch
net-bcmgenet-soft-reset-40nm-ephys-before-mac-init.patch
net-dsa-b53-do-not-clear-existing-mirrored-port-mask.patch
net-dsa-bcm_sf2-fix-imp-setup-for-port-different-than-8.patch
net-dsa-fix-switch-tree-list.patch
net-ensure-correct-skb-tstamp-in-various-fragmenters.patch
net-ethernet-ftgmac100-fix-dma-coherency-issue-with-sw-checksum.patch
net-fix-sk_page_frag-recursion-from-memory-reclaim.patch
net-hisilicon-fix-ping-latency-when-deal-with-high-throughput.patch
net-hns3-fix-mis-counting-irq-vector-numbers-issue.patch
net-mlx4_core-dynamically-set-guaranteed-amount-of-counters-per-vf.patch
net-mlx5-fix-flow-counter-list-auto-bits-struct.patch
net-mlx5-fix-rtable-reference-leak.patch
net-mlx5e-determine-source-port-properly-for-vlan-push-action.patch
net-mlx5e-fix-ethtool-self-test-link-speed.patch
net-mlx5e-fix-handling-of-compressed-cqes-in-case-of-low-napi-budget.patch
net-mlx5e-initialize-on-stack-link-modes-bitmap.patch
net-mlx5e-remove-incorrect-match-criteria-assignment-line.patch
net-netem-correct-the-parent-s-backlog-when-corrupted-packet-was-dropped.patch
net-netem-fix-error-path-for-corrupted-gso-frames.patch
net-phy-bcm7xxx-define-soft_reset-for-40nm-ephy.patch
net-phylink-fix-phylink_dbg-macro.patch
net-reorder-struct-net-fields-to-avoid-false-sharing.patch
net-rtnetlink-fix-a-typo-fbd-fdb.patch
net-smc-fix-closing-of-fallback-smc-sockets.patch
net-smc-fix-refcounting-for-non-blocking-connect.patch
net-smc-keep-vlan_id-for-smc-r-in-smc_listen_work.patch
net-usb-lan78xx-connect-phy-before-registering-mac.patch
net-usb-lan78xx-disable-interrupts-before-calling-generic_handle_irq.patch
net-use-skb_queue_empty_lockless-in-busy-poll-contexts.patch
net-use-skb_queue_empty_lockless-in-poll-handlers.patch
net-zeroing-the-structure-ethtool_wolinfo-in-ethtool_get_wol.patch
netns-fix-gfp-flags-in-rtnl_net_notifyid.patch
r8152-add-device-id-for-lenovo-thinkpad-usb-c-dock-gen-2.patch
r8169-fix-wrong-phy-id-issue-with-rtl8168dp.patch
rxrpc-fix-handling-of-last-subpacket-of-jumbo-packet.patch
selftests-fib_tests-add-more-tests-for-metric-update.patch
selftests-net-reuseport_dualstack-fix-uninitalized-parameter.patch
udp-fix-data-race-in-udp_set_dev_scratch.patch
udp-use-skb_queue_empty_lockless.patch
vxlan-check-tun_info-options_len-properly.patch
56 files changed:
queue-5.3/cxgb4-fix-panic-when-attaching-to-uld-fail.patch [new file with mode: 0644]
queue-5.3/cxgb4-request-the-tx-cidx-updates-to-status-page.patch [new file with mode: 0644]
queue-5.3/dccp-do-not-leak-jiffies-on-the-wire.patch [new file with mode: 0644]
queue-5.3/erspan-fix-the-tun_info-options_len-check-for-erspan.patch [new file with mode: 0644]
queue-5.3/inet-stop-leaking-jiffies-on-the-wire.patch [new file with mode: 0644]
queue-5.3/ipv4-fix-ipskb_frag_pmtu-handling-with-fragmentation.patch [new file with mode: 0644]
queue-5.3/ipv4-fix-route-update-on-metric-change.patch [new file with mode: 0644]
queue-5.3/keys-fix-memory-leak-in-copy_net_ns.patch [new file with mode: 0644]
queue-5.3/mlxsw-core-unpublish-devlink-parameters-during-reload.patch [new file with mode: 0644]
queue-5.3/net-add-read_once-annotation-in-__skb_wait_for_more_packets.patch [new file with mode: 0644]
queue-5.3/net-add-skb_queue_empty_lockless.patch [new file with mode: 0644]
queue-5.3/net-annotate-accesses-to-sk-sk_incoming_cpu.patch [new file with mode: 0644]
queue-5.3/net-annotate-lockless-accesses-to-sk-sk_napi_id.patch [new file with mode: 0644]
queue-5.3/net-bcmgenet-don-t-set-phydev-link-from-mac.patch [new file with mode: 0644]
queue-5.3/net-bcmgenet-reset-40nm-ephy-on-energy-detect.patch [new file with mode: 0644]
queue-5.3/net-bcmgenet-soft-reset-40nm-ephys-before-mac-init.patch [new file with mode: 0644]
queue-5.3/net-dsa-b53-do-not-clear-existing-mirrored-port-mask.patch [new file with mode: 0644]
queue-5.3/net-dsa-bcm_sf2-fix-imp-setup-for-port-different-than-8.patch [new file with mode: 0644]
queue-5.3/net-dsa-fix-switch-tree-list.patch [new file with mode: 0644]
queue-5.3/net-ensure-correct-skb-tstamp-in-various-fragmenters.patch [new file with mode: 0644]
queue-5.3/net-ethernet-ftgmac100-fix-dma-coherency-issue-with-sw-checksum.patch [new file with mode: 0644]
queue-5.3/net-fix-sk_page_frag-recursion-from-memory-reclaim.patch [new file with mode: 0644]
queue-5.3/net-hisilicon-fix-ping-latency-when-deal-with-high-throughput.patch [new file with mode: 0644]
queue-5.3/net-hns3-fix-mis-counting-irq-vector-numbers-issue.patch [new file with mode: 0644]
queue-5.3/net-mlx4_core-dynamically-set-guaranteed-amount-of-counters-per-vf.patch [new file with mode: 0644]
queue-5.3/net-mlx5-fix-flow-counter-list-auto-bits-struct.patch [new file with mode: 0644]
queue-5.3/net-mlx5-fix-rtable-reference-leak.patch [new file with mode: 0644]
queue-5.3/net-mlx5e-determine-source-port-properly-for-vlan-push-action.patch [new file with mode: 0644]
queue-5.3/net-mlx5e-fix-ethtool-self-test-link-speed.patch [new file with mode: 0644]
queue-5.3/net-mlx5e-fix-handling-of-compressed-cqes-in-case-of-low-napi-budget.patch [new file with mode: 0644]
queue-5.3/net-mlx5e-initialize-on-stack-link-modes-bitmap.patch [new file with mode: 0644]
queue-5.3/net-mlx5e-remove-incorrect-match-criteria-assignment-line.patch [new file with mode: 0644]
queue-5.3/net-netem-correct-the-parent-s-backlog-when-corrupted-packet-was-dropped.patch [new file with mode: 0644]
queue-5.3/net-netem-fix-error-path-for-corrupted-gso-frames.patch [new file with mode: 0644]
queue-5.3/net-phy-bcm7xxx-define-soft_reset-for-40nm-ephy.patch [new file with mode: 0644]
queue-5.3/net-phylink-fix-phylink_dbg-macro.patch [new file with mode: 0644]
queue-5.3/net-reorder-struct-net-fields-to-avoid-false-sharing.patch [new file with mode: 0644]
queue-5.3/net-rtnetlink-fix-a-typo-fbd-fdb.patch [new file with mode: 0644]
queue-5.3/net-smc-fix-closing-of-fallback-smc-sockets.patch [new file with mode: 0644]
queue-5.3/net-smc-fix-refcounting-for-non-blocking-connect.patch [new file with mode: 0644]
queue-5.3/net-smc-keep-vlan_id-for-smc-r-in-smc_listen_work.patch [new file with mode: 0644]
queue-5.3/net-usb-lan78xx-connect-phy-before-registering-mac.patch [new file with mode: 0644]
queue-5.3/net-usb-lan78xx-disable-interrupts-before-calling-generic_handle_irq.patch [new file with mode: 0644]
queue-5.3/net-use-skb_queue_empty_lockless-in-busy-poll-contexts.patch [new file with mode: 0644]
queue-5.3/net-use-skb_queue_empty_lockless-in-poll-handlers.patch [new file with mode: 0644]
queue-5.3/net-zeroing-the-structure-ethtool_wolinfo-in-ethtool_get_wol.patch [new file with mode: 0644]
queue-5.3/netns-fix-gfp-flags-in-rtnl_net_notifyid.patch [new file with mode: 0644]
queue-5.3/r8152-add-device-id-for-lenovo-thinkpad-usb-c-dock-gen-2.patch [new file with mode: 0644]
queue-5.3/r8169-fix-wrong-phy-id-issue-with-rtl8168dp.patch [new file with mode: 0644]
queue-5.3/rxrpc-fix-handling-of-last-subpacket-of-jumbo-packet.patch [new file with mode: 0644]
queue-5.3/selftests-fib_tests-add-more-tests-for-metric-update.patch [new file with mode: 0644]
queue-5.3/selftests-net-reuseport_dualstack-fix-uninitalized-parameter.patch [new file with mode: 0644]
queue-5.3/series
queue-5.3/udp-fix-data-race-in-udp_set_dev_scratch.patch [new file with mode: 0644]
queue-5.3/udp-use-skb_queue_empty_lockless.patch [new file with mode: 0644]
queue-5.3/vxlan-check-tun_info-options_len-properly.patch [new file with mode: 0644]