From: Greg Kroah-Hartman Date: Wed, 31 Jul 2019 05:25:28 +0000 (+0200) Subject: Linux 5.2.5 X-Git-Tag: v5.2.5^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a272c5b8548a3a3beff5bfcd9cc128ae893d9cc;p=thirdparty%2Fkernel%2Fstable-queue.git Linux 5.2.5 --- diff --git a/queue-4.4/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch b/queue-4.4/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch index cb55561f5a0..4c4d250c42d 100644 --- a/queue-4.4/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch +++ b/queue-4.4/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch @@ -21,15 +21,14 @@ by ip_mroute_setsockopt(). Signed-off-by: Xin Long Signed-off-by: David S. Miller Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - net/ipv6/ip6mr.c | 11 ++++++++--- + net/ipv6/ip6mr.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c -index e348a140e540c..91f16e679f637 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c -@@ -1666,6 +1666,10 @@ int ip6_mroute_setsockopt(struct sock *sk, int optname, char __user *optval, uns +@@ -1666,6 +1666,10 @@ int ip6_mroute_setsockopt(struct sock *s struct net *net = sock_net(sk); struct mr6_table *mrt; @@ -40,7 +39,7 @@ index e348a140e540c..91f16e679f637 100644 mrt = ip6mr_get_table(net, raw6_sk(sk)->ip6mr_table ? : RT6_TABLE_DFLT); if (!mrt) return -ENOENT; -@@ -1677,9 +1681,6 @@ int ip6_mroute_setsockopt(struct sock *sk, int optname, char __user *optval, uns +@@ -1677,9 +1681,6 @@ int ip6_mroute_setsockopt(struct sock *s switch (optname) { case MRT6_INIT: @@ -50,7 +49,7 @@ index e348a140e540c..91f16e679f637 100644 if (optlen < sizeof(int)) return -EINVAL; -@@ -1816,6 +1817,10 @@ int ip6_mroute_getsockopt(struct sock *sk, int optname, char __user *optval, +@@ -1816,6 +1817,10 @@ int ip6_mroute_getsockopt(struct sock *s struct net *net = sock_net(sk); struct mr6_table *mrt; @@ -61,6 +60,3 @@ index e348a140e540c..91f16e679f637 100644 mrt = ip6mr_get_table(net, raw6_sk(sk)->ip6mr_table ? : RT6_TABLE_DFLT); if (!mrt) return -ENOENT; --- -2.20.1 - diff --git a/queue-4.4/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch b/queue-4.4/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch index 425d8d2fe1d..dcc60348db3 100644 --- a/queue-4.4/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch +++ b/queue-4.4/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch @@ -126,20 +126,18 @@ Reported-by: Yongjian Xu Signed-off-by: Eric Dumazet Signed-off-by: Soheil Hassas Yeganeh Tested-by: Yongjian Xu - Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman Signed-off-by: Mao Wenan Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - include/net/tcp.h | 11 ++++++----- + include/net/tcp.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -diff --git a/include/net/tcp.h b/include/net/tcp.h -index bf8a0dae977ac..77438a8406ecf 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h -@@ -1443,6 +1443,11 @@ struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, +@@ -1443,6 +1443,11 @@ struct sock *tcp_try_fastopen(struct soc void tcp_fastopen_init_key_once(bool publish); #define TCP_FASTOPEN_KEY_LENGTH 16 @@ -151,7 +149,7 @@ index bf8a0dae977ac..77438a8406ecf 100644 /* Fastopen key context */ struct tcp_fastopen_context { struct crypto_cipher *tfm; -@@ -1459,6 +1464,7 @@ static inline void tcp_write_queue_purge(struct sock *sk) +@@ -1459,6 +1464,7 @@ static inline void tcp_write_queue_purge sk_wmem_free_skb(sk, skb); sk_mem_reclaim(sk); tcp_clear_all_retrans_hints(tcp_sk(sk)); @@ -159,7 +157,7 @@ index bf8a0dae977ac..77438a8406ecf 100644 inet_csk(sk)->icsk_backoff = 0; } -@@ -1520,11 +1526,6 @@ static inline void tcp_check_send_head(struct sock *sk, struct sk_buff *skb_unli +@@ -1520,11 +1526,6 @@ static inline void tcp_check_send_head(s tcp_sk(sk)->highest_sack = NULL; } @@ -171,6 +169,3 @@ index bf8a0dae977ac..77438a8406ecf 100644 static inline void __tcp_add_write_queue_tail(struct sock *sk, struct sk_buff *skb) { __skb_queue_tail(&sk->sk_write_queue, skb); --- -2.20.1 - diff --git a/queue-4.9/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch b/queue-4.9/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch index 502722f0756..d26b1078a2d 100644 --- a/queue-4.9/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch +++ b/queue-4.9/ipv6-check-sk-sk_type-and-protocol-early-in-ip_mrout.patch @@ -21,15 +21,14 @@ by ip_mroute_setsockopt(). Signed-off-by: Xin Long Signed-off-by: David S. Miller Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - net/ipv6/ip6mr.c | 11 ++++++++--- + net/ipv6/ip6mr.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) -diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c -index 41f67629ae593..f38b22f54c093 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c -@@ -1668,6 +1668,10 @@ int ip6_mroute_setsockopt(struct sock *sk, int optname, char __user *optval, uns +@@ -1668,6 +1668,10 @@ int ip6_mroute_setsockopt(struct sock *s struct net *net = sock_net(sk); struct mr6_table *mrt; @@ -40,7 +39,7 @@ index 41f67629ae593..f38b22f54c093 100644 mrt = ip6mr_get_table(net, raw6_sk(sk)->ip6mr_table ? : RT6_TABLE_DFLT); if (!mrt) return -ENOENT; -@@ -1679,9 +1683,6 @@ int ip6_mroute_setsockopt(struct sock *sk, int optname, char __user *optval, uns +@@ -1679,9 +1683,6 @@ int ip6_mroute_setsockopt(struct sock *s switch (optname) { case MRT6_INIT: @@ -50,7 +49,7 @@ index 41f67629ae593..f38b22f54c093 100644 if (optlen < sizeof(int)) return -EINVAL; -@@ -1818,6 +1819,10 @@ int ip6_mroute_getsockopt(struct sock *sk, int optname, char __user *optval, +@@ -1818,6 +1819,10 @@ int ip6_mroute_getsockopt(struct sock *s struct net *net = sock_net(sk); struct mr6_table *mrt; @@ -61,6 +60,3 @@ index 41f67629ae593..f38b22f54c093 100644 mrt = ip6mr_get_table(net, raw6_sk(sk)->ip6mr_table ? : RT6_TABLE_DFLT); if (!mrt) return -ENOENT; --- -2.20.1 - diff --git a/queue-4.9/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch b/queue-4.9/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch index 58c738eabc0..ae038c505ec 100644 --- a/queue-4.9/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch +++ b/queue-4.9/tcp-reset-sk_send_head-in-tcp_write_queue_purge.patch @@ -126,20 +126,18 @@ Reported-by: Yongjian Xu Signed-off-by: Eric Dumazet Signed-off-by: Soheil Hassas Yeganeh Tested-by: Yongjian Xu - Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman Signed-off-by: Mao Wenan Signed-off-by: Sasha Levin +Signed-off-by: Greg Kroah-Hartman --- - include/net/tcp.h | 11 ++++++----- + include/net/tcp.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) -diff --git a/include/net/tcp.h b/include/net/tcp.h -index d7047de952f02..1eda31f7f013b 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h -@@ -1512,6 +1512,11 @@ struct sock *tcp_try_fastopen(struct sock *sk, struct sk_buff *skb, +@@ -1512,6 +1512,11 @@ struct sock *tcp_try_fastopen(struct soc void tcp_fastopen_init_key_once(bool publish); #define TCP_FASTOPEN_KEY_LENGTH 16 @@ -151,7 +149,7 @@ index d7047de952f02..1eda31f7f013b 100644 /* Fastopen key context */ struct tcp_fastopen_context { struct crypto_cipher *tfm; -@@ -1528,6 +1533,7 @@ static inline void tcp_write_queue_purge(struct sock *sk) +@@ -1528,6 +1533,7 @@ static inline void tcp_write_queue_purge sk_wmem_free_skb(sk, skb); sk_mem_reclaim(sk); tcp_clear_all_retrans_hints(tcp_sk(sk)); @@ -159,7 +157,7 @@ index d7047de952f02..1eda31f7f013b 100644 inet_csk(sk)->icsk_backoff = 0; } -@@ -1589,11 +1595,6 @@ static inline void tcp_check_send_head(struct sock *sk, struct sk_buff *skb_unli +@@ -1589,11 +1595,6 @@ static inline void tcp_check_send_head(s tcp_sk(sk)->highest_sack = NULL; } @@ -171,6 +169,3 @@ index d7047de952f02..1eda31f7f013b 100644 static inline void __tcp_add_write_queue_tail(struct sock *sk, struct sk_buff *skb) { __skb_queue_tail(&sk->sk_write_queue, skb); --- -2.20.1 - diff --git a/queue-5.2/9p-pass-the-correct-prototype-to-read_cache_page.patch b/releases/5.2.5/9p-pass-the-correct-prototype-to-read_cache_page.patch similarity index 100% rename from queue-5.2/9p-pass-the-correct-prototype-to-read_cache_page.patch rename to releases/5.2.5/9p-pass-the-correct-prototype-to-read_cache_page.patch diff --git a/queue-5.2/access-avoid-the-rcu-grace-period-for-the-temporary-subjective-credentials.patch b/releases/5.2.5/access-avoid-the-rcu-grace-period-for-the-temporary-subjective-credentials.patch similarity index 100% rename from queue-5.2/access-avoid-the-rcu-grace-period-for-the-temporary-subjective-credentials.patch rename to releases/5.2.5/access-avoid-the-rcu-grace-period-for-the-temporary-subjective-credentials.patch diff --git a/queue-5.2/alsa-ac97-fix-double-free-of-ac97_codec_device.patch b/releases/5.2.5/alsa-ac97-fix-double-free-of-ac97_codec_device.patch similarity index 100% rename from queue-5.2/alsa-ac97-fix-double-free-of-ac97_codec_device.patch rename to releases/5.2.5/alsa-ac97-fix-double-free-of-ac97_codec_device.patch diff --git a/queue-5.2/alsa-hda-add-a-conexant-codec-entry-to-let-mute-led-work.patch b/releases/5.2.5/alsa-hda-add-a-conexant-codec-entry-to-let-mute-led-work.patch similarity index 100% rename from queue-5.2/alsa-hda-add-a-conexant-codec-entry-to-let-mute-led-work.patch rename to releases/5.2.5/alsa-hda-add-a-conexant-codec-entry-to-let-mute-led-work.patch diff --git a/queue-5.2/alsa-hda-fix-intermittent-corb-rirb-stall-on-intel-chips.patch b/releases/5.2.5/alsa-hda-fix-intermittent-corb-rirb-stall-on-intel-chips.patch similarity index 100% rename from queue-5.2/alsa-hda-fix-intermittent-corb-rirb-stall-on-intel-chips.patch rename to releases/5.2.5/alsa-hda-fix-intermittent-corb-rirb-stall-on-intel-chips.patch diff --git a/queue-5.2/alsa-line6-fix-wrong-altsetting-for-line6_podhd500_1.patch b/releases/5.2.5/alsa-line6-fix-wrong-altsetting-for-line6_podhd500_1.patch similarity index 100% rename from queue-5.2/alsa-line6-fix-wrong-altsetting-for-line6_podhd500_1.patch rename to releases/5.2.5/alsa-line6-fix-wrong-altsetting-for-line6_podhd500_1.patch diff --git a/queue-5.2/alsa-pcm-fix-refcount_inc-on-zero-usage.patch b/releases/5.2.5/alsa-pcm-fix-refcount_inc-on-zero-usage.patch similarity index 100% rename from queue-5.2/alsa-pcm-fix-refcount_inc-on-zero-usage.patch rename to releases/5.2.5/alsa-pcm-fix-refcount_inc-on-zero-usage.patch diff --git a/queue-5.2/arm64-assembler-switch-esb-instruction-with-a-vanill.patch b/releases/5.2.5/arm64-assembler-switch-esb-instruction-with-a-vanill.patch similarity index 100% rename from queue-5.2/arm64-assembler-switch-esb-instruction-with-a-vanill.patch rename to releases/5.2.5/arm64-assembler-switch-esb-instruction-with-a-vanill.patch diff --git a/queue-5.2/binder-prevent-transactions-to-context-manager-from-its-own-process.patch b/releases/5.2.5/binder-prevent-transactions-to-context-manager-from-its-own-process.patch similarity index 100% rename from queue-5.2/binder-prevent-transactions-to-context-manager-from-its-own-process.patch rename to releases/5.2.5/binder-prevent-transactions-to-context-manager-from-its-own-process.patch diff --git a/queue-5.2/binder-set-end-of-sg-buffer-area-properly.patch b/releases/5.2.5/binder-set-end-of-sg-buffer-area-properly.patch similarity index 100% rename from queue-5.2/binder-set-end-of-sg-buffer-area-properly.patch rename to releases/5.2.5/binder-set-end-of-sg-buffer-area-properly.patch diff --git a/queue-5.2/block-bio-integrity-fix-a-memory-leak-bug.patch b/releases/5.2.5/block-bio-integrity-fix-a-memory-leak-bug.patch similarity index 100% rename from queue-5.2/block-bio-integrity-fix-a-memory-leak-bug.patch rename to releases/5.2.5/block-bio-integrity-fix-a-memory-leak-bug.patch diff --git a/queue-5.2/block-init-flush-rq-ref-count-to-1.patch b/releases/5.2.5/block-init-flush-rq-ref-count-to-1.patch similarity index 100% rename from queue-5.2/block-init-flush-rq-ref-count-to-1.patch rename to releases/5.2.5/block-init-flush-rq-ref-count-to-1.patch diff --git a/queue-5.2/btrfs-inode-don-t-compress-if-nodatasum-or-nodatacow-set.patch b/releases/5.2.5/btrfs-inode-don-t-compress-if-nodatasum-or-nodatacow-set.patch similarity index 100% rename from queue-5.2/btrfs-inode-don-t-compress-if-nodatasum-or-nodatacow-set.patch rename to releases/5.2.5/btrfs-inode-don-t-compress-if-nodatasum-or-nodatacow-set.patch diff --git a/queue-5.2/btrfs-shut-up-bogus-wmaybe-uninitialized-warning.patch b/releases/5.2.5/btrfs-shut-up-bogus-wmaybe-uninitialized-warning.patch similarity index 100% rename from queue-5.2/btrfs-shut-up-bogus-wmaybe-uninitialized-warning.patch rename to releases/5.2.5/btrfs-shut-up-bogus-wmaybe-uninitialized-warning.patch diff --git a/queue-5.2/cxgb4-reduce-kernel-stack-usage-in-cudbg_collect_mem.patch b/releases/5.2.5/cxgb4-reduce-kernel-stack-usage-in-cudbg_collect_mem.patch similarity index 100% rename from queue-5.2/cxgb4-reduce-kernel-stack-usage-in-cudbg_collect_mem.patch rename to releases/5.2.5/cxgb4-reduce-kernel-stack-usage-in-cudbg_collect_mem.patch diff --git a/queue-5.2/dlm-check-if-workqueues-are-null-before-flushing-des.patch b/releases/5.2.5/dlm-check-if-workqueues-are-null-before-flushing-des.patch similarity index 100% rename from queue-5.2/dlm-check-if-workqueues-are-null-before-flushing-des.patch rename to releases/5.2.5/dlm-check-if-workqueues-are-null-before-flushing-des.patch diff --git a/queue-5.2/dma-remap-avoid-de-referencing-null-atomic_pool.patch b/releases/5.2.5/dma-remap-avoid-de-referencing-null-atomic_pool.patch similarity index 100% rename from queue-5.2/dma-remap-avoid-de-referencing-null-atomic_pool.patch rename to releases/5.2.5/dma-remap-avoid-de-referencing-null-atomic_pool.patch diff --git a/queue-5.2/drivers-base-introduce-kill_device.patch b/releases/5.2.5/drivers-base-introduce-kill_device.patch similarity index 100% rename from queue-5.2/drivers-base-introduce-kill_device.patch rename to releases/5.2.5/drivers-base-introduce-kill_device.patch diff --git a/queue-5.2/drm-amd-display-always-allocate-initial-connector-st.patch b/releases/5.2.5/drm-amd-display-always-allocate-initial-connector-st.patch similarity index 100% rename from queue-5.2/drm-amd-display-always-allocate-initial-connector-st.patch rename to releases/5.2.5/drm-amd-display-always-allocate-initial-connector-st.patch diff --git a/queue-5.2/drm-amd-display-cs_tfm_1d-only-applied-post-eotf.patch b/releases/5.2.5/drm-amd-display-cs_tfm_1d-only-applied-post-eotf.patch similarity index 100% rename from queue-5.2/drm-amd-display-cs_tfm_1d-only-applied-post-eotf.patch rename to releases/5.2.5/drm-amd-display-cs_tfm_1d-only-applied-post-eotf.patch diff --git a/queue-5.2/drm-amd-display-disable-abm-before-destroy-abm-struc.patch b/releases/5.2.5/drm-amd-display-disable-abm-before-destroy-abm-struc.patch similarity index 100% rename from queue-5.2/drm-amd-display-disable-abm-before-destroy-abm-struc.patch rename to releases/5.2.5/drm-amd-display-disable-abm-before-destroy-abm-struc.patch diff --git a/queue-5.2/drm-amd-display-disable-cursor-when-offscreen-in-neg.patch b/releases/5.2.5/drm-amd-display-disable-cursor-when-offscreen-in-neg.patch similarity index 100% rename from queue-5.2/drm-amd-display-disable-cursor-when-offscreen-in-neg.patch rename to releases/5.2.5/drm-amd-display-disable-cursor-when-offscreen-in-neg.patch diff --git a/queue-5.2/drm-amd-display-fill-plane-attrs-only-for-valid-pxl-.patch b/releases/5.2.5/drm-amd-display-fill-plane-attrs-only-for-valid-pxl-.patch similarity index 100% rename from queue-5.2/drm-amd-display-fill-plane-attrs-only-for-valid-pxl-.patch rename to releases/5.2.5/drm-amd-display-fill-plane-attrs-only-for-valid-pxl-.patch diff --git a/queue-5.2/drm-amd-display-fill-prescale_params-scale-for-rgb56.patch b/releases/5.2.5/drm-amd-display-fill-prescale_params-scale-for-rgb56.patch similarity index 100% rename from queue-5.2/drm-amd-display-fill-prescale_params-scale-for-rgb56.patch rename to releases/5.2.5/drm-amd-display-fill-prescale_params-scale-for-rgb56.patch diff --git a/queue-5.2/drm-amd-display-fix-compilation-error.patch b/releases/5.2.5/drm-amd-display-fix-compilation-error.patch similarity index 100% rename from queue-5.2/drm-amd-display-fix-compilation-error.patch rename to releases/5.2.5/drm-amd-display-fix-compilation-error.patch diff --git a/queue-5.2/drm-amd-display-fix-multi-display-seamless-boot-case.patch b/releases/5.2.5/drm-amd-display-fix-multi-display-seamless-boot-case.patch similarity index 100% rename from queue-5.2/drm-amd-display-fix-multi-display-seamless-boot-case.patch rename to releases/5.2.5/drm-amd-display-fix-multi-display-seamless-boot-case.patch diff --git a/queue-5.2/drm-amd-display-increase-backlight-gain-step-size.patch b/releases/5.2.5/drm-amd-display-increase-backlight-gain-step-size.patch similarity index 100% rename from queue-5.2/drm-amd-display-increase-backlight-gain-step-size.patch rename to releases/5.2.5/drm-amd-display-increase-backlight-gain-step-size.patch diff --git a/queue-5.2/drm-amd-display-reset-planes-for-color-management-ch.patch b/releases/5.2.5/drm-amd-display-reset-planes-for-color-management-ch.patch similarity index 100% rename from queue-5.2/drm-amd-display-reset-planes-for-color-management-ch.patch rename to releases/5.2.5/drm-amd-display-reset-planes-for-color-management-ch.patch diff --git a/queue-5.2/drm-amd-display-set-link-dongle_max_pix_clk-to-0-on-.patch b/releases/5.2.5/drm-amd-display-set-link-dongle_max_pix_clk-to-0-on-.patch similarity index 100% rename from queue-5.2/drm-amd-display-set-link-dongle_max_pix_clk-to-0-on-.patch rename to releases/5.2.5/drm-amd-display-set-link-dongle_max_pix_clk-to-0-on-.patch diff --git a/queue-5.2/drm-amd-display-update-link-rate-from-dpcd-10.patch b/releases/5.2.5/drm-amd-display-update-link-rate-from-dpcd-10.patch similarity index 100% rename from queue-5.2/drm-amd-display-update-link-rate-from-dpcd-10.patch rename to releases/5.2.5/drm-amd-display-update-link-rate-from-dpcd-10.patch diff --git a/queue-5.2/drm-amdgpu-reserve-shared-fence-for-eviction-fence.patch b/releases/5.2.5/drm-amdgpu-reserve-shared-fence-for-eviction-fence.patch similarity index 100% rename from queue-5.2/drm-amdgpu-reserve-shared-fence-for-eviction-fence.patch rename to releases/5.2.5/drm-amdgpu-reserve-shared-fence-for-eviction-fence.patch diff --git a/queue-5.2/drm-amdgpu-sriov-need-to-initialize-the-hdp_nonsurfa.patch b/releases/5.2.5/drm-amdgpu-sriov-need-to-initialize-the-hdp_nonsurfa.patch similarity index 100% rename from queue-5.2/drm-amdgpu-sriov-need-to-initialize-the-hdp_nonsurfa.patch rename to releases/5.2.5/drm-amdgpu-sriov-need-to-initialize-the-hdp_nonsurfa.patch diff --git a/queue-5.2/drm-amdkfd-fix-a-potential-memory-leak.patch b/releases/5.2.5/drm-amdkfd-fix-a-potential-memory-leak.patch similarity index 100% rename from queue-5.2/drm-amdkfd-fix-a-potential-memory-leak.patch rename to releases/5.2.5/drm-amdkfd-fix-a-potential-memory-leak.patch diff --git a/queue-5.2/drm-amdkfd-fix-sdma-queue-map-issue.patch b/releases/5.2.5/drm-amdkfd-fix-sdma-queue-map-issue.patch similarity index 100% rename from queue-5.2/drm-amdkfd-fix-sdma-queue-map-issue.patch rename to releases/5.2.5/drm-amdkfd-fix-sdma-queue-map-issue.patch diff --git a/queue-5.2/drm-bochs-fix-connector-leak-during-driver-unload.patch b/releases/5.2.5/drm-bochs-fix-connector-leak-during-driver-unload.patch similarity index 100% rename from queue-5.2/drm-bochs-fix-connector-leak-during-driver-unload.patch rename to releases/5.2.5/drm-bochs-fix-connector-leak-during-driver-unload.patch diff --git a/queue-5.2/drm-bridge-sii902x-pixel-clock-unit-is-10khz-instead.patch b/releases/5.2.5/drm-bridge-sii902x-pixel-clock-unit-is-10khz-instead.patch similarity index 100% rename from queue-5.2/drm-bridge-sii902x-pixel-clock-unit-is-10khz-instead.patch rename to releases/5.2.5/drm-bridge-sii902x-pixel-clock-unit-is-10khz-instead.patch diff --git a/queue-5.2/drm-bridge-tc358767-read-display_props-in-get_modes.patch b/releases/5.2.5/drm-bridge-tc358767-read-display_props-in-get_modes.patch similarity index 100% rename from queue-5.2/drm-bridge-tc358767-read-display_props-in-get_modes.patch rename to releases/5.2.5/drm-bridge-tc358767-read-display_props-in-get_modes.patch diff --git a/queue-5.2/drm-bridge-tfp410-fix-use-of-cancel_delayed_work_syn.patch b/releases/5.2.5/drm-bridge-tfp410-fix-use-of-cancel_delayed_work_syn.patch similarity index 100% rename from queue-5.2/drm-bridge-tfp410-fix-use-of-cancel_delayed_work_syn.patch rename to releases/5.2.5/drm-bridge-tfp410-fix-use-of-cancel_delayed_work_syn.patch diff --git a/queue-5.2/drm-crc-debugfs-also-sprinkle-irqrestore-over-early-.patch b/releases/5.2.5/drm-crc-debugfs-also-sprinkle-irqrestore-over-early-.patch similarity index 100% rename from queue-5.2/drm-crc-debugfs-also-sprinkle-irqrestore-over-early-.patch rename to releases/5.2.5/drm-crc-debugfs-also-sprinkle-irqrestore-over-early-.patch diff --git a/queue-5.2/drm-crc-debugfs-user-irqsafe-spinlock-in-drm_crtc_ad.patch b/releases/5.2.5/drm-crc-debugfs-user-irqsafe-spinlock-in-drm_crtc_ad.patch similarity index 100% rename from queue-5.2/drm-crc-debugfs-user-irqsafe-spinlock-in-drm_crtc_ad.patch rename to releases/5.2.5/drm-crc-debugfs-user-irqsafe-spinlock-in-drm_crtc_ad.patch diff --git a/queue-5.2/drm-edid-fix-a-missing-check-bug-in-drm_load_edid_fi.patch b/releases/5.2.5/drm-edid-fix-a-missing-check-bug-in-drm_load_edid_fi.patch similarity index 100% rename from queue-5.2/drm-edid-fix-a-missing-check-bug-in-drm_load_edid_fi.patch rename to releases/5.2.5/drm-edid-fix-a-missing-check-bug-in-drm_load_edid_fi.patch diff --git a/queue-5.2/drm-i915-make-the-semaphore-saturation-mask-global.patch b/releases/5.2.5/drm-i915-make-the-semaphore-saturation-mask-global.patch similarity index 100% rename from queue-5.2/drm-i915-make-the-semaphore-saturation-mask-global.patch rename to releases/5.2.5/drm-i915-make-the-semaphore-saturation-mask-global.patch diff --git a/queue-5.2/drm-lima-handle-shared-irq-case-for-lima_pp_bcast_ir.patch b/releases/5.2.5/drm-lima-handle-shared-irq-case-for-lima_pp_bcast_ir.patch similarity index 100% rename from queue-5.2/drm-lima-handle-shared-irq-case-for-lima_pp_bcast_ir.patch rename to releases/5.2.5/drm-lima-handle-shared-irq-case-for-lima_pp_bcast_ir.patch diff --git a/queue-5.2/drm-msm-a6xx-avoid-freeing-gmu-resources-multiple-ti.patch b/releases/5.2.5/drm-msm-a6xx-avoid-freeing-gmu-resources-multiple-ti.patch similarity index 100% rename from queue-5.2/drm-msm-a6xx-avoid-freeing-gmu-resources-multiple-ti.patch rename to releases/5.2.5/drm-msm-a6xx-avoid-freeing-gmu-resources-multiple-ti.patch diff --git a/queue-5.2/drm-msm-a6xx-check-for-err-or-null-before-iounmap.patch b/releases/5.2.5/drm-msm-a6xx-check-for-err-or-null-before-iounmap.patch similarity index 100% rename from queue-5.2/drm-msm-a6xx-check-for-err-or-null-before-iounmap.patch rename to releases/5.2.5/drm-msm-a6xx-check-for-err-or-null-before-iounmap.patch diff --git a/queue-5.2/drm-msm-adreno-ensure-that-the-zap-shader-region-is-.patch b/releases/5.2.5/drm-msm-adreno-ensure-that-the-zap-shader-region-is-.patch similarity index 100% rename from queue-5.2/drm-msm-adreno-ensure-that-the-zap-shader-region-is-.patch rename to releases/5.2.5/drm-msm-adreno-ensure-that-the-zap-shader-region-is-.patch diff --git a/queue-5.2/drm-msm-depopulate-platform-on-probe-failure.patch b/releases/5.2.5/drm-msm-depopulate-platform-on-probe-failure.patch similarity index 100% rename from queue-5.2/drm-msm-depopulate-platform-on-probe-failure.patch rename to releases/5.2.5/drm-msm-depopulate-platform-on-probe-failure.patch diff --git a/queue-5.2/drm-omap-don-t-check-dispc-timings-for-dsi.patch b/releases/5.2.5/drm-omap-don-t-check-dispc-timings-for-dsi.patch similarity index 100% rename from queue-5.2/drm-omap-don-t-check-dispc-timings-for-dsi.patch rename to releases/5.2.5/drm-omap-don-t-check-dispc-timings-for-dsi.patch diff --git a/queue-5.2/drm-panel-add-support-for-armadeus-st0700-adapt.patch b/releases/5.2.5/drm-panel-add-support-for-armadeus-st0700-adapt.patch similarity index 100% rename from queue-5.2/drm-panel-add-support-for-armadeus-st0700-adapt.patch rename to releases/5.2.5/drm-panel-add-support-for-armadeus-st0700-adapt.patch diff --git a/queue-5.2/drm-panel-simple-fix-panel_simple_dsi_probe.patch b/releases/5.2.5/drm-panel-simple-fix-panel_simple_dsi_probe.patch similarity index 100% rename from queue-5.2/drm-panel-simple-fix-panel_simple_dsi_probe.patch rename to releases/5.2.5/drm-panel-simple-fix-panel_simple_dsi_probe.patch diff --git a/queue-5.2/drm-rockchip-properly-adjust-to-a-true-clock-in-adju.patch b/releases/5.2.5/drm-rockchip-properly-adjust-to-a-true-clock-in-adju.patch similarity index 100% rename from queue-5.2/drm-rockchip-properly-adjust-to-a-true-clock-in-adju.patch rename to releases/5.2.5/drm-rockchip-properly-adjust-to-a-true-clock-in-adju.patch diff --git a/queue-5.2/drm-virtio-add-memory-barriers-for-capset-cache.patch b/releases/5.2.5/drm-virtio-add-memory-barriers-for-capset-cache.patch similarity index 100% rename from queue-5.2/drm-virtio-add-memory-barriers-for-capset-cache.patch rename to releases/5.2.5/drm-virtio-add-memory-barriers-for-capset-cache.patch diff --git a/queue-5.2/drm-virtio-set-seqno-for-dma-fence.patch b/releases/5.2.5/drm-virtio-set-seqno-for-dma-fence.patch similarity index 100% rename from queue-5.2/drm-virtio-set-seqno-for-dma-fence.patch rename to releases/5.2.5/drm-virtio-set-seqno-for-dma-fence.patch diff --git a/queue-5.2/drm-vkms-forward-timer-right-after-drm_crtc_handle_v.patch b/releases/5.2.5/drm-vkms-forward-timer-right-after-drm_crtc_handle_v.patch similarity index 100% rename from queue-5.2/drm-vkms-forward-timer-right-after-drm_crtc_handle_v.patch rename to releases/5.2.5/drm-vkms-forward-timer-right-after-drm_crtc_handle_v.patch diff --git a/queue-5.2/dt-bindings-backlight-lm3630a-correct-schema-validat.patch b/releases/5.2.5/dt-bindings-backlight-lm3630a-correct-schema-validat.patch similarity index 100% rename from queue-5.2/dt-bindings-backlight-lm3630a-correct-schema-validat.patch rename to releases/5.2.5/dt-bindings-backlight-lm3630a-correct-schema-validat.patch diff --git a/queue-5.2/eeprom-make-older-eeprom-drivers-select-nvmem_sysfs.patch b/releases/5.2.5/eeprom-make-older-eeprom-drivers-select-nvmem_sysfs.patch similarity index 100% rename from queue-5.2/eeprom-make-older-eeprom-drivers-select-nvmem_sysfs.patch rename to releases/5.2.5/eeprom-make-older-eeprom-drivers-select-nvmem_sysfs.patch diff --git a/queue-5.2/f2fs-avoid-out-of-range-memory-access.patch b/releases/5.2.5/f2fs-avoid-out-of-range-memory-access.patch similarity index 100% rename from queue-5.2/f2fs-avoid-out-of-range-memory-access.patch rename to releases/5.2.5/f2fs-avoid-out-of-range-memory-access.patch diff --git a/queue-5.2/f2fs-fix-accounting-for-unusable-blocks.patch b/releases/5.2.5/f2fs-fix-accounting-for-unusable-blocks.patch similarity index 100% rename from queue-5.2/f2fs-fix-accounting-for-unusable-blocks.patch rename to releases/5.2.5/f2fs-fix-accounting-for-unusable-blocks.patch diff --git a/queue-5.2/f2fs-fix-is_idle-check-for-discard-type.patch b/releases/5.2.5/f2fs-fix-is_idle-check-for-discard-type.patch similarity index 100% rename from queue-5.2/f2fs-fix-is_idle-check-for-discard-type.patch rename to releases/5.2.5/f2fs-fix-is_idle-check-for-discard-type.patch diff --git a/queue-5.2/f2fs-fix-to-avoid-deadloop-if-data_flush-is-on.patch b/releases/5.2.5/f2fs-fix-to-avoid-deadloop-if-data_flush-is-on.patch similarity index 100% rename from queue-5.2/f2fs-fix-to-avoid-deadloop-if-data_flush-is-on.patch rename to releases/5.2.5/f2fs-fix-to-avoid-deadloop-if-data_flush-is-on.patch diff --git a/queue-5.2/f2fs-fix-to-avoid-long-latency-during-umount.patch b/releases/5.2.5/f2fs-fix-to-avoid-long-latency-during-umount.patch similarity index 100% rename from queue-5.2/f2fs-fix-to-avoid-long-latency-during-umount.patch rename to releases/5.2.5/f2fs-fix-to-avoid-long-latency-during-umount.patch diff --git a/queue-5.2/f2fs-fix-to-check-layout-on-last-valid-checkpoint-pa.patch b/releases/5.2.5/f2fs-fix-to-check-layout-on-last-valid-checkpoint-pa.patch similarity index 100% rename from queue-5.2/f2fs-fix-to-check-layout-on-last-valid-checkpoint-pa.patch rename to releases/5.2.5/f2fs-fix-to-check-layout-on-last-valid-checkpoint-pa.patch diff --git a/queue-5.2/f2fs-lower-threshold-for-disable_cp_again.patch b/releases/5.2.5/f2fs-lower-threshold-for-disable_cp_again.patch similarity index 100% rename from queue-5.2/f2fs-lower-threshold-for-disable_cp_again.patch rename to releases/5.2.5/f2fs-lower-threshold-for-disable_cp_again.patch diff --git a/queue-5.2/fixdep-check-return-value-of-printf-and-putchar.patch b/releases/5.2.5/fixdep-check-return-value-of-printf-and-putchar.patch similarity index 100% rename from queue-5.2/fixdep-check-return-value-of-printf-and-putchar.patch rename to releases/5.2.5/fixdep-check-return-value-of-printf-and-putchar.patch diff --git a/queue-5.2/fpga-manager-altera-ps-spi-fix-build-error.patch b/releases/5.2.5/fpga-manager-altera-ps-spi-fix-build-error.patch similarity index 100% rename from queue-5.2/fpga-manager-altera-ps-spi-fix-build-error.patch rename to releases/5.2.5/fpga-manager-altera-ps-spi-fix-build-error.patch diff --git a/queue-5.2/genksyms-teach-parser-about-128-bit-built-in-types.patch b/releases/5.2.5/genksyms-teach-parser-about-128-bit-built-in-types.patch similarity index 100% rename from queue-5.2/genksyms-teach-parser-about-128-bit-built-in-types.patch rename to releases/5.2.5/genksyms-teach-parser-about-128-bit-built-in-types.patch diff --git a/queue-5.2/gpu-host1x-increase-maximum-dma-segment-size.patch b/releases/5.2.5/gpu-host1x-increase-maximum-dma-segment-size.patch similarity index 100% rename from queue-5.2/gpu-host1x-increase-maximum-dma-segment-size.patch rename to releases/5.2.5/gpu-host1x-increase-maximum-dma-segment-size.patch diff --git a/queue-5.2/hpet-fix-division-by-zero-in-hpet_time_div.patch b/releases/5.2.5/hpet-fix-division-by-zero-in-hpet_time_div.patch similarity index 100% rename from queue-5.2/hpet-fix-division-by-zero-in-hpet_time_div.patch rename to releases/5.2.5/hpet-fix-division-by-zero-in-hpet_time_div.patch diff --git a/queue-5.2/i2c-nvidia-gpu-resume-ccgx-i2c-client.patch b/releases/5.2.5/i2c-nvidia-gpu-resume-ccgx-i2c-client.patch similarity index 100% rename from queue-5.2/i2c-nvidia-gpu-resume-ccgx-i2c-client.patch rename to releases/5.2.5/i2c-nvidia-gpu-resume-ccgx-i2c-client.patch diff --git a/queue-5.2/i2c-stm32f7-fix-the-get_irq-error-cases.patch b/releases/5.2.5/i2c-stm32f7-fix-the-get_irq-error-cases.patch similarity index 100% rename from queue-5.2/i2c-stm32f7-fix-the-get_irq-error-cases.patch rename to releases/5.2.5/i2c-stm32f7-fix-the-get_irq-error-cases.patch diff --git a/queue-5.2/ib-ipoib-add-child-to-parent-list-only-if-device-ini.patch b/releases/5.2.5/ib-ipoib-add-child-to-parent-list-only-if-device-ini.patch similarity index 100% rename from queue-5.2/ib-ipoib-add-child-to-parent-list-only-if-device-ini.patch rename to releases/5.2.5/ib-ipoib-add-child-to-parent-list-only-if-device-ini.patch diff --git a/queue-5.2/ib-mlx5-fixed-reporting-counters-on-2nd-port-for-dua.patch b/releases/5.2.5/ib-mlx5-fixed-reporting-counters-on-2nd-port-for-dua.patch similarity index 100% rename from queue-5.2/ib-mlx5-fixed-reporting-counters-on-2nd-port-for-dua.patch rename to releases/5.2.5/ib-mlx5-fixed-reporting-counters-on-2nd-port-for-dua.patch diff --git a/queue-5.2/iio-adc-stm32-dfsdm-manage-the-get_irq-error-case.patch b/releases/5.2.5/iio-adc-stm32-dfsdm-manage-the-get_irq-error-case.patch similarity index 100% rename from queue-5.2/iio-adc-stm32-dfsdm-manage-the-get_irq-error-case.patch rename to releases/5.2.5/iio-adc-stm32-dfsdm-manage-the-get_irq-error-case.patch diff --git a/queue-5.2/iio-adc-stm32-dfsdm-missing-error-case-during-probe.patch b/releases/5.2.5/iio-adc-stm32-dfsdm-missing-error-case-during-probe.patch similarity index 100% rename from queue-5.2/iio-adc-stm32-dfsdm-missing-error-case-during-probe.patch rename to releases/5.2.5/iio-adc-stm32-dfsdm-missing-error-case-during-probe.patch diff --git a/queue-5.2/iio-adxl372-fix-iio_triggered_buffer_-pre-post-enabl.patch b/releases/5.2.5/iio-adxl372-fix-iio_triggered_buffer_-pre-post-enabl.patch similarity index 100% rename from queue-5.2/iio-adxl372-fix-iio_triggered_buffer_-pre-post-enabl.patch rename to releases/5.2.5/iio-adxl372-fix-iio_triggered_buffer_-pre-post-enabl.patch diff --git a/queue-5.2/iio-iio-utils-fix-possible-incorrect-mask-calculatio.patch b/releases/5.2.5/iio-iio-utils-fix-possible-incorrect-mask-calculatio.patch similarity index 100% rename from queue-5.2/iio-iio-utils-fix-possible-incorrect-mask-calculatio.patch rename to releases/5.2.5/iio-iio-utils-fix-possible-incorrect-mask-calculatio.patch diff --git a/queue-5.2/io_uring-add-a-memory-barrier-before-atomic_read.patch b/releases/5.2.5/io_uring-add-a-memory-barrier-before-atomic_read.patch similarity index 100% rename from queue-5.2/io_uring-add-a-memory-barrier-before-atomic_read.patch rename to releases/5.2.5/io_uring-add-a-memory-barrier-before-atomic_read.patch diff --git a/queue-5.2/io_uring-don-t-use-iov_iter_advance-for-fixed-buffers.patch b/releases/5.2.5/io_uring-don-t-use-iov_iter_advance-for-fixed-buffers.patch similarity index 100% rename from queue-5.2/io_uring-don-t-use-iov_iter_advance-for-fixed-buffers.patch rename to releases/5.2.5/io_uring-don-t-use-iov_iter_advance-for-fixed-buffers.patch diff --git a/queue-5.2/io_uring-ensure-list-is-initialized-for-poll-commands.patch b/releases/5.2.5/io_uring-ensure-list-is-initialized-for-poll-commands.patch similarity index 100% rename from queue-5.2/io_uring-ensure-list-is-initialized-for-poll-commands.patch rename to releases/5.2.5/io_uring-ensure-list-is-initialized-for-poll-commands.patch diff --git a/queue-5.2/io_uring-fix-counter-inc-dec-mismatch-in-async_list.patch b/releases/5.2.5/io_uring-fix-counter-inc-dec-mismatch-in-async_list.patch similarity index 100% rename from queue-5.2/io_uring-fix-counter-inc-dec-mismatch-in-async_list.patch rename to releases/5.2.5/io_uring-fix-counter-inc-dec-mismatch-in-async_list.patch diff --git a/queue-5.2/io_uring-fix-io_sq_thread_stop-running-in-front-of-i.patch b/releases/5.2.5/io_uring-fix-io_sq_thread_stop-running-in-front-of-i.patch similarity index 100% rename from queue-5.2/io_uring-fix-io_sq_thread_stop-running-in-front-of-i.patch rename to releases/5.2.5/io_uring-fix-io_sq_thread_stop-running-in-front-of-i.patch diff --git a/queue-5.2/io_uring-fix-the-sequence-comparison-in-io_sequence_defer.patch b/releases/5.2.5/io_uring-fix-the-sequence-comparison-in-io_sequence_defer.patch similarity index 100% rename from queue-5.2/io_uring-fix-the-sequence-comparison-in-io_sequence_defer.patch rename to releases/5.2.5/io_uring-fix-the-sequence-comparison-in-io_sequence_defer.patch diff --git a/queue-5.2/iommu-iova-fix-compilation-error-with-config_iommu_iova.patch b/releases/5.2.5/iommu-iova-fix-compilation-error-with-config_iommu_iova.patch similarity index 100% rename from queue-5.2/iommu-iova-fix-compilation-error-with-config_iommu_iova.patch rename to releases/5.2.5/iommu-iova-fix-compilation-error-with-config_iommu_iova.patch diff --git a/queue-5.2/iommu-iova-remove-stale-cached32_node.patch b/releases/5.2.5/iommu-iova-remove-stale-cached32_node.patch similarity index 100% rename from queue-5.2/iommu-iova-remove-stale-cached32_node.patch rename to releases/5.2.5/iommu-iova-remove-stale-cached32_node.patch diff --git a/queue-5.2/iommu-vt-d-don-t-queue_iova-if-there-is-no-flush-queue.patch b/releases/5.2.5/iommu-vt-d-don-t-queue_iova-if-there-is-no-flush-queue.patch similarity index 100% rename from queue-5.2/iommu-vt-d-don-t-queue_iova-if-there-is-no-flush-queue.patch rename to releases/5.2.5/iommu-vt-d-don-t-queue_iova-if-there-is-no-flush-queue.patch diff --git a/queue-5.2/ipmi_si-fix-unexpected-driver-unregister-warning.patch b/releases/5.2.5/ipmi_si-fix-unexpected-driver-unregister-warning.patch similarity index 100% rename from queue-5.2/ipmi_si-fix-unexpected-driver-unregister-warning.patch rename to releases/5.2.5/ipmi_si-fix-unexpected-driver-unregister-warning.patch diff --git a/queue-5.2/ipmi_ssif-fix-unexpected-driver-unregister-warning.patch b/releases/5.2.5/ipmi_ssif-fix-unexpected-driver-unregister-warning.patch similarity index 100% rename from queue-5.2/ipmi_ssif-fix-unexpected-driver-unregister-warning.patch rename to releases/5.2.5/ipmi_ssif-fix-unexpected-driver-unregister-warning.patch diff --git a/queue-5.2/kallsyms-exclude-kasan-local-symbols-on-s390.patch b/releases/5.2.5/kallsyms-exclude-kasan-local-symbols-on-s390.patch similarity index 100% rename from queue-5.2/kallsyms-exclude-kasan-local-symbols-on-s390.patch rename to releases/5.2.5/kallsyms-exclude-kasan-local-symbols-on-s390.patch diff --git a/queue-5.2/kbuild-add-werror-unknown-warning-option-to-clang_fl.patch b/releases/5.2.5/kbuild-add-werror-unknown-warning-option-to-clang_fl.patch similarity index 100% rename from queue-5.2/kbuild-add-werror-unknown-warning-option-to-clang_fl.patch rename to releases/5.2.5/kbuild-add-werror-unknown-warning-option-to-clang_fl.patch diff --git a/queue-5.2/kvm-nvmx-intercept-vmwrites-to-guest_-cs-ss-_ar_byte.patch b/releases/5.2.5/kvm-nvmx-intercept-vmwrites-to-guest_-cs-ss-_ar_byte.patch similarity index 100% rename from queue-5.2/kvm-nvmx-intercept-vmwrites-to-guest_-cs-ss-_ar_byte.patch rename to releases/5.2.5/kvm-nvmx-intercept-vmwrites-to-guest_-cs-ss-_ar_byte.patch diff --git a/queue-5.2/kvm-nvmx-stash-l1-s-cr3-in-vmcs01.guest_cr3-on-neste.patch b/releases/5.2.5/kvm-nvmx-stash-l1-s-cr3-in-vmcs01.guest_cr3-on-neste.patch similarity index 100% rename from queue-5.2/kvm-nvmx-stash-l1-s-cr3-in-vmcs01.guest_cr3-on-neste.patch rename to releases/5.2.5/kvm-nvmx-stash-l1-s-cr3-in-vmcs01.guest_cr3-on-neste.patch diff --git a/queue-5.2/kvm-ppc-book3s-hv-always-save-guest-pmu-for-guest-capable-of-nesting.patch b/releases/5.2.5/kvm-ppc-book3s-hv-always-save-guest-pmu-for-guest-capable-of-nesting.patch similarity index 100% rename from queue-5.2/kvm-ppc-book3s-hv-always-save-guest-pmu-for-guest-capable-of-nesting.patch rename to releases/5.2.5/kvm-ppc-book3s-hv-always-save-guest-pmu-for-guest-capable-of-nesting.patch diff --git a/queue-5.2/kvm-ppc-book3s-hv-save-and-restore-guest-visible-psscr-bits-on-pseries.patch b/releases/5.2.5/kvm-ppc-book3s-hv-save-and-restore-guest-visible-psscr-bits-on-pseries.patch similarity index 100% rename from queue-5.2/kvm-ppc-book3s-hv-save-and-restore-guest-visible-psscr-bits-on-pseries.patch rename to releases/5.2.5/kvm-ppc-book3s-hv-save-and-restore-guest-visible-psscr-bits-on-pseries.patch diff --git a/queue-5.2/kvm-ppc-book3s-hv-xive-fix-rollback-when-kvmppc_xive_create-fails.patch b/releases/5.2.5/kvm-ppc-book3s-hv-xive-fix-rollback-when-kvmppc_xive_create-fails.patch similarity index 100% rename from queue-5.2/kvm-ppc-book3s-hv-xive-fix-rollback-when-kvmppc_xive_create-fails.patch rename to releases/5.2.5/kvm-ppc-book3s-hv-xive-fix-rollback-when-kvmppc_xive_create-fails.patch diff --git a/queue-5.2/kvm-vmx-fix-limit-checking-in-get_vmx_mem_address.patch b/releases/5.2.5/kvm-vmx-fix-limit-checking-in-get_vmx_mem_address.patch similarity index 100% rename from queue-5.2/kvm-vmx-fix-limit-checking-in-get_vmx_mem_address.patch rename to releases/5.2.5/kvm-vmx-fix-limit-checking-in-get_vmx_mem_address.patch diff --git a/queue-5.2/kvm-vmx-segment-limit-check-use-access-length.patch b/releases/5.2.5/kvm-vmx-segment-limit-check-use-access-length.patch similarity index 100% rename from queue-5.2/kvm-vmx-segment-limit-check-use-access-length.patch rename to releases/5.2.5/kvm-vmx-segment-limit-check-use-access-length.patch diff --git a/queue-5.2/kvm-x86-fix-fpu-state-crash-in-kvm-guest.patch b/releases/5.2.5/kvm-x86-fix-fpu-state-crash-in-kvm-guest.patch similarity index 100% rename from queue-5.2/kvm-x86-fix-fpu-state-crash-in-kvm-guest.patch rename to releases/5.2.5/kvm-x86-fix-fpu-state-crash-in-kvm-guest.patch diff --git a/queue-5.2/libnvdimm-bus-prevent-duplicate-device_unregister-calls.patch b/releases/5.2.5/libnvdimm-bus-prevent-duplicate-device_unregister-calls.patch similarity index 100% rename from queue-5.2/libnvdimm-bus-prevent-duplicate-device_unregister-calls.patch rename to releases/5.2.5/libnvdimm-bus-prevent-duplicate-device_unregister-calls.patch diff --git a/queue-5.2/libnvdimm-bus-stop-holding-nvdimm_bus_list_mutex-over-__nd_ioctl.patch b/releases/5.2.5/libnvdimm-bus-stop-holding-nvdimm_bus_list_mutex-over-__nd_ioctl.patch similarity index 100% rename from queue-5.2/libnvdimm-bus-stop-holding-nvdimm_bus_list_mutex-over-__nd_ioctl.patch rename to releases/5.2.5/libnvdimm-bus-stop-holding-nvdimm_bus_list_mutex-over-__nd_ioctl.patch diff --git a/queue-5.2/libnvdimm-region-register-badblocks-before-namespaces.patch b/releases/5.2.5/libnvdimm-region-register-badblocks-before-namespaces.patch similarity index 100% rename from queue-5.2/libnvdimm-region-register-badblocks-before-namespaces.patch rename to releases/5.2.5/libnvdimm-region-register-badblocks-before-namespaces.patch diff --git a/queue-5.2/locking-lockdep-fix-lock-used-or-unused-stats-error.patch b/releases/5.2.5/locking-lockdep-fix-lock-used-or-unused-stats-error.patch similarity index 100% rename from queue-5.2/locking-lockdep-fix-lock-used-or-unused-stats-error.patch rename to releases/5.2.5/locking-lockdep-fix-lock-used-or-unused-stats-error.patch diff --git a/queue-5.2/locking-lockdep-hide-unused-class-variable.patch b/releases/5.2.5/locking-lockdep-hide-unused-class-variable.patch similarity index 100% rename from queue-5.2/locking-lockdep-hide-unused-class-variable.patch rename to releases/5.2.5/locking-lockdep-hide-unused-class-variable.patch diff --git a/queue-5.2/mailbox-handle-failed-named-mailbox-channel-request.patch b/releases/5.2.5/mailbox-handle-failed-named-mailbox-channel-request.patch similarity index 100% rename from queue-5.2/mailbox-handle-failed-named-mailbox-channel-request.patch rename to releases/5.2.5/mailbox-handle-failed-named-mailbox-channel-request.patch diff --git a/queue-5.2/media-drivers-media-coda-fix-warning-same-module-names.patch b/releases/5.2.5/media-drivers-media-coda-fix-warning-same-module-names.patch similarity index 100% rename from queue-5.2/media-drivers-media-coda-fix-warning-same-module-names.patch rename to releases/5.2.5/media-drivers-media-coda-fix-warning-same-module-names.patch diff --git a/queue-5.2/media-videodev2.h-change-v4l2_pix_fmt_bgra444-define-fourcc-was-already-in-use.patch b/releases/5.2.5/media-videodev2.h-change-v4l2_pix_fmt_bgra444-define-fourcc-was-already-in-use.patch similarity index 100% rename from queue-5.2/media-videodev2.h-change-v4l2_pix_fmt_bgra444-define-fourcc-was-already-in-use.patch rename to releases/5.2.5/media-videodev2.h-change-v4l2_pix_fmt_bgra444-define-fourcc-was-already-in-use.patch diff --git a/queue-5.2/mei-me-add-mule-creek-canyon-ehl-device-ids.patch b/releases/5.2.5/mei-me-add-mule-creek-canyon-ehl-device-ids.patch similarity index 100% rename from queue-5.2/mei-me-add-mule-creek-canyon-ehl-device-ids.patch rename to releases/5.2.5/mei-me-add-mule-creek-canyon-ehl-device-ids.patch diff --git a/queue-5.2/memcg-fsnotify-no-oom-kill-for-remote-memcg-charging.patch b/releases/5.2.5/memcg-fsnotify-no-oom-kill-for-remote-memcg-charging.patch similarity index 100% rename from queue-5.2/memcg-fsnotify-no-oom-kill-for-remote-memcg-charging.patch rename to releases/5.2.5/memcg-fsnotify-no-oom-kill-for-remote-memcg-charging.patch diff --git a/queue-5.2/memstick-fix-error-cleanup-path-of-memstick_init.patch b/releases/5.2.5/memstick-fix-error-cleanup-path-of-memstick_init.patch similarity index 100% rename from queue-5.2/memstick-fix-error-cleanup-path-of-memstick_init.patch rename to releases/5.2.5/memstick-fix-error-cleanup-path-of-memstick_init.patch diff --git a/queue-5.2/mfd-arizona-fix-undefined-behavior.patch b/releases/5.2.5/mfd-arizona-fix-undefined-behavior.patch similarity index 100% rename from queue-5.2/mfd-arizona-fix-undefined-behavior.patch rename to releases/5.2.5/mfd-arizona-fix-undefined-behavior.patch diff --git a/queue-5.2/mfd-core-set-fwnode-for-created-devices.patch b/releases/5.2.5/mfd-core-set-fwnode-for-created-devices.patch similarity index 100% rename from queue-5.2/mfd-core-set-fwnode-for-created-devices.patch rename to releases/5.2.5/mfd-core-set-fwnode-for-created-devices.patch diff --git a/queue-5.2/mfd-cros_ec-register-cros_ec_lid_angle-driver-when-p.patch b/releases/5.2.5/mfd-cros_ec-register-cros_ec_lid_angle-driver-when-p.patch similarity index 100% rename from queue-5.2/mfd-cros_ec-register-cros_ec_lid_angle-driver-when-p.patch rename to releases/5.2.5/mfd-cros_ec-register-cros_ec_lid_angle-driver-when-p.patch diff --git a/queue-5.2/mfd-hi655x-pmic-fix-missing-return-value-check-for-d.patch b/releases/5.2.5/mfd-hi655x-pmic-fix-missing-return-value-check-for-d.patch similarity index 100% rename from queue-5.2/mfd-hi655x-pmic-fix-missing-return-value-check-for-d.patch rename to releases/5.2.5/mfd-hi655x-pmic-fix-missing-return-value-check-for-d.patch diff --git a/queue-5.2/mfd-madera-add-missing-of-table-registration.patch b/releases/5.2.5/mfd-madera-add-missing-of-table-registration.patch similarity index 100% rename from queue-5.2/mfd-madera-add-missing-of-table-registration.patch rename to releases/5.2.5/mfd-madera-add-missing-of-table-registration.patch diff --git a/queue-5.2/mm-gup.c-mark-undo_dev_pagemap-as-__maybe_unused.patch b/releases/5.2.5/mm-gup.c-mark-undo_dev_pagemap-as-__maybe_unused.patch similarity index 100% rename from queue-5.2/mm-gup.c-mark-undo_dev_pagemap-as-__maybe_unused.patch rename to releases/5.2.5/mm-gup.c-mark-undo_dev_pagemap-as-__maybe_unused.patch diff --git a/queue-5.2/mm-gup.c-remove-some-bug_ons-from-get_gate_page.patch b/releases/5.2.5/mm-gup.c-remove-some-bug_ons-from-get_gate_page.patch similarity index 100% rename from queue-5.2/mm-gup.c-remove-some-bug_ons-from-get_gate_page.patch rename to releases/5.2.5/mm-gup.c-remove-some-bug_ons-from-get_gate_page.patch diff --git a/queue-5.2/mm-hmm-fix-use-after-free-with-struct-hmm-in-the-mmu.patch b/releases/5.2.5/mm-hmm-fix-use-after-free-with-struct-hmm-in-the-mmu.patch similarity index 100% rename from queue-5.2/mm-hmm-fix-use-after-free-with-struct-hmm-in-the-mmu.patch rename to releases/5.2.5/mm-hmm-fix-use-after-free-with-struct-hmm-in-the-mmu.patch diff --git a/queue-5.2/mm-kmemleak.c-fix-check-for-softirq-context.patch b/releases/5.2.5/mm-kmemleak.c-fix-check-for-softirq-context.patch similarity index 100% rename from queue-5.2/mm-kmemleak.c-fix-check-for-softirq-context.patch rename to releases/5.2.5/mm-kmemleak.c-fix-check-for-softirq-context.patch diff --git a/queue-5.2/mm-mincore.c-fix-race-between-swapoff-and-mincore.patch b/releases/5.2.5/mm-mincore.c-fix-race-between-swapoff-and-mincore.patch similarity index 100% rename from queue-5.2/mm-mincore.c-fix-race-between-swapoff-and-mincore.patch rename to releases/5.2.5/mm-mincore.c-fix-race-between-swapoff-and-mincore.patch diff --git a/queue-5.2/mm-mmu_notifier-use-hlist_add_head_rcu.patch b/releases/5.2.5/mm-mmu_notifier-use-hlist_add_head_rcu.patch similarity index 100% rename from queue-5.2/mm-mmu_notifier-use-hlist_add_head_rcu.patch rename to releases/5.2.5/mm-mmu_notifier-use-hlist_add_head_rcu.patch diff --git a/queue-5.2/mm-swap-fix-race-between-swapoff-and-some-swap-opera.patch b/releases/5.2.5/mm-swap-fix-race-between-swapoff-and-some-swap-opera.patch similarity index 100% rename from queue-5.2/mm-swap-fix-race-between-swapoff-and-some-swap-opera.patch rename to releases/5.2.5/mm-swap-fix-race-between-swapoff-and-some-swap-opera.patch diff --git a/queue-5.2/mm-swap-fix-release_pages-when-releasing-devmap-page.patch b/releases/5.2.5/mm-swap-fix-release_pages-when-releasing-devmap-page.patch similarity index 100% rename from queue-5.2/mm-swap-fix-release_pages-when-releasing-devmap-page.patch rename to releases/5.2.5/mm-swap-fix-release_pages-when-releasing-devmap-page.patch diff --git a/queue-5.2/mm-use-down_read_killable-for-locking-mmap_sem-in-ac.patch b/releases/5.2.5/mm-use-down_read_killable-for-locking-mmap_sem-in-ac.patch similarity index 100% rename from queue-5.2/mm-use-down_read_killable-for-locking-mmap_sem-in-ac.patch rename to releases/5.2.5/mm-use-down_read_killable-for-locking-mmap_sem-in-ac.patch diff --git a/queue-5.2/mmc-sdhci-sdhci-pci-o2micro-check-if-controller-supp.patch b/releases/5.2.5/mmc-sdhci-sdhci-pci-o2micro-check-if-controller-supp.patch similarity index 100% rename from queue-5.2/mmc-sdhci-sdhci-pci-o2micro-check-if-controller-supp.patch rename to releases/5.2.5/mmc-sdhci-sdhci-pci-o2micro-check-if-controller-supp.patch diff --git a/queue-5.2/nvme-fix-null-deref-for-fabrics-options.patch b/releases/5.2.5/nvme-fix-null-deref-for-fabrics-options.patch similarity index 100% rename from queue-5.2/nvme-fix-null-deref-for-fabrics-options.patch rename to releases/5.2.5/nvme-fix-null-deref-for-fabrics-options.patch diff --git a/queue-5.2/nvme-pci-check-for-null-return-from-pci_alloc_p2pmem.patch b/releases/5.2.5/nvme-pci-check-for-null-return-from-pci_alloc_p2pmem.patch similarity index 100% rename from queue-5.2/nvme-pci-check-for-null-return-from-pci_alloc_p2pmem.patch rename to releases/5.2.5/nvme-pci-check-for-null-return-from-pci_alloc_p2pmem.patch diff --git a/queue-5.2/nvme-pci-limit-max_hw_sectors-based-on-the-dma-max-m.patch b/releases/5.2.5/nvme-pci-limit-max_hw_sectors-based-on-the-dma-max-m.patch similarity index 100% rename from queue-5.2/nvme-pci-limit-max_hw_sectors-based-on-the-dma-max-m.patch rename to releases/5.2.5/nvme-pci-limit-max_hw_sectors-based-on-the-dma-max-m.patch diff --git a/queue-5.2/nvme-tcp-don-t-use-sendpage-for-slab-pages.patch b/releases/5.2.5/nvme-tcp-don-t-use-sendpage-for-slab-pages.patch similarity index 100% rename from queue-5.2/nvme-tcp-don-t-use-sendpage-for-slab-pages.patch rename to releases/5.2.5/nvme-tcp-don-t-use-sendpage-for-slab-pages.patch diff --git a/queue-5.2/nvme-tcp-set-the-stable_writes-flag-when-data-digest.patch b/releases/5.2.5/nvme-tcp-set-the-stable_writes-flag-when-data-digest.patch similarity index 100% rename from queue-5.2/nvme-tcp-set-the-stable_writes-flag-when-data-digest.patch rename to releases/5.2.5/nvme-tcp-set-the-stable_writes-flag-when-data-digest.patch diff --git a/queue-5.2/pci-dwc-pci-dra7xx-fix-compilation-when-config_gpiol.patch b/releases/5.2.5/pci-dwc-pci-dra7xx-fix-compilation-when-config_gpiol.patch similarity index 100% rename from queue-5.2/pci-dwc-pci-dra7xx-fix-compilation-when-config_gpiol.patch rename to releases/5.2.5/pci-dwc-pci-dra7xx-fix-compilation-when-config_gpiol.patch diff --git a/queue-5.2/pci-endpoint-allocate-enough-space-for-fixed-size-ba.patch b/releases/5.2.5/pci-endpoint-allocate-enough-space-for-fixed-size-ba.patch similarity index 100% rename from queue-5.2/pci-endpoint-allocate-enough-space-for-fixed-size-ba.patch rename to releases/5.2.5/pci-endpoint-allocate-enough-space-for-fixed-size-ba.patch diff --git a/queue-5.2/pci-mobiveil-fix-pci-base-address-in-mem-io-outbound.patch b/releases/5.2.5/pci-mobiveil-fix-pci-base-address-in-mem-io-outbound.patch similarity index 100% rename from queue-5.2/pci-mobiveil-fix-pci-base-address-in-mem-io-outbound.patch rename to releases/5.2.5/pci-mobiveil-fix-pci-base-address-in-mem-io-outbound.patch diff --git a/queue-5.2/pci-mobiveil-fix-the-class-code-field.patch b/releases/5.2.5/pci-mobiveil-fix-the-class-code-field.patch similarity index 100% rename from queue-5.2/pci-mobiveil-fix-the-class-code-field.patch rename to releases/5.2.5/pci-mobiveil-fix-the-class-code-field.patch diff --git a/queue-5.2/pci-mobiveil-initialize-primary-secondary-subordinat.patch b/releases/5.2.5/pci-mobiveil-initialize-primary-secondary-subordinat.patch similarity index 100% rename from queue-5.2/pci-mobiveil-initialize-primary-secondary-subordinat.patch rename to releases/5.2.5/pci-mobiveil-initialize-primary-secondary-subordinat.patch diff --git a/queue-5.2/pci-mobiveil-use-the-1st-inbound-window-for-mem-inbo.patch b/releases/5.2.5/pci-mobiveil-use-the-1st-inbound-window-for-mem-inbo.patch similarity index 100% rename from queue-5.2/pci-mobiveil-use-the-1st-inbound-window-for-mem-inbo.patch rename to releases/5.2.5/pci-mobiveil-use-the-1st-inbound-window-for-mem-inbo.patch diff --git a/queue-5.2/pci-return-error-if-cannot-probe-vf.patch b/releases/5.2.5/pci-return-error-if-cannot-probe-vf.patch similarity index 100% rename from queue-5.2/pci-return-error-if-cannot-probe-vf.patch rename to releases/5.2.5/pci-return-error-if-cannot-probe-vf.patch diff --git a/queue-5.2/pci-sysfs-ignore-lockdep-for-remove-attribute.patch b/releases/5.2.5/pci-sysfs-ignore-lockdep-for-remove-attribute.patch similarity index 100% rename from queue-5.2/pci-sysfs-ignore-lockdep-for-remove-attribute.patch rename to releases/5.2.5/pci-sysfs-ignore-lockdep-for-remove-attribute.patch diff --git a/queue-5.2/pci-xilinx-nwl-fix-multi-msi-data-programming.patch b/releases/5.2.5/pci-xilinx-nwl-fix-multi-msi-data-programming.patch similarity index 100% rename from queue-5.2/pci-xilinx-nwl-fix-multi-msi-data-programming.patch rename to releases/5.2.5/pci-xilinx-nwl-fix-multi-msi-data-programming.patch diff --git a/queue-5.2/perf-annotate-fix-dereferencing-freed-memory-found-b.patch b/releases/5.2.5/perf-annotate-fix-dereferencing-freed-memory-found-b.patch similarity index 100% rename from queue-5.2/perf-annotate-fix-dereferencing-freed-memory-found-b.patch rename to releases/5.2.5/perf-annotate-fix-dereferencing-freed-memory-found-b.patch diff --git a/queue-5.2/perf-hists-browser-fix-potential-null-pointer-derefe.patch b/releases/5.2.5/perf-hists-browser-fix-potential-null-pointer-derefe.patch similarity index 100% rename from queue-5.2/perf-hists-browser-fix-potential-null-pointer-derefe.patch rename to releases/5.2.5/perf-hists-browser-fix-potential-null-pointer-derefe.patch diff --git a/queue-5.2/perf-intel-bts-fix-potential-null-pointer-dereferenc.patch b/releases/5.2.5/perf-intel-bts-fix-potential-null-pointer-dereferenc.patch similarity index 100% rename from queue-5.2/perf-intel-bts-fix-potential-null-pointer-dereferenc.patch rename to releases/5.2.5/perf-intel-bts-fix-potential-null-pointer-dereferenc.patch diff --git a/queue-5.2/perf-map-fix-potential-null-pointer-dereference-foun.patch b/releases/5.2.5/perf-map-fix-potential-null-pointer-dereference-foun.patch similarity index 100% rename from queue-5.2/perf-map-fix-potential-null-pointer-dereference-foun.patch rename to releases/5.2.5/perf-map-fix-potential-null-pointer-dereference-foun.patch diff --git a/queue-5.2/perf-session-fix-potential-null-pointer-dereference-.patch b/releases/5.2.5/perf-session-fix-potential-null-pointer-dereference-.patch similarity index 100% rename from queue-5.2/perf-session-fix-potential-null-pointer-dereference-.patch rename to releases/5.2.5/perf-session-fix-potential-null-pointer-dereference-.patch diff --git a/queue-5.2/perf-stat-fix-use-after-freed-pointer-detected-by-th.patch b/releases/5.2.5/perf-stat-fix-use-after-freed-pointer-detected-by-th.patch similarity index 100% rename from queue-5.2/perf-stat-fix-use-after-freed-pointer-detected-by-th.patch rename to releases/5.2.5/perf-stat-fix-use-after-freed-pointer-detected-by-th.patch diff --git a/queue-5.2/perf-test-mmap-thread-lookup-initialize-variable-to-.patch b/releases/5.2.5/perf-test-mmap-thread-lookup-initialize-variable-to-.patch similarity index 100% rename from queue-5.2/perf-test-mmap-thread-lookup-initialize-variable-to-.patch rename to releases/5.2.5/perf-test-mmap-thread-lookup-initialize-variable-to-.patch diff --git a/queue-5.2/perf-top-fix-potential-null-pointer-dereference-dete.patch b/releases/5.2.5/perf-top-fix-potential-null-pointer-dereference-dete.patch similarity index 100% rename from queue-5.2/perf-top-fix-potential-null-pointer-dereference-dete.patch rename to releases/5.2.5/perf-top-fix-potential-null-pointer-dereference-dete.patch diff --git a/queue-5.2/perf-trace-fix-potential-null-pointer-dereference-fo.patch b/releases/5.2.5/perf-trace-fix-potential-null-pointer-dereference-fo.patch similarity index 100% rename from queue-5.2/perf-trace-fix-potential-null-pointer-dereference-fo.patch rename to releases/5.2.5/perf-trace-fix-potential-null-pointer-dereference-fo.patch diff --git a/queue-5.2/phy-meson-g12a-usb3-pcie-disable-locking-for-cr_regm.patch b/releases/5.2.5/phy-meson-g12a-usb3-pcie-disable-locking-for-cr_regm.patch similarity index 100% rename from queue-5.2/phy-meson-g12a-usb3-pcie-disable-locking-for-cr_regm.patch rename to releases/5.2.5/phy-meson-g12a-usb3-pcie-disable-locking-for-cr_regm.patch diff --git a/queue-5.2/phy-renesas-rcar-gen2-fix-memory-leak-at-error-paths.patch b/releases/5.2.5/phy-renesas-rcar-gen2-fix-memory-leak-at-error-paths.patch similarity index 100% rename from queue-5.2/phy-renesas-rcar-gen2-fix-memory-leak-at-error-paths.patch rename to releases/5.2.5/phy-renesas-rcar-gen2-fix-memory-leak-at-error-paths.patch diff --git a/queue-5.2/phy-renesas-rcar-gen3-usb2-fix-imbalance-powered-fla.patch b/releases/5.2.5/phy-renesas-rcar-gen3-usb2-fix-imbalance-powered-fla.patch similarity index 100% rename from queue-5.2/phy-renesas-rcar-gen3-usb2-fix-imbalance-powered-fla.patch rename to releases/5.2.5/phy-renesas-rcar-gen3-usb2-fix-imbalance-powered-fla.patch diff --git a/queue-5.2/pinctrl-rockchip-fix-leaked-of_node-references.patch b/releases/5.2.5/pinctrl-rockchip-fix-leaked-of_node-references.patch similarity index 100% rename from queue-5.2/pinctrl-rockchip-fix-leaked-of_node-references.patch rename to releases/5.2.5/pinctrl-rockchip-fix-leaked-of_node-references.patch diff --git a/queue-5.2/platform-x86-asus-wmi-increase-input-buffer-size-of-.patch b/releases/5.2.5/platform-x86-asus-wmi-increase-input-buffer-size-of-.patch similarity index 100% rename from queue-5.2/platform-x86-asus-wmi-increase-input-buffer-size-of-.patch rename to releases/5.2.5/platform-x86-asus-wmi-increase-input-buffer-size-of-.patch diff --git a/queue-5.2/platform-x86-fix-pcengines_apu2-kconfig-warning.patch b/releases/5.2.5/platform-x86-fix-pcengines_apu2-kconfig-warning.patch similarity index 100% rename from queue-5.2/platform-x86-fix-pcengines_apu2-kconfig-warning.patch rename to releases/5.2.5/platform-x86-fix-pcengines_apu2-kconfig-warning.patch diff --git a/queue-5.2/powerpc-4xx-uic-clear-pending-interrupt-after-irq-ty.patch b/releases/5.2.5/powerpc-4xx-uic-clear-pending-interrupt-after-irq-ty.patch similarity index 100% rename from queue-5.2/powerpc-4xx-uic-clear-pending-interrupt-after-irq-ty.patch rename to releases/5.2.5/powerpc-4xx-uic-clear-pending-interrupt-after-irq-ty.patch diff --git a/queue-5.2/powerpc-boot-add-get-put-_unaligned_be32-to-xz_confi.patch b/releases/5.2.5/powerpc-boot-add-get-put-_unaligned_be32-to-xz_confi.patch similarity index 100% rename from queue-5.2/powerpc-boot-add-get-put-_unaligned_be32-to-xz_confi.patch rename to releases/5.2.5/powerpc-boot-add-get-put-_unaligned_be32-to-xz_confi.patch diff --git a/queue-5.2/powerpc-cacheflush-fix-variable-set-but-not-used.patch b/releases/5.2.5/powerpc-cacheflush-fix-variable-set-but-not-used.patch similarity index 100% rename from queue-5.2/powerpc-cacheflush-fix-variable-set-but-not-used.patch rename to releases/5.2.5/powerpc-cacheflush-fix-variable-set-but-not-used.patch diff --git a/queue-5.2/powerpc-dma-fix-invalid-dma-mmap-behavior.patch b/releases/5.2.5/powerpc-dma-fix-invalid-dma-mmap-behavior.patch similarity index 100% rename from queue-5.2/powerpc-dma-fix-invalid-dma-mmap-behavior.patch rename to releases/5.2.5/powerpc-dma-fix-invalid-dma-mmap-behavior.patch diff --git a/queue-5.2/powerpc-eeh-handle-hugepages-in-ioremap-space.patch b/releases/5.2.5/powerpc-eeh-handle-hugepages-in-ioremap-space.patch similarity index 100% rename from queue-5.2/powerpc-eeh-handle-hugepages-in-ioremap-space.patch rename to releases/5.2.5/powerpc-eeh-handle-hugepages-in-ioremap-space.patch diff --git a/queue-5.2/powerpc-irq-don-t-warn-continuously-in-arch_local_ir.patch b/releases/5.2.5/powerpc-irq-don-t-warn-continuously-in-arch_local_ir.patch similarity index 100% rename from queue-5.2/powerpc-irq-don-t-warn-continuously-in-arch_local_ir.patch rename to releases/5.2.5/powerpc-irq-don-t-warn-continuously-in-arch_local_ir.patch diff --git a/queue-5.2/powerpc-mm-handle-page-table-allocation-failures.patch b/releases/5.2.5/powerpc-mm-handle-page-table-allocation-failures.patch similarity index 100% rename from queue-5.2/powerpc-mm-handle-page-table-allocation-failures.patch rename to releases/5.2.5/powerpc-mm-handle-page-table-allocation-failures.patch diff --git a/queue-5.2/powerpc-mm-limit-rma_size-to-1tb-when-running-without-hv-mode.patch b/releases/5.2.5/powerpc-mm-limit-rma_size-to-1tb-when-running-without-hv-mode.patch similarity index 100% rename from queue-5.2/powerpc-mm-limit-rma_size-to-1tb-when-running-without-hv-mode.patch rename to releases/5.2.5/powerpc-mm-limit-rma_size-to-1tb-when-running-without-hv-mode.patch diff --git a/queue-5.2/powerpc-mm-mark-more-tlb-functions-as-__always_inlin.patch b/releases/5.2.5/powerpc-mm-mark-more-tlb-functions-as-__always_inlin.patch similarity index 100% rename from queue-5.2/powerpc-mm-mark-more-tlb-functions-as-__always_inlin.patch rename to releases/5.2.5/powerpc-mm-mark-more-tlb-functions-as-__always_inlin.patch diff --git a/queue-5.2/powerpc-pci-of-fix-of-flags-parsing-for-64bit-bars.patch b/releases/5.2.5/powerpc-pci-of-fix-of-flags-parsing-for-64bit-bars.patch similarity index 100% rename from queue-5.2/powerpc-pci-of-fix-of-flags-parsing-for-64bit-bars.patch rename to releases/5.2.5/powerpc-pci-of-fix-of-flags-parsing-for-64bit-bars.patch diff --git a/queue-5.2/powerpc-pmu-set-pmcregs_in_use-in-paca-when-running-as-lpar.patch b/releases/5.2.5/powerpc-pmu-set-pmcregs_in_use-in-paca-when-running-as-lpar.patch similarity index 100% rename from queue-5.2/powerpc-pmu-set-pmcregs_in_use-in-paca-when-running-as-lpar.patch rename to releases/5.2.5/powerpc-pmu-set-pmcregs_in_use-in-paca-when-running-as-lpar.patch diff --git a/queue-5.2/powerpc-pseries-mobility-prevent-cpu-hotplug-during-.patch b/releases/5.2.5/powerpc-pseries-mobility-prevent-cpu-hotplug-during-.patch similarity index 100% rename from queue-5.2/powerpc-pseries-mobility-prevent-cpu-hotplug-during-.patch rename to releases/5.2.5/powerpc-pseries-mobility-prevent-cpu-hotplug-during-.patch diff --git a/queue-5.2/powerpc-rtas-retry-when-cpu-offline-races-with-suspe.patch b/releases/5.2.5/powerpc-rtas-retry-when-cpu-offline-races-with-suspe.patch similarity index 100% rename from queue-5.2/powerpc-rtas-retry-when-cpu-offline-races-with-suspe.patch rename to releases/5.2.5/powerpc-rtas-retry-when-cpu-offline-races-with-suspe.patch diff --git a/queue-5.2/powerpc-silence-a-wcast-function-type-warning-in-daw.patch b/releases/5.2.5/powerpc-silence-a-wcast-function-type-warning-in-daw.patch similarity index 100% rename from queue-5.2/powerpc-silence-a-wcast-function-type-warning-in-daw.patch rename to releases/5.2.5/powerpc-silence-a-wcast-function-type-warning-in-daw.patch diff --git a/queue-5.2/powerpc-tm-fix-oops-on-sigreturn-on-systems-without-tm.patch b/releases/5.2.5/powerpc-tm-fix-oops-on-sigreturn-on-systems-without-tm.patch similarity index 100% rename from queue-5.2/powerpc-tm-fix-oops-on-sigreturn-on-systems-without-tm.patch rename to releases/5.2.5/powerpc-tm-fix-oops-on-sigreturn-on-systems-without-tm.patch diff --git a/queue-5.2/powerpc-xive-fix-loop-exit-condition-in-xive_find_target_in_mask.patch b/releases/5.2.5/powerpc-xive-fix-loop-exit-condition-in-xive_find_target_in_mask.patch similarity index 100% rename from queue-5.2/powerpc-xive-fix-loop-exit-condition-in-xive_find_target_in_mask.patch rename to releases/5.2.5/powerpc-xive-fix-loop-exit-condition-in-xive_find_target_in_mask.patch diff --git a/queue-5.2/powerpc-xmon-fix-disabling-tracing-while-in-xmon.patch b/releases/5.2.5/powerpc-xmon-fix-disabling-tracing-while-in-xmon.patch similarity index 100% rename from queue-5.2/powerpc-xmon-fix-disabling-tracing-while-in-xmon.patch rename to releases/5.2.5/powerpc-xmon-fix-disabling-tracing-while-in-xmon.patch diff --git a/queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-cl.patch b/releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-cl.patch similarity index 100% rename from queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-cl.patch rename to releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-cl.patch diff --git a/queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch b/releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch similarity index 100% rename from queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch rename to releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch diff --git a/queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch-17560 b/releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch-17560 similarity index 100% rename from queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch-17560 rename to releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-ma.patch-17560 diff --git a/queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-pa.patch b/releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-pa.patch similarity index 100% rename from queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-pa.patch rename to releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-pa.patch diff --git a/queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-sm.patch b/releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-sm.patch similarity index 100% rename from queue-5.2/proc-use-down_read_killable-mmap_sem-for-proc-pid-sm.patch rename to releases/5.2.5/proc-use-down_read_killable-mmap_sem-for-proc-pid-sm.patch diff --git a/queue-5.2/rdma-core-fix-race-when-resolving-ip-address.patch b/releases/5.2.5/rdma-core-fix-race-when-resolving-ip-address.patch similarity index 100% rename from queue-5.2/rdma-core-fix-race-when-resolving-ip-address.patch rename to releases/5.2.5/rdma-core-fix-race-when-resolving-ip-address.patch diff --git a/queue-5.2/rdma-i40iw-set-queue-pair-state-when-being-queried.patch b/releases/5.2.5/rdma-i40iw-set-queue-pair-state-when-being-queried.patch similarity index 100% rename from queue-5.2/rdma-i40iw-set-queue-pair-state-when-being-queried.patch rename to releases/5.2.5/rdma-i40iw-set-queue-pair-state-when-being-queried.patch diff --git a/queue-5.2/rdma-rxe-fill-in-wc-byte_len-with-ib_wc_recv_rdma_wi.patch b/releases/5.2.5/rdma-rxe-fill-in-wc-byte_len-with-ib_wc_recv_rdma_wi.patch similarity index 100% rename from queue-5.2/rdma-rxe-fill-in-wc-byte_len-with-ib_wc_recv_rdma_wi.patch rename to releases/5.2.5/rdma-rxe-fill-in-wc-byte_len-with-ib_wc_recv_rdma_wi.patch diff --git a/queue-5.2/rds-accept-peer-connection-reject-messages-due-to-in.patch b/releases/5.2.5/rds-accept-peer-connection-reject-messages-due-to-in.patch similarity index 100% rename from queue-5.2/rds-accept-peer-connection-reject-messages-due-to-in.patch rename to releases/5.2.5/rds-accept-peer-connection-reject-messages-due-to-in.patch diff --git a/queue-5.2/recordmcount-fix-spurious-mcount-entries-on-powerpc.patch b/releases/5.2.5/recordmcount-fix-spurious-mcount-entries-on-powerpc.patch similarity index 100% rename from queue-5.2/recordmcount-fix-spurious-mcount-entries-on-powerpc.patch rename to releases/5.2.5/recordmcount-fix-spurious-mcount-entries-on-powerpc.patch diff --git a/queue-5.2/regulator-88pm800-fix-warning-same-module-names.patch b/releases/5.2.5/regulator-88pm800-fix-warning-same-module-names.patch similarity index 100% rename from queue-5.2/regulator-88pm800-fix-warning-same-module-names.patch rename to releases/5.2.5/regulator-88pm800-fix-warning-same-module-names.patch diff --git a/queue-5.2/revert-usb-usb251xb-add-us-lanes-inversion-dts-bindings.patch b/releases/5.2.5/revert-usb-usb251xb-add-us-lanes-inversion-dts-bindings.patch similarity index 100% rename from queue-5.2/revert-usb-usb251xb-add-us-lanes-inversion-dts-bindings.patch rename to releases/5.2.5/revert-usb-usb251xb-add-us-lanes-inversion-dts-bindings.patch diff --git a/queue-5.2/revert-usb-usb251xb-add-us-port-lanes-inversion-property.patch b/releases/5.2.5/revert-usb-usb251xb-add-us-port-lanes-inversion-property.patch similarity index 100% rename from queue-5.2/revert-usb-usb251xb-add-us-port-lanes-inversion-property.patch rename to releases/5.2.5/revert-usb-usb251xb-add-us-port-lanes-inversion-property.patch diff --git a/queue-5.2/rseq-selftests-fix-thumb-mode-build-failure-on-arm32.patch b/releases/5.2.5/rseq-selftests-fix-thumb-mode-build-failure-on-arm32.patch similarity index 100% rename from queue-5.2/rseq-selftests-fix-thumb-mode-build-failure-on-arm32.patch rename to releases/5.2.5/rseq-selftests-fix-thumb-mode-build-failure-on-arm32.patch diff --git a/queue-5.2/selinux-check-sidtab-limit-before-adding-a-new-entry.patch b/releases/5.2.5/selinux-check-sidtab-limit-before-adding-a-new-entry.patch similarity index 100% rename from queue-5.2/selinux-check-sidtab-limit-before-adding-a-new-entry.patch rename to releases/5.2.5/selinux-check-sidtab-limit-before-adding-a-new-entry.patch diff --git a/queue-5.2/serial-8250-fix-tx-interrupt-handling-condition.patch b/releases/5.2.5/serial-8250-fix-tx-interrupt-handling-condition.patch similarity index 100% rename from queue-5.2/serial-8250-fix-tx-interrupt-handling-condition.patch rename to releases/5.2.5/serial-8250-fix-tx-interrupt-handling-condition.patch diff --git a/queue-5.2/serial-imx-fix-locking-in-set_termios.patch b/releases/5.2.5/serial-imx-fix-locking-in-set_termios.patch similarity index 100% rename from queue-5.2/serial-imx-fix-locking-in-set_termios.patch rename to releases/5.2.5/serial-imx-fix-locking-in-set_termios.patch diff --git a/queue-5.2/serial-mctrl_gpio-check-if-gpio-property-exisits-bef.patch b/releases/5.2.5/serial-mctrl_gpio-check-if-gpio-property-exisits-bef.patch similarity index 100% rename from queue-5.2/serial-mctrl_gpio-check-if-gpio-property-exisits-bef.patch rename to releases/5.2.5/serial-mctrl_gpio-check-if-gpio-property-exisits-bef.patch diff --git a/queue-5.2/serial-sh-sci-fix-tx-dma-buffer-flushing-and-workque.patch b/releases/5.2.5/serial-sh-sci-fix-tx-dma-buffer-flushing-and-workque.patch similarity index 100% rename from queue-5.2/serial-sh-sci-fix-tx-dma-buffer-flushing-and-workque.patch rename to releases/5.2.5/serial-sh-sci-fix-tx-dma-buffer-flushing-and-workque.patch diff --git a/queue-5.2/serial-sh-sci-terminate-tx-dma-during-buffer-flushin.patch b/releases/5.2.5/serial-sh-sci-terminate-tx-dma-during-buffer-flushin.patch similarity index 100% rename from queue-5.2/serial-sh-sci-terminate-tx-dma-during-buffer-flushin.patch rename to releases/5.2.5/serial-sh-sci-terminate-tx-dma-during-buffer-flushin.patch diff --git a/queue-5.2/serial-uartps-use-the-same-dynamic-major-number-for-.patch b/releases/5.2.5/serial-uartps-use-the-same-dynamic-major-number-for-.patch similarity index 100% rename from queue-5.2/serial-uartps-use-the-same-dynamic-major-number-for-.patch rename to releases/5.2.5/serial-uartps-use-the-same-dynamic-major-number-for-.patch diff --git a/queue-5.2/series b/releases/5.2.5/series similarity index 100% rename from queue-5.2/series rename to releases/5.2.5/series diff --git a/queue-5.2/sh-prevent-warnings-when-using-iounmap.patch b/releases/5.2.5/sh-prevent-warnings-when-using-iounmap.patch similarity index 100% rename from queue-5.2/sh-prevent-warnings-when-using-iounmap.patch rename to releases/5.2.5/sh-prevent-warnings-when-using-iounmap.patch diff --git a/queue-5.2/staging-kpc2000-added-missing-clean-up-to-probe_core.patch b/releases/5.2.5/staging-kpc2000-added-missing-clean-up-to-probe_core.patch similarity index 100% rename from queue-5.2/staging-kpc2000-added-missing-clean-up-to-probe_core.patch rename to releases/5.2.5/staging-kpc2000-added-missing-clean-up-to-probe_core.patch diff --git a/queue-5.2/staging-kpc2000-report-error-status-to-spi-core.patch b/releases/5.2.5/staging-kpc2000-report-error-status-to-spi-core.patch similarity index 100% rename from queue-5.2/staging-kpc2000-report-error-status-to-spi-core.patch rename to releases/5.2.5/staging-kpc2000-report-error-status-to-spi-core.patch diff --git a/queue-5.2/staging-vt6656-use-meaningful-error-code-during-buff.patch b/releases/5.2.5/staging-vt6656-use-meaningful-error-code-during-buff.patch similarity index 100% rename from queue-5.2/staging-vt6656-use-meaningful-error-code-during-buff.patch rename to releases/5.2.5/staging-vt6656-use-meaningful-error-code-during-buff.patch diff --git a/queue-5.2/structleak-disable-structleak_byref-in-combination-with-kasan_stack.patch b/releases/5.2.5/structleak-disable-structleak_byref-in-combination-with-kasan_stack.patch similarity index 100% rename from queue-5.2/structleak-disable-structleak_byref-in-combination-with-kasan_stack.patch rename to releases/5.2.5/structleak-disable-structleak_byref-in-combination-with-kasan_stack.patch diff --git a/queue-5.2/sunhv-fix-device-naming-inconsistency-between-sunhv_.patch b/releases/5.2.5/sunhv-fix-device-naming-inconsistency-between-sunhv_.patch similarity index 100% rename from queue-5.2/sunhv-fix-device-naming-inconsistency-between-sunhv_.patch rename to releases/5.2.5/sunhv-fix-device-naming-inconsistency-between-sunhv_.patch diff --git a/queue-5.2/tools-pci-fix-broken-pcitest-compilation.patch b/releases/5.2.5/tools-pci-fix-broken-pcitest-compilation.patch similarity index 100% rename from queue-5.2/tools-pci-fix-broken-pcitest-compilation.patch rename to releases/5.2.5/tools-pci-fix-broken-pcitest-compilation.patch diff --git a/queue-5.2/tty-max310x-fix-invalid-baudrate-divisors-calculator.patch b/releases/5.2.5/tty-max310x-fix-invalid-baudrate-divisors-calculator.patch similarity index 100% rename from queue-5.2/tty-max310x-fix-invalid-baudrate-divisors-calculator.patch rename to releases/5.2.5/tty-max310x-fix-invalid-baudrate-divisors-calculator.patch diff --git a/queue-5.2/tty-serial-cpm_uart-fix-init-when-smc-is-relocated.patch b/releases/5.2.5/tty-serial-cpm_uart-fix-init-when-smc-is-relocated.patch similarity index 100% rename from queue-5.2/tty-serial-cpm_uart-fix-init-when-smc-is-relocated.patch rename to releases/5.2.5/tty-serial-cpm_uart-fix-init-when-smc-is-relocated.patch diff --git a/queue-5.2/tty-serial-digicolor-fix-digicolor-usart-already-reg.patch b/releases/5.2.5/tty-serial-digicolor-fix-digicolor-usart-already-reg.patch similarity index 100% rename from queue-5.2/tty-serial-digicolor-fix-digicolor-usart-already-reg.patch rename to releases/5.2.5/tty-serial-digicolor-fix-digicolor-usart-already-reg.patch diff --git a/queue-5.2/tty-serial-msm_serial-avoid-system-lockup-condition.patch b/releases/5.2.5/tty-serial-msm_serial-avoid-system-lockup-condition.patch similarity index 100% rename from queue-5.2/tty-serial-msm_serial-avoid-system-lockup-condition.patch rename to releases/5.2.5/tty-serial-msm_serial-avoid-system-lockup-condition.patch diff --git a/queue-5.2/tty-serial_core-set-port-active-bit-in-uart_port_act.patch b/releases/5.2.5/tty-serial_core-set-port-active-bit-in-uart_port_act.patch similarity index 100% rename from queue-5.2/tty-serial_core-set-port-active-bit-in-uart_port_act.patch rename to releases/5.2.5/tty-serial_core-set-port-active-bit-in-uart_port_act.patch diff --git a/queue-5.2/um-silence-lockdep-complaint-about-mmap_sem.patch b/releases/5.2.5/um-silence-lockdep-complaint-about-mmap_sem.patch similarity index 100% rename from queue-5.2/um-silence-lockdep-complaint-about-mmap_sem.patch rename to releases/5.2.5/um-silence-lockdep-complaint-about-mmap_sem.patch diff --git a/queue-5.2/usb-core-hub-disable-hub-initiated-u1-u2.patch b/releases/5.2.5/usb-core-hub-disable-hub-initiated-u1-u2.patch similarity index 100% rename from queue-5.2/usb-core-hub-disable-hub-initiated-u1-u2.patch rename to releases/5.2.5/usb-core-hub-disable-hub-initiated-u1-u2.patch diff --git a/queue-5.2/usb-dwc3-fix-core-validation-in-probe-move-after-clo.patch b/releases/5.2.5/usb-dwc3-fix-core-validation-in-probe-move-after-clo.patch similarity index 100% rename from queue-5.2/usb-dwc3-fix-core-validation-in-probe-move-after-clo.patch rename to releases/5.2.5/usb-dwc3-fix-core-validation-in-probe-move-after-clo.patch diff --git a/queue-5.2/usb-gadget-zero-ffs_io_data.patch b/releases/5.2.5/usb-gadget-zero-ffs_io_data.patch similarity index 100% rename from queue-5.2/usb-gadget-zero-ffs_io_data.patch rename to releases/5.2.5/usb-gadget-zero-ffs_io_data.patch diff --git a/queue-5.2/usb-pci-quirks-correct-amd-pll-quirk-detection.patch b/releases/5.2.5/usb-pci-quirks-correct-amd-pll-quirk-detection.patch similarity index 100% rename from queue-5.2/usb-pci-quirks-correct-amd-pll-quirk-detection.patch rename to releases/5.2.5/usb-pci-quirks-correct-amd-pll-quirk-detection.patch diff --git a/queue-5.2/usb-storage-add-a-limitation-for-blk_queue_max_hw_sectors.patch b/releases/5.2.5/usb-storage-add-a-limitation-for-blk_queue_max_hw_sectors.patch similarity index 100% rename from queue-5.2/usb-storage-add-a-limitation-for-blk_queue_max_hw_sectors.patch rename to releases/5.2.5/usb-storage-add-a-limitation-for-blk_queue_max_hw_sectors.patch diff --git a/queue-5.2/usb-usb251xb-reallow-swap-dx-lanes-to-apply-to-the-upstream-port.patch b/releases/5.2.5/usb-usb251xb-reallow-swap-dx-lanes-to-apply-to-the-upstream-port.patch similarity index 100% rename from queue-5.2/usb-usb251xb-reallow-swap-dx-lanes-to-apply-to-the-upstream-port.patch rename to releases/5.2.5/usb-usb251xb-reallow-swap-dx-lanes-to-apply-to-the-upstream-port.patch diff --git a/queue-5.2/usb-wusbcore-fix-unbalanced-get-put-cluster_id.patch b/releases/5.2.5/usb-wusbcore-fix-unbalanced-get-put-cluster_id.patch similarity index 100% rename from queue-5.2/usb-wusbcore-fix-unbalanced-get-put-cluster_id.patch rename to releases/5.2.5/usb-wusbcore-fix-unbalanced-get-put-cluster_id.patch diff --git a/queue-5.2/x86-speculation-mds-apply-more-accurate-check-on-hypervisor-platform.patch b/releases/5.2.5/x86-speculation-mds-apply-more-accurate-check-on-hypervisor-platform.patch similarity index 100% rename from queue-5.2/x86-speculation-mds-apply-more-accurate-check-on-hypervisor-platform.patch rename to releases/5.2.5/x86-speculation-mds-apply-more-accurate-check-on-hypervisor-platform.patch diff --git a/queue-5.2/x86-stacktrace-prevent-access_ok-warnings-in-arch_stack_walk_user.patch b/releases/5.2.5/x86-stacktrace-prevent-access_ok-warnings-in-arch_stack_walk_user.patch similarity index 100% rename from queue-5.2/x86-stacktrace-prevent-access_ok-warnings-in-arch_stack_walk_user.patch rename to releases/5.2.5/x86-stacktrace-prevent-access_ok-warnings-in-arch_stack_walk_user.patch diff --git a/queue-5.2/x86-sysfb_efi-add-quirks-for-some-devices-with-swapped-width-and-height.patch b/releases/5.2.5/x86-sysfb_efi-add-quirks-for-some-devices-with-swapped-width-and-height.patch similarity index 100% rename from queue-5.2/x86-sysfb_efi-add-quirks-for-some-devices-with-swapped-width-and-height.patch rename to releases/5.2.5/x86-sysfb_efi-add-quirks-for-some-devices-with-swapped-width-and-height.patch diff --git a/queue-5.2/xhci-fix-crash-if-scatter-gather-is-used-with-immediate-data-transfer-idt.patch b/releases/5.2.5/xhci-fix-crash-if-scatter-gather-is-used-with-immediate-data-transfer-idt.patch similarity index 100% rename from queue-5.2/xhci-fix-crash-if-scatter-gather-is-used-with-immediate-data-transfer-idt.patch rename to releases/5.2.5/xhci-fix-crash-if-scatter-gather-is-used-with-immediate-data-transfer-idt.patch