From: Greg Kroah-Hartman Date: Sat, 31 Mar 2018 16:07:50 +0000 (+0200) Subject: Linux 4.15.15 X-Git-Tag: v4.15.15^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7a89b92dd41d794dd822cd5deb6e4db377fd710;p=thirdparty%2Fkernel%2Fstable-queue.git Linux 4.15.15 --- diff --git a/queue-4.9/revert-genirq-use-irqd_get_trigger_type-to-compare-the.patch b/queue-4.9/revert-genirq-use-irqd_get_trigger_type-to-compare-the.patch deleted file mode 100644 index be2c21774a5..00000000000 --- a/queue-4.9/revert-genirq-use-irqd_get_trigger_type-to-compare-the.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 399af491b3f604277121f817ab0da9be6801bcef Mon Sep 17 00:00:00 2001 -From: Greg Kroah-Hartman -Date: Fri, 30 Mar 2018 10:43:30 +0200 -Subject: [PATCH] Revert "genirq: Use irqd_get_trigger_type to compare the - trigger type for shared IRQs" - -This reverts commit f2596a9808acfd02ce1ee389f0e1c37e64aec5f6 which is -commit 382bd4de61827dbaaf5fb4fb7b1f4be4a86505e7 upstream. - -It causes too many problems with the stable tree, and would require too -many other things to be backported, so just revert it. - -Reported-by: Guenter Roeck -Cc: Thomas Gleixner -Cc: Hans de Goede -Cc: Marc Zyngier -Cc: Thomas Gleixner -Cc: Sasha Levin -Signed-off-by: Greg Kroah-Hartman - ---- - kernel/irq/manage.c | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - ---- a/kernel/irq/manage.c -+++ b/kernel/irq/manage.c -@@ -1210,10 +1210,8 @@ __setup_irq(unsigned int irq, struct irq - * set the trigger type must match. Also all must - * agree on ONESHOT. - */ -- unsigned int oldtype = irqd_get_trigger_type(&desc->irq_data); -- - if (!((old->flags & new->flags) & IRQF_SHARED) || -- (oldtype != (new->flags & IRQF_TRIGGER_MASK)) || -+ ((old->flags ^ new->flags) & IRQF_TRIGGER_MASK) || - ((old->flags ^ new->flags) & IRQF_ONESHOT)) - goto mismatch; - diff --git a/queue-4.15/dccp-check-sk-for-closed-state-in-dccp_sendmsg.patch b/releases/4.15.15/dccp-check-sk-for-closed-state-in-dccp_sendmsg.patch similarity index 100% rename from queue-4.15/dccp-check-sk-for-closed-state-in-dccp_sendmsg.patch rename to releases/4.15.15/dccp-check-sk-for-closed-state-in-dccp_sendmsg.patch diff --git a/queue-4.15/devlink-remove-redundant-free-on-error-path.patch b/releases/4.15.15/devlink-remove-redundant-free-on-error-path.patch similarity index 100% rename from queue-4.15/devlink-remove-redundant-free-on-error-path.patch rename to releases/4.15.15/devlink-remove-redundant-free-on-error-path.patch diff --git a/queue-4.15/dpaa_eth-fix-error-in-dpaa_remove.patch b/releases/4.15.15/dpaa_eth-fix-error-in-dpaa_remove.patch similarity index 100% rename from queue-4.15/dpaa_eth-fix-error-in-dpaa_remove.patch rename to releases/4.15.15/dpaa_eth-fix-error-in-dpaa_remove.patch diff --git a/queue-4.15/dpaa_eth-increment-the-rx-dropped-counter-when-needed.patch b/releases/4.15.15/dpaa_eth-increment-the-rx-dropped-counter-when-needed.patch similarity index 100% rename from queue-4.15/dpaa_eth-increment-the-rx-dropped-counter-when-needed.patch rename to releases/4.15.15/dpaa_eth-increment-the-rx-dropped-counter-when-needed.patch diff --git a/queue-4.15/dpaa_eth-remove-duplicate-increment-of-the-tx_errors-counter.patch b/releases/4.15.15/dpaa_eth-remove-duplicate-increment-of-the-tx_errors-counter.patch similarity index 100% rename from queue-4.15/dpaa_eth-remove-duplicate-increment-of-the-tx_errors-counter.patch rename to releases/4.15.15/dpaa_eth-remove-duplicate-increment-of-the-tx_errors-counter.patch diff --git a/queue-4.15/dpaa_eth-remove-duplicate-initialization.patch b/releases/4.15.15/dpaa_eth-remove-duplicate-initialization.patch similarity index 100% rename from queue-4.15/dpaa_eth-remove-duplicate-initialization.patch rename to releases/4.15.15/dpaa_eth-remove-duplicate-initialization.patch diff --git a/queue-4.15/ieee802154-6lowpan-fix-possible-null-deref-in-lowpan_device_event.patch b/releases/4.15.15/ieee802154-6lowpan-fix-possible-null-deref-in-lowpan_device_event.patch similarity index 100% rename from queue-4.15/ieee802154-6lowpan-fix-possible-null-deref-in-lowpan_device_event.patch rename to releases/4.15.15/ieee802154-6lowpan-fix-possible-null-deref-in-lowpan_device_event.patch diff --git a/queue-4.15/ipv6-fix-access-to-non-linear-packet-in-ndisc_fill_redirect_hdr_option.patch b/releases/4.15.15/ipv6-fix-access-to-non-linear-packet-in-ndisc_fill_redirect_hdr_option.patch similarity index 100% rename from queue-4.15/ipv6-fix-access-to-non-linear-packet-in-ndisc_fill_redirect_hdr_option.patch rename to releases/4.15.15/ipv6-fix-access-to-non-linear-packet-in-ndisc_fill_redirect_hdr_option.patch diff --git a/queue-4.15/ipv6-old_dport-should-be-a-__be16-in-__ip6_datagram_connect.patch b/releases/4.15.15/ipv6-old_dport-should-be-a-__be16-in-__ip6_datagram_connect.patch similarity index 100% rename from queue-4.15/ipv6-old_dport-should-be-a-__be16-in-__ip6_datagram_connect.patch rename to releases/4.15.15/ipv6-old_dport-should-be-a-__be16-in-__ip6_datagram_connect.patch diff --git a/queue-4.15/ipv6-reflect-mtu-changes-on-pmtu-of-exceptions-for-mtu-less-routes.patch b/releases/4.15.15/ipv6-reflect-mtu-changes-on-pmtu-of-exceptions-for-mtu-less-routes.patch similarity index 100% rename from queue-4.15/ipv6-reflect-mtu-changes-on-pmtu-of-exceptions-for-mtu-less-routes.patch rename to releases/4.15.15/ipv6-reflect-mtu-changes-on-pmtu-of-exceptions-for-mtu-less-routes.patch diff --git a/queue-4.15/ipv6-sr-fix-null-pointer-dereference-when-setting-encap-source-address.patch b/releases/4.15.15/ipv6-sr-fix-null-pointer-dereference-when-setting-encap-source-address.patch similarity index 100% rename from queue-4.15/ipv6-sr-fix-null-pointer-dereference-when-setting-encap-source-address.patch rename to releases/4.15.15/ipv6-sr-fix-null-pointer-dereference-when-setting-encap-source-address.patch diff --git a/queue-4.15/ipv6-sr-fix-scheduling-in-rcu-when-creating-seg6-lwtunnel-state.patch b/releases/4.15.15/ipv6-sr-fix-scheduling-in-rcu-when-creating-seg6-lwtunnel-state.patch similarity index 100% rename from queue-4.15/ipv6-sr-fix-scheduling-in-rcu-when-creating-seg6-lwtunnel-state.patch rename to releases/4.15.15/ipv6-sr-fix-scheduling-in-rcu-when-creating-seg6-lwtunnel-state.patch diff --git a/queue-4.15/kcm-lock-lower-socket-in-kcm_attach.patch b/releases/4.15.15/kcm-lock-lower-socket-in-kcm_attach.patch similarity index 100% rename from queue-4.15/kcm-lock-lower-socket-in-kcm_attach.patch rename to releases/4.15.15/kcm-lock-lower-socket-in-kcm_attach.patch diff --git a/queue-4.15/l2tp-do-not-accept-arbitrary-sockets.patch b/releases/4.15.15/l2tp-do-not-accept-arbitrary-sockets.patch similarity index 100% rename from queue-4.15/l2tp-do-not-accept-arbitrary-sockets.patch rename to releases/4.15.15/l2tp-do-not-accept-arbitrary-sockets.patch diff --git a/queue-4.15/macvlan-filter-out-unsupported-feature-flags.patch b/releases/4.15.15/macvlan-filter-out-unsupported-feature-flags.patch similarity index 100% rename from queue-4.15/macvlan-filter-out-unsupported-feature-flags.patch rename to releases/4.15.15/macvlan-filter-out-unsupported-feature-flags.patch diff --git a/queue-4.15/mlxsw-spectrum_buffers-set-a-minimum-quota-for-cpu-port-traffic.patch b/releases/4.15.15/mlxsw-spectrum_buffers-set-a-minimum-quota-for-cpu-port-traffic.patch similarity index 100% rename from queue-4.15/mlxsw-spectrum_buffers-set-a-minimum-quota-for-cpu-port-traffic.patch rename to releases/4.15.15/mlxsw-spectrum_buffers-set-a-minimum-quota-for-cpu-port-traffic.patch diff --git a/queue-4.15/net-dsa-fix-dsa_is_user_port-test-inversion.patch b/releases/4.15.15/net-dsa-fix-dsa_is_user_port-test-inversion.patch similarity index 100% rename from queue-4.15/net-dsa-fix-dsa_is_user_port-test-inversion.patch rename to releases/4.15.15/net-dsa-fix-dsa_is_user_port-test-inversion.patch diff --git a/queue-4.15/net-ethernet-arc-fix-a-potential-memory-leak-if-an-optional-regulator-is-deferred.patch b/releases/4.15.15/net-ethernet-arc-fix-a-potential-memory-leak-if-an-optional-regulator-is-deferred.patch similarity index 100% rename from queue-4.15/net-ethernet-arc-fix-a-potential-memory-leak-if-an-optional-regulator-is-deferred.patch rename to releases/4.15.15/net-ethernet-arc-fix-a-potential-memory-leak-if-an-optional-regulator-is-deferred.patch diff --git a/queue-4.15/net-ethernet-ti-cpsw-add-check-for-in-band-mode-setting-with-rgmii-phy-interface.patch b/releases/4.15.15/net-ethernet-ti-cpsw-add-check-for-in-band-mode-setting-with-rgmii-phy-interface.patch similarity index 100% rename from queue-4.15/net-ethernet-ti-cpsw-add-check-for-in-band-mode-setting-with-rgmii-phy-interface.patch rename to releases/4.15.15/net-ethernet-ti-cpsw-add-check-for-in-band-mode-setting-with-rgmii-phy-interface.patch diff --git a/queue-4.15/net-fec-fix-unbalanced-pm-runtime-calls.patch b/releases/4.15.15/net-fec-fix-unbalanced-pm-runtime-calls.patch similarity index 100% rename from queue-4.15/net-fec-fix-unbalanced-pm-runtime-calls.patch rename to releases/4.15.15/net-fec-fix-unbalanced-pm-runtime-calls.patch diff --git a/queue-4.15/net-fix-hlist-corruptions-in-inet_evict_bucket.patch b/releases/4.15.15/net-fix-hlist-corruptions-in-inet_evict_bucket.patch similarity index 100% rename from queue-4.15/net-fix-hlist-corruptions-in-inet_evict_bucket.patch rename to releases/4.15.15/net-fix-hlist-corruptions-in-inet_evict_bucket.patch diff --git a/queue-4.15/net-ipv6-keep-sk-status-consistent-after-datagram-connect-failure.patch b/releases/4.15.15/net-ipv6-keep-sk-status-consistent-after-datagram-connect-failure.patch similarity index 100% rename from queue-4.15/net-ipv6-keep-sk-status-consistent-after-datagram-connect-failure.patch rename to releases/4.15.15/net-ipv6-keep-sk-status-consistent-after-datagram-connect-failure.patch diff --git a/queue-4.15/net-iucv-free-memory-obtained-by-kzalloc.patch b/releases/4.15.15/net-iucv-free-memory-obtained-by-kzalloc.patch similarity index 100% rename from queue-4.15/net-iucv-free-memory-obtained-by-kzalloc.patch rename to releases/4.15.15/net-iucv-free-memory-obtained-by-kzalloc.patch diff --git a/queue-4.15/net-only-honor-ifindex-in-ip_pktinfo-if-non-0.patch b/releases/4.15.15/net-only-honor-ifindex-in-ip_pktinfo-if-non-0.patch similarity index 100% rename from queue-4.15/net-only-honor-ifindex-in-ip_pktinfo-if-non-0.patch rename to releases/4.15.15/net-only-honor-ifindex-in-ip_pktinfo-if-non-0.patch diff --git a/queue-4.15/net-phy-relax-error-checking-when-creating-sysfs-link-netdev-phydev.patch b/releases/4.15.15/net-phy-relax-error-checking-when-creating-sysfs-link-netdev-phydev.patch similarity index 100% rename from queue-4.15/net-phy-relax-error-checking-when-creating-sysfs-link-netdev-phydev.patch rename to releases/4.15.15/net-phy-relax-error-checking-when-creating-sysfs-link-netdev-phydev.patch diff --git a/queue-4.15/net-phy-tell-caller-result-of-phy_change.patch b/releases/4.15.15/net-phy-tell-caller-result-of-phy_change.patch similarity index 100% rename from queue-4.15/net-phy-tell-caller-result-of-phy_change.patch rename to releases/4.15.15/net-phy-tell-caller-result-of-phy_change.patch diff --git a/queue-4.15/net-sched-actions-return-explicit-error-when-tunnel_key-mode-is-not-specified.patch b/releases/4.15.15/net-sched-actions-return-explicit-error-when-tunnel_key-mode-is-not-specified.patch similarity index 100% rename from queue-4.15/net-sched-actions-return-explicit-error-when-tunnel_key-mode-is-not-specified.patch rename to releases/4.15.15/net-sched-actions-return-explicit-error-when-tunnel_key-mode-is-not-specified.patch diff --git a/queue-4.15/net-systemport-rewrite-__bcm_sysport_tx_reclaim.patch b/releases/4.15.15/net-systemport-rewrite-__bcm_sysport_tx_reclaim.patch similarity index 100% rename from queue-4.15/net-systemport-rewrite-__bcm_sysport_tx_reclaim.patch rename to releases/4.15.15/net-systemport-rewrite-__bcm_sysport_tx_reclaim.patch diff --git a/queue-4.15/net-use-skb_to_full_sk-in-skb_update_prio.patch b/releases/4.15.15/net-use-skb_to_full_sk-in-skb_update_prio.patch similarity index 100% rename from queue-4.15/net-use-skb_to_full_sk-in-skb_update_prio.patch rename to releases/4.15.15/net-use-skb_to_full_sk-in-skb_update_prio.patch diff --git a/queue-4.15/netlink-avoid-a-double-skb-free-in-genlmsg_mcast.patch b/releases/4.15.15/netlink-avoid-a-double-skb-free-in-genlmsg_mcast.patch similarity index 100% rename from queue-4.15/netlink-avoid-a-double-skb-free-in-genlmsg_mcast.patch rename to releases/4.15.15/netlink-avoid-a-double-skb-free-in-genlmsg_mcast.patch diff --git a/queue-4.15/openvswitch-meter-fix-the-incorrect-calculation-of-max-delta_t.patch b/releases/4.15.15/openvswitch-meter-fix-the-incorrect-calculation-of-max-delta_t.patch similarity index 100% rename from queue-4.15/openvswitch-meter-fix-the-incorrect-calculation-of-max-delta_t.patch rename to releases/4.15.15/openvswitch-meter-fix-the-incorrect-calculation-of-max-delta_t.patch diff --git a/queue-4.15/ppp-avoid-loop-in-xmit-recursion-detection-code.patch b/releases/4.15.15/ppp-avoid-loop-in-xmit-recursion-detection-code.patch similarity index 100% rename from queue-4.15/ppp-avoid-loop-in-xmit-recursion-detection-code.patch rename to releases/4.15.15/ppp-avoid-loop-in-xmit-recursion-detection-code.patch diff --git a/queue-4.15/qed-fix-mpa-unalign-flow-in-case-header-is-split-across-two-packets.patch b/releases/4.15.15/qed-fix-mpa-unalign-flow-in-case-header-is-split-across-two-packets.patch similarity index 100% rename from queue-4.15/qed-fix-mpa-unalign-flow-in-case-header-is-split-across-two-packets.patch rename to releases/4.15.15/qed-fix-mpa-unalign-flow-in-case-header-is-split-across-two-packets.patch diff --git a/queue-4.15/qed-fix-non-tcp-packets-should-be-dropped-on-iwarp-ll2-connection.patch b/releases/4.15.15/qed-fix-non-tcp-packets-should-be-dropped-on-iwarp-ll2-connection.patch similarity index 100% rename from queue-4.15/qed-fix-non-tcp-packets-should-be-dropped-on-iwarp-ll2-connection.patch rename to releases/4.15.15/qed-fix-non-tcp-packets-should-be-dropped-on-iwarp-ll2-connection.patch diff --git a/queue-4.15/qede-fix-qedr-link-update.patch b/releases/4.15.15/qede-fix-qedr-link-update.patch similarity index 100% rename from queue-4.15/qede-fix-qedr-link-update.patch rename to releases/4.15.15/qede-fix-qedr-link-update.patch diff --git a/queue-4.15/rhashtable-fix-rhlist-duplicates-insertion.patch b/releases/4.15.15/rhashtable-fix-rhlist-duplicates-insertion.patch similarity index 100% rename from queue-4.15/rhashtable-fix-rhlist-duplicates-insertion.patch rename to releases/4.15.15/rhashtable-fix-rhlist-duplicates-insertion.patch diff --git a/queue-4.15/s390-qeth-free-netdevice-when-removing-a-card.patch b/releases/4.15.15/s390-qeth-free-netdevice-when-removing-a-card.patch similarity index 100% rename from queue-4.15/s390-qeth-free-netdevice-when-removing-a-card.patch rename to releases/4.15.15/s390-qeth-free-netdevice-when-removing-a-card.patch diff --git a/queue-4.15/s390-qeth-lock-read-device-while-queueing-next-buffer.patch b/releases/4.15.15/s390-qeth-lock-read-device-while-queueing-next-buffer.patch similarity index 100% rename from queue-4.15/s390-qeth-lock-read-device-while-queueing-next-buffer.patch rename to releases/4.15.15/s390-qeth-lock-read-device-while-queueing-next-buffer.patch diff --git a/queue-4.15/s390-qeth-on-channel-error-reject-further-cmd-requests.patch b/releases/4.15.15/s390-qeth-on-channel-error-reject-further-cmd-requests.patch similarity index 100% rename from queue-4.15/s390-qeth-on-channel-error-reject-further-cmd-requests.patch rename to releases/4.15.15/s390-qeth-on-channel-error-reject-further-cmd-requests.patch diff --git a/queue-4.15/s390-qeth-when-thread-completes-wake-up-all-waiters.patch b/releases/4.15.15/s390-qeth-when-thread-completes-wake-up-all-waiters.patch similarity index 100% rename from queue-4.15/s390-qeth-when-thread-completes-wake-up-all-waiters.patch rename to releases/4.15.15/s390-qeth-when-thread-completes-wake-up-all-waiters.patch diff --git a/queue-4.15/sch_netem-fix-skb-leak-in-netem_enqueue.patch b/releases/4.15.15/sch_netem-fix-skb-leak-in-netem_enqueue.patch similarity index 100% rename from queue-4.15/sch_netem-fix-skb-leak-in-netem_enqueue.patch rename to releases/4.15.15/sch_netem-fix-skb-leak-in-netem_enqueue.patch diff --git a/queue-4.15/series b/releases/4.15.15/series similarity index 100% rename from queue-4.15/series rename to releases/4.15.15/series diff --git a/queue-4.15/skbuff-fix-not-waking-applications-when-errors-are-enqueued.patch b/releases/4.15.15/skbuff-fix-not-waking-applications-when-errors-are-enqueued.patch similarity index 100% rename from queue-4.15/skbuff-fix-not-waking-applications-when-errors-are-enqueued.patch rename to releases/4.15.15/skbuff-fix-not-waking-applications-when-errors-are-enqueued.patch diff --git a/queue-4.15/soc-fsl-qbman-fix-issue-in-qman_delete_cgr_safe.patch b/releases/4.15.15/soc-fsl-qbman-fix-issue-in-qman_delete_cgr_safe.patch similarity index 100% rename from queue-4.15/soc-fsl-qbman-fix-issue-in-qman_delete_cgr_safe.patch rename to releases/4.15.15/soc-fsl-qbman-fix-issue-in-qman_delete_cgr_safe.patch diff --git a/queue-4.15/sysfs-symlink-export-sysfs_create_link_nowarn.patch b/releases/4.15.15/sysfs-symlink-export-sysfs_create_link_nowarn.patch similarity index 100% rename from queue-4.15/sysfs-symlink-export-sysfs_create_link_nowarn.patch rename to releases/4.15.15/sysfs-symlink-export-sysfs_create_link_nowarn.patch diff --git a/queue-4.15/tcp-purge-write-queue-upon-aborting-the-connection.patch b/releases/4.15.15/tcp-purge-write-queue-upon-aborting-the-connection.patch similarity index 100% rename from queue-4.15/tcp-purge-write-queue-upon-aborting-the-connection.patch rename to releases/4.15.15/tcp-purge-write-queue-upon-aborting-the-connection.patch diff --git a/queue-4.15/team-fix-double-free-in-error-path.patch b/releases/4.15.15/team-fix-double-free-in-error-path.patch similarity index 100% rename from queue-4.15/team-fix-double-free-in-error-path.patch rename to releases/4.15.15/team-fix-double-free-in-error-path.patch diff --git a/queue-4.15/test_rhashtable-add-test-case-for-rhltable-with-duplicate-objects.patch b/releases/4.15.15/test_rhashtable-add-test-case-for-rhltable-with-duplicate-objects.patch similarity index 100% rename from queue-4.15/test_rhashtable-add-test-case-for-rhltable-with-duplicate-objects.patch rename to releases/4.15.15/test_rhashtable-add-test-case-for-rhltable-with-duplicate-objects.patch