From 9576f1266cd15522f1985d03c5e2fa427a298e02 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 5 Feb 2021 14:07:05 +0100 Subject: [PATCH] move 4.4 queue "to the side" for a moment... --- ...ex-avoid-violating-the-10th-rule-of-futex.patch | 0 ...ex-handle-faults-correctly-for-pi-futexes.patch | 0 ...tex-provide-and-use-pi_state_update_owner.patch | 0 .../futex-remove-rt_mutex_deadlock_account_.patch | 0 ...x-replace-pointless-printk-in-fixup_owner.patch | 0 ...ework-inconsistent-rt_mutex-futex_q-state.patch | 0 ...mutex-provide-futex-specific-rt_mutex-api.patch | 0 .../futex-simplify-fixup_pi_state_owner.patch | 0 ...use-pi_state_update_owner-in-put_pi_state.patch | 0 ...d-reject-silly-cell_log-in-qdisc_get_rtab.patch | 0 ...nused-argument-from-rt_mutex_proxy_unlock.patch | 0 ...-set-default-timeout-to-avoid-crash-durin.patch | 0 ...avoid-invoking-response-handler-twice-if-.patch | 0 pending/queue-4.4/series | 14 ++++++++++++++ ...-core-use-lock-when-write-to-soft_connect.patch | 0 queue-4.4/series | 14 -------------- 16 files changed, 14 insertions(+), 14 deletions(-) rename {queue-4.4 => pending/queue-4.4}/futex-avoid-violating-the-10th-rule-of-futex.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-handle-faults-correctly-for-pi-futexes.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-provide-and-use-pi_state_update_owner.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-remove-rt_mutex_deadlock_account_.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-replace-pointless-printk-in-fixup_owner.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-rework-inconsistent-rt_mutex-futex_q-state.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-simplify-fixup_pi_state_owner.patch (100%) rename {queue-4.4 => pending/queue-4.4}/futex-use-pi_state_update_owner-in-put_pi_state.patch (100%) rename {queue-4.4 => pending/queue-4.4}/net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch (100%) rename {queue-4.4 => pending/queue-4.4}/rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch (100%) rename {queue-4.4 => pending/queue-4.4}/scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch (100%) rename {queue-4.4 => pending/queue-4.4}/scsi-libfc-avoid-invoking-response-handler-twice-if-.patch (100%) create mode 100644 pending/queue-4.4/series rename {queue-4.4 => pending/queue-4.4}/usb-udc-core-use-lock-when-write-to-soft_connect.patch (100%) diff --git a/queue-4.4/futex-avoid-violating-the-10th-rule-of-futex.patch b/pending/queue-4.4/futex-avoid-violating-the-10th-rule-of-futex.patch similarity index 100% rename from queue-4.4/futex-avoid-violating-the-10th-rule-of-futex.patch rename to pending/queue-4.4/futex-avoid-violating-the-10th-rule-of-futex.patch diff --git a/queue-4.4/futex-handle-faults-correctly-for-pi-futexes.patch b/pending/queue-4.4/futex-handle-faults-correctly-for-pi-futexes.patch similarity index 100% rename from queue-4.4/futex-handle-faults-correctly-for-pi-futexes.patch rename to pending/queue-4.4/futex-handle-faults-correctly-for-pi-futexes.patch diff --git a/queue-4.4/futex-provide-and-use-pi_state_update_owner.patch b/pending/queue-4.4/futex-provide-and-use-pi_state_update_owner.patch similarity index 100% rename from queue-4.4/futex-provide-and-use-pi_state_update_owner.patch rename to pending/queue-4.4/futex-provide-and-use-pi_state_update_owner.patch diff --git a/queue-4.4/futex-remove-rt_mutex_deadlock_account_.patch b/pending/queue-4.4/futex-remove-rt_mutex_deadlock_account_.patch similarity index 100% rename from queue-4.4/futex-remove-rt_mutex_deadlock_account_.patch rename to pending/queue-4.4/futex-remove-rt_mutex_deadlock_account_.patch diff --git a/queue-4.4/futex-replace-pointless-printk-in-fixup_owner.patch b/pending/queue-4.4/futex-replace-pointless-printk-in-fixup_owner.patch similarity index 100% rename from queue-4.4/futex-replace-pointless-printk-in-fixup_owner.patch rename to pending/queue-4.4/futex-replace-pointless-printk-in-fixup_owner.patch diff --git a/queue-4.4/futex-rework-inconsistent-rt_mutex-futex_q-state.patch b/pending/queue-4.4/futex-rework-inconsistent-rt_mutex-futex_q-state.patch similarity index 100% rename from queue-4.4/futex-rework-inconsistent-rt_mutex-futex_q-state.patch rename to pending/queue-4.4/futex-rework-inconsistent-rt_mutex-futex_q-state.patch diff --git a/queue-4.4/futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch b/pending/queue-4.4/futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch similarity index 100% rename from queue-4.4/futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch rename to pending/queue-4.4/futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch diff --git a/queue-4.4/futex-simplify-fixup_pi_state_owner.patch b/pending/queue-4.4/futex-simplify-fixup_pi_state_owner.patch similarity index 100% rename from queue-4.4/futex-simplify-fixup_pi_state_owner.patch rename to pending/queue-4.4/futex-simplify-fixup_pi_state_owner.patch diff --git a/queue-4.4/futex-use-pi_state_update_owner-in-put_pi_state.patch b/pending/queue-4.4/futex-use-pi_state_update_owner-in-put_pi_state.patch similarity index 100% rename from queue-4.4/futex-use-pi_state_update_owner-in-put_pi_state.patch rename to pending/queue-4.4/futex-use-pi_state_update_owner-in-put_pi_state.patch diff --git a/queue-4.4/net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch b/pending/queue-4.4/net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch similarity index 100% rename from queue-4.4/net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch rename to pending/queue-4.4/net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch diff --git a/queue-4.4/rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch b/pending/queue-4.4/rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch similarity index 100% rename from queue-4.4/rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch rename to pending/queue-4.4/rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch diff --git a/queue-4.4/scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch b/pending/queue-4.4/scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch similarity index 100% rename from queue-4.4/scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch rename to pending/queue-4.4/scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch diff --git a/queue-4.4/scsi-libfc-avoid-invoking-response-handler-twice-if-.patch b/pending/queue-4.4/scsi-libfc-avoid-invoking-response-handler-twice-if-.patch similarity index 100% rename from queue-4.4/scsi-libfc-avoid-invoking-response-handler-twice-if-.patch rename to pending/queue-4.4/scsi-libfc-avoid-invoking-response-handler-twice-if-.patch diff --git a/pending/queue-4.4/series b/pending/queue-4.4/series new file mode 100644 index 00000000000..eda79455b5c --- /dev/null +++ b/pending/queue-4.4/series @@ -0,0 +1,14 @@ +net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch +futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch +futex-remove-rt_mutex_deadlock_account_.patch +futex-rework-inconsistent-rt_mutex-futex_q-state.patch +futex-avoid-violating-the-10th-rule-of-futex.patch +futex-replace-pointless-printk-in-fixup_owner.patch +futex-provide-and-use-pi_state_update_owner.patch +rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch +futex-use-pi_state_update_owner-in-put_pi_state.patch +futex-simplify-fixup_pi_state_owner.patch +futex-handle-faults-correctly-for-pi-futexes.patch +usb-udc-core-use-lock-when-write-to-soft_connect.patch +scsi-libfc-avoid-invoking-response-handler-twice-if-.patch +scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch diff --git a/queue-4.4/usb-udc-core-use-lock-when-write-to-soft_connect.patch b/pending/queue-4.4/usb-udc-core-use-lock-when-write-to-soft_connect.patch similarity index 100% rename from queue-4.4/usb-udc-core-use-lock-when-write-to-soft_connect.patch rename to pending/queue-4.4/usb-udc-core-use-lock-when-write-to-soft_connect.patch diff --git a/queue-4.4/series b/queue-4.4/series index eda79455b5c..e69de29bb2d 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -1,14 +0,0 @@ -net_sched-reject-silly-cell_log-in-qdisc_get_rtab.patch -futex-rt_mutex-provide-futex-specific-rt_mutex-api.patch -futex-remove-rt_mutex_deadlock_account_.patch -futex-rework-inconsistent-rt_mutex-futex_q-state.patch -futex-avoid-violating-the-10th-rule-of-futex.patch -futex-replace-pointless-printk-in-fixup_owner.patch -futex-provide-and-use-pi_state_update_owner.patch -rtmutex-remove-unused-argument-from-rt_mutex_proxy_unlock.patch -futex-use-pi_state_update_owner-in-put_pi_state.patch -futex-simplify-fixup_pi_state_owner.patch -futex-handle-faults-correctly-for-pi-futexes.patch -usb-udc-core-use-lock-when-write-to-soft_connect.patch -scsi-libfc-avoid-invoking-response-handler-twice-if-.patch -scsi-ibmvfc-set-default-timeout-to-avoid-crash-durin.patch -- 2.47.3