From: Greg Kroah-Hartman Date: Sun, 9 Sep 2018 08:33:00 +0000 (+0200) Subject: Linux 4.18.7 X-Git-Tag: v4.18.7^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64cb473ebde78e0e8d2e24e588b877a5957edb3f;p=thirdparty%2Fkernel%2Fstable-queue.git Linux 4.18.7 --- diff --git a/queue-4.4/series b/queue-4.4/series index d7ddb430247..83d33b8233c 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -43,3 +43,5 @@ getxattr-use-correct-xattr-length.patch bcache-release-dc-writeback_lock-properly-in-bch_writeback_thread.patch perf-auxtrace-fix-queue-resize.patch fs-quota-fix-spectre-gadget-in-do_quotactl.patch +x86-io-add-interface-to-reserve-io-memtype-for-a-resource-range.-v1.1.patch +drm-drivers-add-support-for-using-the-arch-wc-mapping-api.patch diff --git a/queue-4.9/arm64-mm-always-enable-config_holes_in_zone.patch b/queue-4.9/arm64-mm-always-enable-config_holes_in_zone.patch deleted file mode 100644 index 01c41f03b88..00000000000 --- a/queue-4.9/arm64-mm-always-enable-config_holes_in_zone.patch +++ /dev/null @@ -1,100 +0,0 @@ -From f52bb98f5aded4c43e52f5ce19fb83f7261e9e73 Mon Sep 17 00:00:00 2001 -From: James Morse -Date: Thu, 30 Aug 2018 16:05:32 +0100 -Subject: arm64: mm: always enable CONFIG_HOLES_IN_ZONE - -From: James Morse - -commit f52bb98f5aded4c43e52f5ce19fb83f7261e9e73 upstream. - -Commit 6d526ee26ccd ("arm64: mm: enable CONFIG_HOLES_IN_ZONE for NUMA") -only enabled HOLES_IN_ZONE for NUMA systems because the NUMA code was -choking on the missing zone for nomap pages. This problem doesn't just -apply to NUMA systems. - -If the architecture doesn't set HAVE_ARCH_PFN_VALID, pfn_valid() will -return true if the pfn is part of a valid sparsemem section. - -When working with multiple pages, the mm code uses pfn_valid_within() -to test each page it uses within the sparsemem section is valid. On -most systems memory comes in MAX_ORDER_NR_PAGES chunks which all -have valid/initialised struct pages. In this case pfn_valid_within() -is optimised out. - -Systems where this isn't true (e.g. due to nomap) should set -HOLES_IN_ZONE and provide HAVE_ARCH_PFN_VALID so that mm tests each -page as it works with it. - -Currently non-NUMA arm64 systems can't enable HOLES_IN_ZONE, leading to -a VM_BUG_ON(): - -| page:fffffdff802e1780 is uninitialized and poisoned -| raw: ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff -| raw: ffffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffff -| page dumped because: VM_BUG_ON_PAGE(PagePoisoned(p)) -| ------------[ cut here ]------------ -| kernel BUG at include/linux/mm.h:978! -| Internal error: Oops - BUG: 0 [#1] PREEMPT SMP -[...] -| CPU: 1 PID: 25236 Comm: dd Not tainted 4.18.0 #7 -| Hardware name: QEMU KVM Virtual Machine, BIOS 0.0.0 02/06/2015 -| pstate: 40000085 (nZcv daIf -PAN -UAO) -| pc : move_freepages_block+0x144/0x248 -| lr : move_freepages_block+0x144/0x248 -| sp : fffffe0071177680 -[...] -| Process dd (pid: 25236, stack limit = 0x0000000094cc07fb) -| Call trace: -| move_freepages_block+0x144/0x248 -| steal_suitable_fallback+0x100/0x16c -| get_page_from_freelist+0x440/0xb20 -| __alloc_pages_nodemask+0xe8/0x838 -| new_slab+0xd4/0x418 -| ___slab_alloc.constprop.27+0x380/0x4a8 -| __slab_alloc.isra.21.constprop.26+0x24/0x34 -| kmem_cache_alloc+0xa8/0x180 -| alloc_buffer_head+0x1c/0x90 -| alloc_page_buffers+0x68/0xb0 -| create_empty_buffers+0x20/0x1ec -| create_page_buffers+0xb0/0xf0 -| __block_write_begin_int+0xc4/0x564 -| __block_write_begin+0x10/0x18 -| block_write_begin+0x48/0xd0 -| blkdev_write_begin+0x28/0x30 -| generic_perform_write+0x98/0x16c -| __generic_file_write_iter+0x138/0x168 -| blkdev_write_iter+0x80/0xf0 -| __vfs_write+0xe4/0x10c -| vfs_write+0xb4/0x168 -| ksys_write+0x44/0x88 -| sys_write+0xc/0x14 -| el0_svc_naked+0x30/0x34 -| Code: aa1303e0 90001a01 91296421 94008902 (d4210000) -| ---[ end trace 1601ba47f6e883fe ]--- - -Remove the NUMA dependency. - -Link: https://www.spinics.net/lists/arm-kernel/msg671851.html -Cc: -Cc: Ard Biesheuvel -Reported-by: Mikulas Patocka -Reviewed-by: Pavel Tatashin -Tested-by: Mikulas Patocka -Signed-off-by: James Morse -Signed-off-by: Will Deacon -Signed-off-by: Greg Kroah-Hartman - ---- - arch/arm64/Kconfig | 1 - - 1 file changed, 1 deletion(-) - ---- a/arch/arm64/Kconfig -+++ b/arch/arm64/Kconfig -@@ -631,7 +631,6 @@ config HAVE_SETUP_PER_CPU_AREA - - config NEED_PER_CPU_EMBED_FIRST_CHUNK - def_bool y -- depends on NUMA - - source kernel/Kconfig.preempt - source kernel/Kconfig.hz diff --git a/queue-4.9/series b/queue-4.9/series index df1a321c4e5..b3fa86d51a8 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -55,9 +55,9 @@ fb-fix-lost-console-when-the-user-unplugs-a-usb-adapter.patch udlfb-set-optimal-write-delay.patch getxattr-use-correct-xattr-length.patch libnvdimm-fix-ars_status-output-length-calculation.patch +printk-tracing-do-not-trace-printk_nmi_enter.patch bcache-release-dc-writeback_lock-properly-in-bch_writeback_thread.patch perf-auxtrace-fix-queue-resize.patch crypto-vmx-fix-sleep-in-atomic-bugs.patch crypto-caam-jr-fix-descriptor-dma-unmapping.patch fs-quota-fix-spectre-gadget-in-do_quotactl.patch -arm64-mm-always-enable-config_holes_in_zone.patch diff --git a/queue-4.18/9p-fix-multiple-null-pointer-dereferences.patch b/releases/4.18.7/9p-fix-multiple-null-pointer-dereferences.patch similarity index 100% rename from queue-4.18/9p-fix-multiple-null-pointer-dereferences.patch rename to releases/4.18.7/9p-fix-multiple-null-pointer-dereferences.patch diff --git a/queue-4.18/9p-net-fix-zero-copy-path-in-the-9p-virtio-transport.patch b/releases/4.18.7/9p-net-fix-zero-copy-path-in-the-9p-virtio-transport.patch similarity index 100% rename from queue-4.18/9p-net-fix-zero-copy-path-in-the-9p-virtio-transport.patch rename to releases/4.18.7/9p-net-fix-zero-copy-path-in-the-9p-virtio-transport.patch diff --git a/queue-4.18/9p-virtio-fix-off-by-one-error-in-sg-list-bounds-check.patch b/releases/4.18.7/9p-virtio-fix-off-by-one-error-in-sg-list-bounds-check.patch similarity index 100% rename from queue-4.18/9p-virtio-fix-off-by-one-error-in-sg-list-bounds-check.patch rename to releases/4.18.7/9p-virtio-fix-off-by-one-error-in-sg-list-bounds-check.patch diff --git a/queue-4.18/acpica-aml-parser-skip-opcodes-that-open-a-scope-upon-parse-failure.patch b/releases/4.18.7/acpica-aml-parser-skip-opcodes-that-open-a-scope-upon-parse-failure.patch similarity index 100% rename from queue-4.18/acpica-aml-parser-skip-opcodes-that-open-a-scope-upon-parse-failure.patch rename to releases/4.18.7/acpica-aml-parser-skip-opcodes-that-open-a-scope-upon-parse-failure.patch diff --git a/queue-4.18/acpica-clear-status-of-all-events-when-entering-sleep-states.patch b/releases/4.18.7/acpica-clear-status-of-all-events-when-entering-sleep-states.patch similarity index 100% rename from queue-4.18/acpica-clear-status-of-all-events-when-entering-sleep-states.patch rename to releases/4.18.7/acpica-clear-status-of-all-events-when-entering-sleep-states.patch diff --git a/queue-4.18/alsa-ac97-fix-check-of-pm_runtime_get_sync-failure.patch b/releases/4.18.7/alsa-ac97-fix-check-of-pm_runtime_get_sync-failure.patch similarity index 100% rename from queue-4.18/alsa-ac97-fix-check-of-pm_runtime_get_sync-failure.patch rename to releases/4.18.7/alsa-ac97-fix-check-of-pm_runtime_get_sync-failure.patch diff --git a/queue-4.18/alsa-ac97-fix-device-initialization-in-the-compat-layer.patch b/releases/4.18.7/alsa-ac97-fix-device-initialization-in-the-compat-layer.patch similarity index 100% rename from queue-4.18/alsa-ac97-fix-device-initialization-in-the-compat-layer.patch rename to releases/4.18.7/alsa-ac97-fix-device-initialization-in-the-compat-layer.patch diff --git a/queue-4.18/alsa-ac97-fix-unbalanced-pm_runtime_enable.patch b/releases/4.18.7/alsa-ac97-fix-unbalanced-pm_runtime_enable.patch similarity index 100% rename from queue-4.18/alsa-ac97-fix-unbalanced-pm_runtime_enable.patch rename to releases/4.18.7/alsa-ac97-fix-unbalanced-pm_runtime_enable.patch diff --git a/queue-4.18/apparmor-fix-bad-debug-check-in-apparmor_secid_to_secctx.patch b/releases/4.18.7/apparmor-fix-bad-debug-check-in-apparmor_secid_to_secctx.patch similarity index 100% rename from queue-4.18/apparmor-fix-bad-debug-check-in-apparmor_secid_to_secctx.patch rename to releases/4.18.7/apparmor-fix-bad-debug-check-in-apparmor_secid_to_secctx.patch diff --git a/queue-4.18/arm-dts-am57xx-idk-enable-dual-role-for-usb2-port.patch b/releases/4.18.7/arm-dts-am57xx-idk-enable-dual-role-for-usb2-port.patch similarity index 100% rename from queue-4.18/arm-dts-am57xx-idk-enable-dual-role-for-usb2-port.patch rename to releases/4.18.7/arm-dts-am57xx-idk-enable-dual-role-for-usb2-port.patch diff --git a/queue-4.18/arm-tegra-fix-tegra30-cardhu-pca954x-reset.patch b/releases/4.18.7/arm-tegra-fix-tegra30-cardhu-pca954x-reset.patch similarity index 100% rename from queue-4.18/arm-tegra-fix-tegra30-cardhu-pca954x-reset.patch rename to releases/4.18.7/arm-tegra-fix-tegra30-cardhu-pca954x-reset.patch diff --git a/queue-4.18/arm64-mm-always-enable-config_holes_in_zone.patch b/releases/4.18.7/arm64-mm-always-enable-config_holes_in_zone.patch similarity index 100% rename from queue-4.18/arm64-mm-always-enable-config_holes_in_zone.patch rename to releases/4.18.7/arm64-mm-always-enable-config_holes_in_zone.patch diff --git a/queue-4.18/bcache-release-dc-writeback_lock-properly-in-bch_writeback_thread.patch b/releases/4.18.7/bcache-release-dc-writeback_lock-properly-in-bch_writeback_thread.patch similarity index 100% rename from queue-4.18/bcache-release-dc-writeback_lock-properly-in-bch_writeback_thread.patch rename to releases/4.18.7/bcache-release-dc-writeback_lock-properly-in-bch_writeback_thread.patch diff --git a/queue-4.18/blkcg-introduce-blkg_root_lookup.patch b/releases/4.18.7/blkcg-introduce-blkg_root_lookup.patch similarity index 100% rename from queue-4.18/blkcg-introduce-blkg_root_lookup.patch rename to releases/4.18.7/blkcg-introduce-blkg_root_lookup.patch diff --git a/queue-4.18/block-bfq-return-nbytes-and-not-zero-from-struct-cftype-.write-method.patch b/releases/4.18.7/block-bfq-return-nbytes-and-not-zero-from-struct-cftype-.write-method.patch similarity index 100% rename from queue-4.18/block-bfq-return-nbytes-and-not-zero-from-struct-cftype-.write-method.patch rename to releases/4.18.7/block-bfq-return-nbytes-and-not-zero-from-struct-cftype-.write-method.patch diff --git a/queue-4.18/block-blk_init_allocated_queue-set-q-fq-as-null-in-the-fail-case.patch b/releases/4.18.7/block-blk_init_allocated_queue-set-q-fq-as-null-in-the-fail-case.patch similarity index 100% rename from queue-4.18/block-blk_init_allocated_queue-set-q-fq-as-null-in-the-fail-case.patch rename to releases/4.18.7/block-blk_init_allocated_queue-set-q-fq-as-null-in-the-fail-case.patch diff --git a/queue-4.18/block-ensure-that-a-request-queue-is-dissociated-from-the-cgroup-controller.patch b/releases/4.18.7/block-ensure-that-a-request-queue-is-dissociated-from-the-cgroup-controller.patch similarity index 100% rename from queue-4.18/block-ensure-that-a-request-queue-is-dissociated-from-the-cgroup-controller.patch rename to releases/4.18.7/block-ensure-that-a-request-queue-is-dissociated-from-the-cgroup-controller.patch diff --git a/queue-4.18/block-fix-infinite-loop-if-the-device-loses-discard-capability.patch b/releases/4.18.7/block-fix-infinite-loop-if-the-device-loses-discard-capability.patch similarity index 100% rename from queue-4.18/block-fix-infinite-loop-if-the-device-loses-discard-capability.patch rename to releases/4.18.7/block-fix-infinite-loop-if-the-device-loses-discard-capability.patch diff --git a/queue-4.18/block-introduce-blk_exit_queue.patch b/releases/4.18.7/block-introduce-blk_exit_queue.patch similarity index 100% rename from queue-4.18/block-introduce-blk_exit_queue.patch rename to releases/4.18.7/block-introduce-blk_exit_queue.patch diff --git a/queue-4.18/block-really-disable-runtime-pm-for-blk-mq.patch b/releases/4.18.7/block-really-disable-runtime-pm-for-blk-mq.patch similarity index 100% rename from queue-4.18/block-really-disable-runtime-pm-for-blk-mq.patch rename to releases/4.18.7/block-really-disable-runtime-pm-for-blk-mq.patch diff --git a/queue-4.18/cap_inode_getsecurity-use-d_find_any_alias-instead-of-d_find_alias.patch b/releases/4.18.7/cap_inode_getsecurity-use-d_find_any_alias-instead-of-d_find_alias.patch similarity index 100% rename from queue-4.18/cap_inode_getsecurity-use-d_find_any_alias-instead-of-d_find_alias.patch rename to releases/4.18.7/cap_inode_getsecurity-use-d_find_any_alias-instead-of-d_find_alias.patch diff --git a/queue-4.18/cpufreq-governor-avoid-accessing-invalid-governor_data.patch b/releases/4.18.7/cpufreq-governor-avoid-accessing-invalid-governor_data.patch similarity index 100% rename from queue-4.18/cpufreq-governor-avoid-accessing-invalid-governor_data.patch rename to releases/4.18.7/cpufreq-governor-avoid-accessing-invalid-governor_data.patch diff --git a/queue-4.18/cpuidle-menu-handle-stopped-tick-more-aggressively.patch b/releases/4.18.7/cpuidle-menu-handle-stopped-tick-more-aggressively.patch similarity index 100% rename from queue-4.18/cpuidle-menu-handle-stopped-tick-more-aggressively.patch rename to releases/4.18.7/cpuidle-menu-handle-stopped-tick-more-aggressively.patch diff --git a/queue-4.18/cpuidle-menu-retain-tick-when-shallow-state-is-selected.patch b/releases/4.18.7/cpuidle-menu-retain-tick-when-shallow-state-is-selected.patch similarity index 100% rename from queue-4.18/cpuidle-menu-retain-tick-when-shallow-state-is-selected.patch rename to releases/4.18.7/cpuidle-menu-retain-tick-when-shallow-state-is-selected.patch diff --git a/queue-4.18/crypto-aesni-use-unaligned-loads-from-gcm_context_data.patch b/releases/4.18.7/crypto-aesni-use-unaligned-loads-from-gcm_context_data.patch similarity index 100% rename from queue-4.18/crypto-aesni-use-unaligned-loads-from-gcm_context_data.patch rename to releases/4.18.7/crypto-aesni-use-unaligned-loads-from-gcm_context_data.patch diff --git a/queue-4.18/crypto-arm64-sm4-ce-check-for-the-right-cpu-feature-bit.patch b/releases/4.18.7/crypto-arm64-sm4-ce-check-for-the-right-cpu-feature-bit.patch similarity index 100% rename from queue-4.18/crypto-arm64-sm4-ce-check-for-the-right-cpu-feature-bit.patch rename to releases/4.18.7/crypto-arm64-sm4-ce-check-for-the-right-cpu-feature-bit.patch diff --git a/queue-4.18/crypto-caam-fix-dma-mapping-direction-for-rsa-forms-2-3.patch b/releases/4.18.7/crypto-caam-fix-dma-mapping-direction-for-rsa-forms-2-3.patch similarity index 100% rename from queue-4.18/crypto-caam-fix-dma-mapping-direction-for-rsa-forms-2-3.patch rename to releases/4.18.7/crypto-caam-fix-dma-mapping-direction-for-rsa-forms-2-3.patch diff --git a/queue-4.18/crypto-caam-jr-fix-descriptor-dma-unmapping.patch b/releases/4.18.7/crypto-caam-jr-fix-descriptor-dma-unmapping.patch similarity index 100% rename from queue-4.18/crypto-caam-jr-fix-descriptor-dma-unmapping.patch rename to releases/4.18.7/crypto-caam-jr-fix-descriptor-dma-unmapping.patch diff --git a/queue-4.18/crypto-caam-qi-fix-error-path-in-xts-setkey.patch b/releases/4.18.7/crypto-caam-qi-fix-error-path-in-xts-setkey.patch similarity index 100% rename from queue-4.18/crypto-caam-qi-fix-error-path-in-xts-setkey.patch rename to releases/4.18.7/crypto-caam-qi-fix-error-path-in-xts-setkey.patch diff --git a/queue-4.18/crypto-vmx-fix-sleep-in-atomic-bugs.patch b/releases/4.18.7/crypto-vmx-fix-sleep-in-atomic-bugs.patch similarity index 100% rename from queue-4.18/crypto-vmx-fix-sleep-in-atomic-bugs.patch rename to releases/4.18.7/crypto-vmx-fix-sleep-in-atomic-bugs.patch diff --git a/queue-4.18/cxl-fix-wrong-comparison-in-cxl_adapter_context_get.patch b/releases/4.18.7/cxl-fix-wrong-comparison-in-cxl_adapter_context_get.patch similarity index 100% rename from queue-4.18/cxl-fix-wrong-comparison-in-cxl_adapter_context_get.patch rename to releases/4.18.7/cxl-fix-wrong-comparison-in-cxl_adapter_context_get.patch diff --git a/queue-4.18/dm-cache-metadata-save-in-core-policy_hint_size-to-on-disk-superblock.patch b/releases/4.18.7/dm-cache-metadata-save-in-core-policy_hint_size-to-on-disk-superblock.patch similarity index 100% rename from queue-4.18/dm-cache-metadata-save-in-core-policy_hint_size-to-on-disk-superblock.patch rename to releases/4.18.7/dm-cache-metadata-save-in-core-policy_hint_size-to-on-disk-superblock.patch diff --git a/queue-4.18/dm-cache-metadata-set-dirty-on-all-cache-blocks-after-a-crash.patch b/releases/4.18.7/dm-cache-metadata-set-dirty-on-all-cache-blocks-after-a-crash.patch similarity index 100% rename from queue-4.18/dm-cache-metadata-set-dirty-on-all-cache-blocks-after-a-crash.patch rename to releases/4.18.7/dm-cache-metadata-set-dirty-on-all-cache-blocks-after-a-crash.patch diff --git a/queue-4.18/dm-crypt-don-t-decrease-device-limits.patch b/releases/4.18.7/dm-crypt-don-t-decrease-device-limits.patch similarity index 100% rename from queue-4.18/dm-crypt-don-t-decrease-device-limits.patch rename to releases/4.18.7/dm-crypt-don-t-decrease-device-limits.patch diff --git a/queue-4.18/dm-integrity-change-suspending-variable-from-bool-to-int.patch b/releases/4.18.7/dm-integrity-change-suspending-variable-from-bool-to-int.patch similarity index 100% rename from queue-4.18/dm-integrity-change-suspending-variable-from-bool-to-int.patch rename to releases/4.18.7/dm-integrity-change-suspending-variable-from-bool-to-int.patch diff --git a/queue-4.18/dm-thin-stop-no_space_timeout-worker-when-switching-to-write-mode.patch b/releases/4.18.7/dm-thin-stop-no_space_timeout-worker-when-switching-to-write-mode.patch similarity index 100% rename from queue-4.18/dm-thin-stop-no_space_timeout-worker-when-switching-to-write-mode.patch rename to releases/4.18.7/dm-thin-stop-no_space_timeout-worker-when-switching-to-write-mode.patch diff --git a/queue-4.18/dm-writecache-fix-a-crash-due-to-reading-past-end-of-dirty_bitmap.patch b/releases/4.18.7/dm-writecache-fix-a-crash-due-to-reading-past-end-of-dirty_bitmap.patch similarity index 100% rename from queue-4.18/dm-writecache-fix-a-crash-due-to-reading-past-end-of-dirty_bitmap.patch rename to releases/4.18.7/dm-writecache-fix-a-crash-due-to-reading-past-end-of-dirty_bitmap.patch diff --git a/queue-4.18/dma-buf-move-bug_on-from-_add_shared_fence-to-_add_shared_inplace.patch b/releases/4.18.7/dma-buf-move-bug_on-from-_add_shared_fence-to-_add_shared_inplace.patch similarity index 100% rename from queue-4.18/dma-buf-move-bug_on-from-_add_shared_fence-to-_add_shared_inplace.patch rename to releases/4.18.7/dma-buf-move-bug_on-from-_add_shared_fence-to-_add_shared_inplace.patch diff --git a/queue-4.18/drivers-block-zram-zram_drv.c-fix-bug-storing-backing_dev.patch b/releases/4.18.7/drivers-block-zram-zram_drv.c-fix-bug-storing-backing_dev.patch similarity index 100% rename from queue-4.18/drivers-block-zram-zram_drv.c-fix-bug-storing-backing_dev.patch rename to releases/4.18.7/drivers-block-zram-zram_drv.c-fix-bug-storing-backing_dev.patch diff --git a/queue-4.18/drivers-hv-vmbus-fix-the-offer_in_progress-in-vmbus_process_offer.patch b/releases/4.18.7/drivers-hv-vmbus-fix-the-offer_in_progress-in-vmbus_process_offer.patch similarity index 100% rename from queue-4.18/drivers-hv-vmbus-fix-the-offer_in_progress-in-vmbus_process_offer.patch rename to releases/4.18.7/drivers-hv-vmbus-fix-the-offer_in_progress-in-vmbus_process_offer.patch diff --git a/queue-4.18/drivers-hv-vmbus-reset-the-channel-callback-in-vmbus_onoffer_rescind.patch b/releases/4.18.7/drivers-hv-vmbus-reset-the-channel-callback-in-vmbus_onoffer_rescind.patch similarity index 100% rename from queue-4.18/drivers-hv-vmbus-reset-the-channel-callback-in-vmbus_onoffer_rescind.patch rename to releases/4.18.7/drivers-hv-vmbus-reset-the-channel-callback-in-vmbus_onoffer_rescind.patch diff --git a/queue-4.18/eventpoll.h-wrap-casts-in-properly.patch b/releases/4.18.7/eventpoll.h-wrap-casts-in-properly.patch similarity index 100% rename from queue-4.18/eventpoll.h-wrap-casts-in-properly.patch rename to releases/4.18.7/eventpoll.h-wrap-casts-in-properly.patch diff --git a/queue-4.18/extcon-release-locking-when-sending-the-notification-of-connector-state.patch b/releases/4.18.7/extcon-release-locking-when-sending-the-notification-of-connector-state.patch similarity index 100% rename from queue-4.18/extcon-release-locking-when-sending-the-notification-of-connector-state.patch rename to releases/4.18.7/extcon-release-locking-when-sending-the-notification-of-connector-state.patch diff --git a/queue-4.18/fb-fix-lost-console-when-the-user-unplugs-a-usb-adapter.patch b/releases/4.18.7/fb-fix-lost-console-when-the-user-unplugs-a-usb-adapter.patch similarity index 100% rename from queue-4.18/fb-fix-lost-console-when-the-user-unplugs-a-usb-adapter.patch rename to releases/4.18.7/fb-fix-lost-console-when-the-user-unplugs-a-usb-adapter.patch diff --git a/queue-4.18/fix-kexec-forbidding-kernels-signed-with-keys-in-the-secondary-keyring-to-boot.patch b/releases/4.18.7/fix-kexec-forbidding-kernels-signed-with-keys-in-the-secondary-keyring-to-boot.patch similarity index 100% rename from queue-4.18/fix-kexec-forbidding-kernels-signed-with-keys-in-the-secondary-keyring-to-boot.patch rename to releases/4.18.7/fix-kexec-forbidding-kernels-signed-with-keys-in-the-secondary-keyring-to-boot.patch diff --git a/queue-4.18/fs-9p-xattr.c-catch-the-error-of-p9_client_clunk-when-setting-xattr-failed.patch b/releases/4.18.7/fs-9p-xattr.c-catch-the-error-of-p9_client_clunk-when-setting-xattr-failed.patch similarity index 100% rename from queue-4.18/fs-9p-xattr.c-catch-the-error-of-p9_client_clunk-when-setting-xattr-failed.patch rename to releases/4.18.7/fs-9p-xattr.c-catch-the-error-of-p9_client_clunk-when-setting-xattr-failed.patch diff --git a/queue-4.18/fs-quota-fix-spectre-gadget-in-do_quotactl.patch b/releases/4.18.7/fs-quota-fix-spectre-gadget-in-do_quotactl.patch similarity index 100% rename from queue-4.18/fs-quota-fix-spectre-gadget-in-do_quotactl.patch rename to releases/4.18.7/fs-quota-fix-spectre-gadget-in-do_quotactl.patch diff --git a/queue-4.18/getxattr-use-correct-xattr-length.patch b/releases/4.18.7/getxattr-use-correct-xattr-length.patch similarity index 100% rename from queue-4.18/getxattr-use-correct-xattr-length.patch rename to releases/4.18.7/getxattr-use-correct-xattr-length.patch diff --git a/queue-4.18/i2c-designware-re-init-controllers-with-pm_disabled-set-on-resume.patch b/releases/4.18.7/i2c-designware-re-init-controllers-with-pm_disabled-set-on-resume.patch similarity index 100% rename from queue-4.18/i2c-designware-re-init-controllers-with-pm_disabled-set-on-resume.patch rename to releases/4.18.7/i2c-designware-re-init-controllers-with-pm_disabled-set-on-resume.patch diff --git a/queue-4.18/ib-mlx5-fix-leaking-stack-memory-to-userspace.patch b/releases/4.18.7/ib-mlx5-fix-leaking-stack-memory-to-userspace.patch similarity index 100% rename from queue-4.18/ib-mlx5-fix-leaking-stack-memory-to-userspace.patch rename to releases/4.18.7/ib-mlx5-fix-leaking-stack-memory-to-userspace.patch diff --git a/queue-4.18/ib-mlx5-honor-cnt_set_id_valid-flag-instead-of-set_id.patch b/releases/4.18.7/ib-mlx5-honor-cnt_set_id_valid-flag-instead-of-set_id.patch similarity index 100% rename from queue-4.18/ib-mlx5-honor-cnt_set_id_valid-flag-instead-of-set_id.patch rename to releases/4.18.7/ib-mlx5-honor-cnt_set_id_valid-flag-instead-of-set_id.patch diff --git a/queue-4.18/ib-srpt-fix-srpt_cm_req_recv-error-path-1-2.patch b/releases/4.18.7/ib-srpt-fix-srpt_cm_req_recv-error-path-1-2.patch similarity index 100% rename from queue-4.18/ib-srpt-fix-srpt_cm_req_recv-error-path-1-2.patch rename to releases/4.18.7/ib-srpt-fix-srpt_cm_req_recv-error-path-1-2.patch diff --git a/queue-4.18/ib-srpt-fix-srpt_cm_req_recv-error-path-2-2.patch b/releases/4.18.7/ib-srpt-fix-srpt_cm_req_recv-error-path-2-2.patch similarity index 100% rename from queue-4.18/ib-srpt-fix-srpt_cm_req_recv-error-path-2-2.patch rename to releases/4.18.7/ib-srpt-fix-srpt_cm_req_recv-error-path-2-2.patch diff --git a/queue-4.18/ib-srpt-support-hcas-with-more-than-two-ports.patch b/releases/4.18.7/ib-srpt-support-hcas-with-more-than-two-ports.patch similarity index 100% rename from queue-4.18/ib-srpt-support-hcas-with-more-than-two-ports.patch rename to releases/4.18.7/ib-srpt-support-hcas-with-more-than-two-ports.patch diff --git a/queue-4.18/ib_srpt-fix-a-use-after-free-in-__srpt_close_all_ch.patch b/releases/4.18.7/ib_srpt-fix-a-use-after-free-in-__srpt_close_all_ch.patch similarity index 100% rename from queue-4.18/ib_srpt-fix-a-use-after-free-in-__srpt_close_all_ch.patch rename to releases/4.18.7/ib_srpt-fix-a-use-after-free-in-__srpt_close_all_ch.patch diff --git a/queue-4.18/ib_srpt-fix-a-use-after-free-in-srpt_close_ch.patch b/releases/4.18.7/ib_srpt-fix-a-use-after-free-in-srpt_close_ch.patch similarity index 100% rename from queue-4.18/ib_srpt-fix-a-use-after-free-in-srpt_close_ch.patch rename to releases/4.18.7/ib_srpt-fix-a-use-after-free-in-srpt_close_ch.patch diff --git a/queue-4.18/iio-ad9523-fix-displayed-phase.patch b/releases/4.18.7/iio-ad9523-fix-displayed-phase.patch similarity index 100% rename from queue-4.18/iio-ad9523-fix-displayed-phase.patch rename to releases/4.18.7/iio-ad9523-fix-displayed-phase.patch diff --git a/queue-4.18/iio-ad9523-fix-return-value-for-ad952x_store.patch b/releases/4.18.7/iio-ad9523-fix-return-value-for-ad952x_store.patch similarity index 100% rename from queue-4.18/iio-ad9523-fix-return-value-for-ad952x_store.patch rename to releases/4.18.7/iio-ad9523-fix-return-value-for-ad952x_store.patch diff --git a/queue-4.18/iio-sca3000-fix-missing-return-in-switch.patch b/releases/4.18.7/iio-sca3000-fix-missing-return-in-switch.patch similarity index 100% rename from queue-4.18/iio-sca3000-fix-missing-return-in-switch.patch rename to releases/4.18.7/iio-sca3000-fix-missing-return-in-switch.patch diff --git a/queue-4.18/iommu-ipmmu-vmsa-don-t-register-as-bus-iommu-if-machine-doesn-t-have-ipmmu-vmsa.patch b/releases/4.18.7/iommu-ipmmu-vmsa-don-t-register-as-bus-iommu-if-machine-doesn-t-have-ipmmu-vmsa.patch similarity index 100% rename from queue-4.18/iommu-ipmmu-vmsa-don-t-register-as-bus-iommu-if-machine-doesn-t-have-ipmmu-vmsa.patch rename to releases/4.18.7/iommu-ipmmu-vmsa-don-t-register-as-bus-iommu-if-machine-doesn-t-have-ipmmu-vmsa.patch diff --git a/queue-4.18/iommu-vt-d-add-definitions-for-pfsid.patch b/releases/4.18.7/iommu-vt-d-add-definitions-for-pfsid.patch similarity index 100% rename from queue-4.18/iommu-vt-d-add-definitions-for-pfsid.patch rename to releases/4.18.7/iommu-vt-d-add-definitions-for-pfsid.patch diff --git a/queue-4.18/iommu-vt-d-fix-dev-iotlb-pfsid-use.patch b/releases/4.18.7/iommu-vt-d-fix-dev-iotlb-pfsid-use.patch similarity index 100% rename from queue-4.18/iommu-vt-d-fix-dev-iotlb-pfsid-use.patch rename to releases/4.18.7/iommu-vt-d-fix-dev-iotlb-pfsid-use.patch diff --git a/queue-4.18/kconfig-fix-can-t-open-...-in-parallel-build.patch b/releases/4.18.7/kconfig-fix-can-t-open-...-in-parallel-build.patch similarity index 100% rename from queue-4.18/kconfig-fix-can-t-open-...-in-parallel-build.patch rename to releases/4.18.7/kconfig-fix-can-t-open-...-in-parallel-build.patch diff --git a/queue-4.18/kvm-ppc-book3s-fix-guest-dma-when-guest-partially-backed-by-thp-pages.patch b/releases/4.18.7/kvm-ppc-book3s-fix-guest-dma-when-guest-partially-backed-by-thp-pages.patch similarity index 100% rename from queue-4.18/kvm-ppc-book3s-fix-guest-dma-when-guest-partially-backed-by-thp-pages.patch rename to releases/4.18.7/kvm-ppc-book3s-fix-guest-dma-when-guest-partially-backed-by-thp-pages.patch diff --git a/queue-4.18/kvm-vmx-fixes-for-vmentry_l1d_flush-module-parameter.patch b/releases/4.18.7/kvm-vmx-fixes-for-vmentry_l1d_flush-module-parameter.patch similarity index 100% rename from queue-4.18/kvm-vmx-fixes-for-vmentry_l1d_flush-module-parameter.patch rename to releases/4.18.7/kvm-vmx-fixes-for-vmentry_l1d_flush-module-parameter.patch diff --git a/queue-4.18/libertas-fix-suspend-and-resume-for-sdio-connected-cards.patch b/releases/4.18.7/libertas-fix-suspend-and-resume-for-sdio-connected-cards.patch similarity index 100% rename from queue-4.18/libertas-fix-suspend-and-resume-for-sdio-connected-cards.patch rename to releases/4.18.7/libertas-fix-suspend-and-resume-for-sdio-connected-cards.patch diff --git a/queue-4.18/libnvdimm-fix-ars_status-output-length-calculation.patch b/releases/4.18.7/libnvdimm-fix-ars_status-output-length-calculation.patch similarity index 100% rename from queue-4.18/libnvdimm-fix-ars_status-output-length-calculation.patch rename to releases/4.18.7/libnvdimm-fix-ars_status-output-length-calculation.patch diff --git a/queue-4.18/libnvdimm-use-max-contiguous-area-for-namespace-size.patch b/releases/4.18.7/libnvdimm-use-max-contiguous-area-for-namespace-size.patch similarity index 100% rename from queue-4.18/libnvdimm-use-max-contiguous-area-for-namespace-size.patch rename to releases/4.18.7/libnvdimm-use-max-contiguous-area-for-namespace-size.patch diff --git a/queue-4.18/livepatch-validate-module-old-func-name-length.patch b/releases/4.18.7/livepatch-validate-module-old-func-name-length.patch similarity index 100% rename from queue-4.18/livepatch-validate-module-old-func-name-length.patch rename to releases/4.18.7/livepatch-validate-module-old-func-name-length.patch diff --git a/queue-4.18/mailbox-xgene-slimpro-fix-potential-null-pointer-dereference.patch b/releases/4.18.7/mailbox-xgene-slimpro-fix-potential-null-pointer-dereference.patch similarity index 100% rename from queue-4.18/mailbox-xgene-slimpro-fix-potential-null-pointer-dereference.patch rename to releases/4.18.7/mailbox-xgene-slimpro-fix-potential-null-pointer-dereference.patch diff --git a/queue-4.18/media-revert-tvp5150-fix-pad-format-frame-height.patch b/releases/4.18.7/media-revert-tvp5150-fix-pad-format-frame-height.patch similarity index 100% rename from queue-4.18/media-revert-tvp5150-fix-pad-format-frame-height.patch rename to releases/4.18.7/media-revert-tvp5150-fix-pad-format-frame-height.patch diff --git a/queue-4.18/mfd-hi655x-fix-regmap-area-declared-size-for-hi655x.patch b/releases/4.18.7/mfd-hi655x-fix-regmap-area-declared-size-for-hi655x.patch similarity index 100% rename from queue-4.18/mfd-hi655x-fix-regmap-area-declared-size-for-hi655x.patch rename to releases/4.18.7/mfd-hi655x-fix-regmap-area-declared-size-for-hi655x.patch diff --git a/queue-4.18/mm-dev_pagemap-do-not-clear-mapping-on-final-put.patch b/releases/4.18.7/mm-dev_pagemap-do-not-clear-mapping-on-final-put.patch similarity index 100% rename from queue-4.18/mm-dev_pagemap-do-not-clear-mapping-on-final-put.patch rename to releases/4.18.7/mm-dev_pagemap-do-not-clear-mapping-on-final-put.patch diff --git a/queue-4.18/mm-tlb-remove-tlb_remove_table-non-concurrent-condition.patch b/releases/4.18.7/mm-tlb-remove-tlb_remove_table-non-concurrent-condition.patch similarity index 100% rename from queue-4.18/mm-tlb-remove-tlb_remove_table-non-concurrent-condition.patch rename to releases/4.18.7/mm-tlb-remove-tlb_remove_table-non-concurrent-condition.patch diff --git a/queue-4.18/mmc-block-fix-unsupported-parallel-dispatch-of-requests.patch b/releases/4.18.7/mmc-block-fix-unsupported-parallel-dispatch-of-requests.patch similarity index 100% rename from queue-4.18/mmc-block-fix-unsupported-parallel-dispatch-of-requests.patch rename to releases/4.18.7/mmc-block-fix-unsupported-parallel-dispatch-of-requests.patch diff --git a/queue-4.18/mmc-renesas_sdhi_internal_dmac-fix-define-rst_reserved_bits.patch b/releases/4.18.7/mmc-renesas_sdhi_internal_dmac-fix-define-rst_reserved_bits.patch similarity index 100% rename from queue-4.18/mmc-renesas_sdhi_internal_dmac-fix-define-rst_reserved_bits.patch rename to releases/4.18.7/mmc-renesas_sdhi_internal_dmac-fix-define-rst_reserved_bits.patch diff --git a/queue-4.18/mmc-renesas_sdhi_internal_dmac-mask-dmac-interrupts.patch b/releases/4.18.7/mmc-renesas_sdhi_internal_dmac-mask-dmac-interrupts.patch similarity index 100% rename from queue-4.18/mmc-renesas_sdhi_internal_dmac-mask-dmac-interrupts.patch rename to releases/4.18.7/mmc-renesas_sdhi_internal_dmac-mask-dmac-interrupts.patch diff --git a/queue-4.18/net-6lowpan-fix-reserved-space-for-single-frames.patch b/releases/4.18.7/net-6lowpan-fix-reserved-space-for-single-frames.patch similarity index 100% rename from queue-4.18/net-6lowpan-fix-reserved-space-for-single-frames.patch rename to releases/4.18.7/net-6lowpan-fix-reserved-space-for-single-frames.patch diff --git a/queue-4.18/net-9p-client.c-version-pointer-uninitialized.patch b/releases/4.18.7/net-9p-client.c-version-pointer-uninitialized.patch similarity index 100% rename from queue-4.18/net-9p-client.c-version-pointer-uninitialized.patch rename to releases/4.18.7/net-9p-client.c-version-pointer-uninitialized.patch diff --git a/queue-4.18/net-9p-trans_fd.c-fix-race-condition-by-flushing-workqueue-before-the-kfree.patch b/releases/4.18.7/net-9p-trans_fd.c-fix-race-condition-by-flushing-workqueue-before-the-kfree.patch similarity index 100% rename from queue-4.18/net-9p-trans_fd.c-fix-race-condition-by-flushing-workqueue-before-the-kfree.patch rename to releases/4.18.7/net-9p-trans_fd.c-fix-race-condition-by-flushing-workqueue-before-the-kfree.patch diff --git a/queue-4.18/net-mac802154-tx-expand-tailroom-if-necessary.patch b/releases/4.18.7/net-mac802154-tx-expand-tailroom-if-necessary.patch similarity index 100% rename from queue-4.18/net-mac802154-tx-expand-tailroom-if-necessary.patch rename to releases/4.18.7/net-mac802154-tx-expand-tailroom-if-necessary.patch diff --git a/queue-4.18/nfsd-fix-leaked-file-lock-with-nfs-exported-overlayfs.patch b/releases/4.18.7/nfsd-fix-leaked-file-lock-with-nfs-exported-overlayfs.patch similarity index 100% rename from queue-4.18/nfsd-fix-leaked-file-lock-with-nfs-exported-overlayfs.patch rename to releases/4.18.7/nfsd-fix-leaked-file-lock-with-nfs-exported-overlayfs.patch diff --git a/queue-4.18/nfsv4-client-live-hangs-after-live-data-migration-recovery.patch b/releases/4.18.7/nfsv4-client-live-hangs-after-live-data-migration-recovery.patch similarity index 100% rename from queue-4.18/nfsv4-client-live-hangs-after-live-data-migration-recovery.patch rename to releases/4.18.7/nfsv4-client-live-hangs-after-live-data-migration-recovery.patch diff --git a/queue-4.18/nfsv4-fix-a-sleep-in-atomic-context-in-nfs4_callback_sequence.patch b/releases/4.18.7/nfsv4-fix-a-sleep-in-atomic-context-in-nfs4_callback_sequence.patch similarity index 100% rename from queue-4.18/nfsv4-fix-a-sleep-in-atomic-context-in-nfs4_callback_sequence.patch rename to releases/4.18.7/nfsv4-fix-a-sleep-in-atomic-context-in-nfs4_callback_sequence.patch diff --git a/queue-4.18/nfsv4-fix-locking-in-pnfs_generic_recover_commit_reqs.patch b/releases/4.18.7/nfsv4-fix-locking-in-pnfs_generic_recover_commit_reqs.patch similarity index 100% rename from queue-4.18/nfsv4-fix-locking-in-pnfs_generic_recover_commit_reqs.patch rename to releases/4.18.7/nfsv4-fix-locking-in-pnfs_generic_recover_commit_reqs.patch diff --git a/queue-4.18/ocxl-fix-page-fault-handler-in-case-of-fault-on-dying-process.patch b/releases/4.18.7/ocxl-fix-page-fault-handler-in-case-of-fault-on-dying-process.patch similarity index 100% rename from queue-4.18/ocxl-fix-page-fault-handler-in-case-of-fault-on-dying-process.patch rename to releases/4.18.7/ocxl-fix-page-fault-handler-in-case-of-fault-on-dying-process.patch diff --git a/queue-4.18/overflow.h-add-arithmetic-shift-helper.patch b/releases/4.18.7/overflow.h-add-arithmetic-shift-helper.patch similarity index 100% rename from queue-4.18/overflow.h-add-arithmetic-shift-helper.patch rename to releases/4.18.7/overflow.h-add-arithmetic-shift-helper.patch diff --git a/queue-4.18/ovl-fix-wrong-use-of-impure-dir-cache-in-ovl_iterate.patch b/releases/4.18.7/ovl-fix-wrong-use-of-impure-dir-cache-in-ovl_iterate.patch similarity index 100% rename from queue-4.18/ovl-fix-wrong-use-of-impure-dir-cache-in-ovl_iterate.patch rename to releases/4.18.7/ovl-fix-wrong-use-of-impure-dir-cache-in-ovl_iterate.patch diff --git a/queue-4.18/perf-auxtrace-fix-queue-resize.patch b/releases/4.18.7/perf-auxtrace-fix-queue-resize.patch similarity index 100% rename from queue-4.18/perf-auxtrace-fix-queue-resize.patch rename to releases/4.18.7/perf-auxtrace-fix-queue-resize.patch diff --git a/queue-4.18/pm-sleep-wakeup-fix-build-error-caused-by-missing-srcu-support.patch b/releases/4.18.7/pm-sleep-wakeup-fix-build-error-caused-by-missing-srcu-support.patch similarity index 100% rename from queue-4.18/pm-sleep-wakeup-fix-build-error-caused-by-missing-srcu-support.patch rename to releases/4.18.7/pm-sleep-wakeup-fix-build-error-caused-by-missing-srcu-support.patch diff --git a/queue-4.18/pnfs-blocklayout-off-by-one-in-bl_map_stripe.patch b/releases/4.18.7/pnfs-blocklayout-off-by-one-in-bl_map_stripe.patch similarity index 100% rename from queue-4.18/pnfs-blocklayout-off-by-one-in-bl_map_stripe.patch rename to releases/4.18.7/pnfs-blocklayout-off-by-one-in-bl_map_stripe.patch diff --git a/queue-4.18/powerpc-64s-fix-page-table-fragment-refcount-race-vs-speculative-references.patch b/releases/4.18.7/powerpc-64s-fix-page-table-fragment-refcount-race-vs-speculative-references.patch similarity index 100% rename from queue-4.18/powerpc-64s-fix-page-table-fragment-refcount-race-vs-speculative-references.patch rename to releases/4.18.7/powerpc-64s-fix-page-table-fragment-refcount-race-vs-speculative-references.patch diff --git a/queue-4.18/powerpc-fadump-handle-crash-memory-ranges-array-index-overflow.patch b/releases/4.18.7/powerpc-fadump-handle-crash-memory-ranges-array-index-overflow.patch similarity index 100% rename from queue-4.18/powerpc-fadump-handle-crash-memory-ranges-array-index-overflow.patch rename to releases/4.18.7/powerpc-fadump-handle-crash-memory-ranges-array-index-overflow.patch diff --git a/queue-4.18/powerpc-nohash-fix-pte_access_permitted.patch b/releases/4.18.7/powerpc-nohash-fix-pte_access_permitted.patch similarity index 100% rename from queue-4.18/powerpc-nohash-fix-pte_access_permitted.patch rename to releases/4.18.7/powerpc-nohash-fix-pte_access_permitted.patch diff --git a/queue-4.18/powerpc-pkeys-deny-read-write-execute-by-default.patch b/releases/4.18.7/powerpc-pkeys-deny-read-write-execute-by-default.patch similarity index 100% rename from queue-4.18/powerpc-pkeys-deny-read-write-execute-by-default.patch rename to releases/4.18.7/powerpc-pkeys-deny-read-write-execute-by-default.patch diff --git a/queue-4.18/powerpc-pkeys-fix-calculation-of-total-pkeys.patch b/releases/4.18.7/powerpc-pkeys-fix-calculation-of-total-pkeys.patch similarity index 100% rename from queue-4.18/powerpc-pkeys-fix-calculation-of-total-pkeys.patch rename to releases/4.18.7/powerpc-pkeys-fix-calculation-of-total-pkeys.patch diff --git a/queue-4.18/powerpc-pkeys-give-all-threads-control-of-their-key-permissions.patch b/releases/4.18.7/powerpc-pkeys-give-all-threads-control-of-their-key-permissions.patch similarity index 100% rename from queue-4.18/powerpc-pkeys-give-all-threads-control-of-their-key-permissions.patch rename to releases/4.18.7/powerpc-pkeys-give-all-threads-control-of-their-key-permissions.patch diff --git a/queue-4.18/powerpc-pkeys-key-allocation-deallocation-must-not-change-pkey-registers.patch b/releases/4.18.7/powerpc-pkeys-key-allocation-deallocation-must-not-change-pkey-registers.patch similarity index 100% rename from queue-4.18/powerpc-pkeys-key-allocation-deallocation-must-not-change-pkey-registers.patch rename to releases/4.18.7/powerpc-pkeys-key-allocation-deallocation-must-not-change-pkey-registers.patch diff --git a/queue-4.18/powerpc-pkeys-preallocate-execute-only-key.patch b/releases/4.18.7/powerpc-pkeys-preallocate-execute-only-key.patch similarity index 100% rename from queue-4.18/powerpc-pkeys-preallocate-execute-only-key.patch rename to releases/4.18.7/powerpc-pkeys-preallocate-execute-only-key.patch diff --git a/queue-4.18/powerpc-pkeys-save-the-pkey-registers-before-fork.patch b/releases/4.18.7/powerpc-pkeys-save-the-pkey-registers-before-fork.patch similarity index 100% rename from queue-4.18/powerpc-pkeys-save-the-pkey-registers-before-fork.patch rename to releases/4.18.7/powerpc-pkeys-save-the-pkey-registers-before-fork.patch diff --git a/queue-4.18/powerpc-powernv-pci-work-around-races-in-pci-bridge-enabling.patch b/releases/4.18.7/powerpc-powernv-pci-work-around-races-in-pci-bridge-enabling.patch similarity index 100% rename from queue-4.18/powerpc-powernv-pci-work-around-races-in-pci-bridge-enabling.patch rename to releases/4.18.7/powerpc-powernv-pci-work-around-races-in-pci-bridge-enabling.patch diff --git a/queue-4.18/powerpc-pseries-fix-endianness-while-restoring-of-r3-in-mce-handler.patch b/releases/4.18.7/powerpc-pseries-fix-endianness-while-restoring-of-r3-in-mce-handler.patch similarity index 100% rename from queue-4.18/powerpc-pseries-fix-endianness-while-restoring-of-r3-in-mce-handler.patch rename to releases/4.18.7/powerpc-pseries-fix-endianness-while-restoring-of-r3-in-mce-handler.patch diff --git a/queue-4.18/powerpc64-ftrace-include-ftrace.h-needed-for-enable-disable-calls.patch b/releases/4.18.7/powerpc64-ftrace-include-ftrace.h-needed-for-enable-disable-calls.patch similarity index 100% rename from queue-4.18/powerpc64-ftrace-include-ftrace.h-needed-for-enable-disable-calls.patch rename to releases/4.18.7/powerpc64-ftrace-include-ftrace.h-needed-for-enable-disable-calls.patch diff --git a/queue-4.18/printk-tracing-do-not-trace-printk_nmi_enter.patch b/releases/4.18.7/printk-tracing-do-not-trace-printk_nmi_enter.patch similarity index 100% rename from queue-4.18/printk-tracing-do-not-trace-printk_nmi_enter.patch rename to releases/4.18.7/printk-tracing-do-not-trace-printk_nmi_enter.patch diff --git a/queue-4.18/pwm-omap-dmtimer-return-eprobe_defer-if-no-dmtimer-platform-data.patch b/releases/4.18.7/pwm-omap-dmtimer-return-eprobe_defer-if-no-dmtimer-platform-data.patch similarity index 100% rename from queue-4.18/pwm-omap-dmtimer-return-eprobe_defer-if-no-dmtimer-platform-data.patch rename to releases/4.18.7/pwm-omap-dmtimer-return-eprobe_defer-if-no-dmtimer-platform-data.patch diff --git a/queue-4.18/pwm-tiehrpwm-don-t-use-emulation-mode-bits-to-control-pwm-output.patch b/releases/4.18.7/pwm-tiehrpwm-don-t-use-emulation-mode-bits-to-control-pwm-output.patch similarity index 100% rename from queue-4.18/pwm-tiehrpwm-don-t-use-emulation-mode-bits-to-control-pwm-output.patch rename to releases/4.18.7/pwm-tiehrpwm-don-t-use-emulation-mode-bits-to-control-pwm-output.patch diff --git a/queue-4.18/pwm-tiehrpwm-fix-disabling-of-output-of-pwms.patch b/releases/4.18.7/pwm-tiehrpwm-fix-disabling-of-output-of-pwms.patch similarity index 100% rename from queue-4.18/pwm-tiehrpwm-fix-disabling-of-output-of-pwms.patch rename to releases/4.18.7/pwm-tiehrpwm-fix-disabling-of-output-of-pwms.patch diff --git a/queue-4.18/rcu-make-expedited-gps-handle-cpu-0-being-offline.patch b/releases/4.18.7/rcu-make-expedited-gps-handle-cpu-0-being-offline.patch similarity index 100% rename from queue-4.18/rcu-make-expedited-gps-handle-cpu-0-being-offline.patch rename to releases/4.18.7/rcu-make-expedited-gps-handle-cpu-0-being-offline.patch diff --git a/queue-4.18/rdma-mlx5-fix-shift-overflow-in-mlx5_ib_create_wq.patch b/releases/4.18.7/rdma-mlx5-fix-shift-overflow-in-mlx5_ib_create_wq.patch similarity index 100% rename from queue-4.18/rdma-mlx5-fix-shift-overflow-in-mlx5_ib_create_wq.patch rename to releases/4.18.7/rdma-mlx5-fix-shift-overflow-in-mlx5_ib_create_wq.patch diff --git a/queue-4.18/rdma-rxe-set-wqe-status-correctly-if-an-unexpected-response-is-received.patch b/releases/4.18.7/rdma-rxe-set-wqe-status-correctly-if-an-unexpected-response-is-received.patch similarity index 100% rename from queue-4.18/rdma-rxe-set-wqe-status-correctly-if-an-unexpected-response-is-received.patch rename to releases/4.18.7/rdma-rxe-set-wqe-status-correctly-if-an-unexpected-response-is-received.patch diff --git a/queue-4.18/readahead-stricter-check-for-bdi-io_pages.patch b/releases/4.18.7/readahead-stricter-check-for-bdi-io_pages.patch similarity index 100% rename from queue-4.18/readahead-stricter-check-for-bdi-io_pages.patch rename to releases/4.18.7/readahead-stricter-check-for-bdi-io_pages.patch diff --git a/queue-4.18/replace-magic-for-trusting-the-secondary-keyring-with-define.patch b/releases/4.18.7/replace-magic-for-trusting-the-secondary-keyring-with-define.patch similarity index 100% rename from queue-4.18/replace-magic-for-trusting-the-secondary-keyring-with-define.patch rename to releases/4.18.7/replace-magic-for-trusting-the-secondary-keyring-with-define.patch diff --git a/queue-4.18/revert-ubifs-fix-potential-integer-overflow-in-allocation.patch b/releases/4.18.7/revert-ubifs-fix-potential-integer-overflow-in-allocation.patch similarity index 100% rename from queue-4.18/revert-ubifs-fix-potential-integer-overflow-in-allocation.patch rename to releases/4.18.7/revert-ubifs-fix-potential-integer-overflow-in-allocation.patch diff --git a/queue-4.18/rtc-omap-fix-potential-crash-on-power-off.patch b/releases/4.18.7/rtc-omap-fix-potential-crash-on-power-off.patch similarity index 100% rename from queue-4.18/rtc-omap-fix-potential-crash-on-power-off.patch rename to releases/4.18.7/rtc-omap-fix-potential-crash-on-power-off.patch diff --git a/queue-4.18/rtc-omap-fix-resource-leak-in-registration-error-path.patch b/releases/4.18.7/rtc-omap-fix-resource-leak-in-registration-error-path.patch similarity index 100% rename from queue-4.18/rtc-omap-fix-resource-leak-in-registration-error-path.patch rename to releases/4.18.7/rtc-omap-fix-resource-leak-in-registration-error-path.patch diff --git a/queue-4.18/sched-idle-avoid-retaining-the-tick-when-it-has-been-stopped.patch b/releases/4.18.7/sched-idle-avoid-retaining-the-tick-when-it-has-been-stopped.patch similarity index 100% rename from queue-4.18/sched-idle-avoid-retaining-the-tick-when-it-has-been-stopped.patch rename to releases/4.18.7/sched-idle-avoid-retaining-the-tick-when-it-has-been-stopped.patch diff --git a/queue-4.18/series b/releases/4.18.7/series similarity index 100% rename from queue-4.18/series rename to releases/4.18.7/series diff --git a/queue-4.18/spi-cadence-change-usleep_range-to-udelay-for-atomic-context.patch b/releases/4.18.7/spi-cadence-change-usleep_range-to-udelay-for-atomic-context.patch similarity index 100% rename from queue-4.18/spi-cadence-change-usleep_range-to-udelay-for-atomic-context.patch rename to releases/4.18.7/spi-cadence-change-usleep_range-to-udelay-for-atomic-context.patch diff --git a/queue-4.18/spi-davinci-fix-a-null-pointer-dereference.patch b/releases/4.18.7/spi-davinci-fix-a-null-pointer-dereference.patch similarity index 100% rename from queue-4.18/spi-davinci-fix-a-null-pointer-dereference.patch rename to releases/4.18.7/spi-davinci-fix-a-null-pointer-dereference.patch diff --git a/queue-4.18/spi-pxa2xx-add-support-for-intel-ice-lake.patch b/releases/4.18.7/spi-pxa2xx-add-support-for-intel-ice-lake.patch similarity index 100% rename from queue-4.18/spi-pxa2xx-add-support-for-intel-ice-lake.patch rename to releases/4.18.7/spi-pxa2xx-add-support-for-intel-ice-lake.patch diff --git a/queue-4.18/spi-spi-fsl-dspi-fix-imprecise-abort-on-vf500-during-probe.patch b/releases/4.18.7/spi-spi-fsl-dspi-fix-imprecise-abort-on-vf500-during-probe.patch similarity index 100% rename from queue-4.18/spi-spi-fsl-dspi-fix-imprecise-abort-on-vf500-during-probe.patch rename to releases/4.18.7/spi-spi-fsl-dspi-fix-imprecise-abort-on-vf500-during-probe.patch diff --git a/queue-4.18/sys-don-t-hold-uts_sem-while-accessing-userspace-memory.patch b/releases/4.18.7/sys-don-t-hold-uts_sem-while-accessing-userspace-memory.patch similarity index 100% rename from queue-4.18/sys-don-t-hold-uts_sem-while-accessing-userspace-memory.patch rename to releases/4.18.7/sys-don-t-hold-uts_sem-while-accessing-userspace-memory.patch diff --git a/queue-4.18/tracing-blktrace-fix-to-allow-setting-same-value.patch b/releases/4.18.7/tracing-blktrace-fix-to-allow-setting-same-value.patch similarity index 100% rename from queue-4.18/tracing-blktrace-fix-to-allow-setting-same-value.patch rename to releases/4.18.7/tracing-blktrace-fix-to-allow-setting-same-value.patch diff --git a/queue-4.18/tracing-do-not-call-start-stop-functions-when-tracing_on-does-not-change.patch b/releases/4.18.7/tracing-do-not-call-start-stop-functions-when-tracing_on-does-not-change.patch similarity index 100% rename from queue-4.18/tracing-do-not-call-start-stop-functions-when-tracing_on-does-not-change.patch rename to releases/4.18.7/tracing-do-not-call-start-stop-functions-when-tracing_on-does-not-change.patch diff --git a/queue-4.18/uart-fix-race-between-uart_put_char-and-uart_shutdown.patch b/releases/4.18.7/uart-fix-race-between-uart_put_char-and-uart_shutdown.patch similarity index 100% rename from queue-4.18/uart-fix-race-between-uart_put_char-and-uart_shutdown.patch rename to releases/4.18.7/uart-fix-race-between-uart_put_char-and-uart_shutdown.patch diff --git a/queue-4.18/ubifs-check-data-node-size-before-truncate.patch b/releases/4.18.7/ubifs-check-data-node-size-before-truncate.patch similarity index 100% rename from queue-4.18/ubifs-check-data-node-size-before-truncate.patch rename to releases/4.18.7/ubifs-check-data-node-size-before-truncate.patch diff --git a/queue-4.18/ubifs-fix-directory-size-calculation-for-symlinks.patch b/releases/4.18.7/ubifs-fix-directory-size-calculation-for-symlinks.patch similarity index 100% rename from queue-4.18/ubifs-fix-directory-size-calculation-for-symlinks.patch rename to releases/4.18.7/ubifs-fix-directory-size-calculation-for-symlinks.patch diff --git a/queue-4.18/ubifs-fix-memory-leak-in-lprobs-self-check.patch b/releases/4.18.7/ubifs-fix-memory-leak-in-lprobs-self-check.patch similarity index 100% rename from queue-4.18/ubifs-fix-memory-leak-in-lprobs-self-check.patch rename to releases/4.18.7/ubifs-fix-memory-leak-in-lprobs-self-check.patch diff --git a/queue-4.18/ubifs-fix-synced_i_size-calculation-for-xattr-inodes.patch b/releases/4.18.7/ubifs-fix-synced_i_size-calculation-for-xattr-inodes.patch similarity index 100% rename from queue-4.18/ubifs-fix-synced_i_size-calculation-for-xattr-inodes.patch rename to releases/4.18.7/ubifs-fix-synced_i_size-calculation-for-xattr-inodes.patch diff --git a/queue-4.18/ubifs-xattr-don-t-operate-on-deleted-inodes.patch b/releases/4.18.7/ubifs-xattr-don-t-operate-on-deleted-inodes.patch similarity index 100% rename from queue-4.18/ubifs-xattr-don-t-operate-on-deleted-inodes.patch rename to releases/4.18.7/ubifs-xattr-don-t-operate-on-deleted-inodes.patch diff --git a/queue-4.18/udf-fix-mounting-of-win7-created-udf-filesystems.patch b/releases/4.18.7/udf-fix-mounting-of-win7-created-udf-filesystems.patch similarity index 100% rename from queue-4.18/udf-fix-mounting-of-win7-created-udf-filesystems.patch rename to releases/4.18.7/udf-fix-mounting-of-win7-created-udf-filesystems.patch diff --git a/queue-4.18/udlfb-don-t-switch-if-we-are-switching-to-the-same-videomode.patch b/releases/4.18.7/udlfb-don-t-switch-if-we-are-switching-to-the-same-videomode.patch similarity index 100% rename from queue-4.18/udlfb-don-t-switch-if-we-are-switching-to-the-same-videomode.patch rename to releases/4.18.7/udlfb-don-t-switch-if-we-are-switching-to-the-same-videomode.patch diff --git a/queue-4.18/udlfb-fix-display-corruption-of-the-last-line.patch b/releases/4.18.7/udlfb-fix-display-corruption-of-the-last-line.patch similarity index 100% rename from queue-4.18/udlfb-fix-display-corruption-of-the-last-line.patch rename to releases/4.18.7/udlfb-fix-display-corruption-of-the-last-line.patch diff --git a/queue-4.18/udlfb-fix-semaphore-value-leak.patch b/releases/4.18.7/udlfb-fix-semaphore-value-leak.patch similarity index 100% rename from queue-4.18/udlfb-fix-semaphore-value-leak.patch rename to releases/4.18.7/udlfb-fix-semaphore-value-leak.patch diff --git a/queue-4.18/udlfb-handle-allocation-failure.patch b/releases/4.18.7/udlfb-handle-allocation-failure.patch similarity index 100% rename from queue-4.18/udlfb-handle-allocation-failure.patch rename to releases/4.18.7/udlfb-handle-allocation-failure.patch diff --git a/queue-4.18/udlfb-make-a-local-copy-of-fb_ops.patch b/releases/4.18.7/udlfb-make-a-local-copy-of-fb_ops.patch similarity index 100% rename from queue-4.18/udlfb-make-a-local-copy-of-fb_ops.patch rename to releases/4.18.7/udlfb-make-a-local-copy-of-fb_ops.patch diff --git a/queue-4.18/udlfb-set-line_length-in-dlfb_ops_set_par.patch b/releases/4.18.7/udlfb-set-line_length-in-dlfb_ops_set_par.patch similarity index 100% rename from queue-4.18/udlfb-set-line_length-in-dlfb_ops_set_par.patch rename to releases/4.18.7/udlfb-set-line_length-in-dlfb_ops_set_par.patch diff --git a/queue-4.18/udlfb-set-optimal-write-delay.patch b/releases/4.18.7/udlfb-set-optimal-write-delay.patch similarity index 100% rename from queue-4.18/udlfb-set-optimal-write-delay.patch rename to releases/4.18.7/udlfb-set-optimal-write-delay.patch diff --git a/queue-4.18/uprobes-use-synchronize_rcu-not-synchronize_sched.patch b/releases/4.18.7/uprobes-use-synchronize_rcu-not-synchronize_sched.patch similarity index 100% rename from queue-4.18/uprobes-use-synchronize_rcu-not-synchronize_sched.patch rename to releases/4.18.7/uprobes-use-synchronize_rcu-not-synchronize_sched.patch diff --git a/queue-4.18/userns-move-user-access-out-of-the-mutex.patch b/releases/4.18.7/userns-move-user-access-out-of-the-mutex.patch similarity index 100% rename from queue-4.18/userns-move-user-access-out-of-the-mutex.patch rename to releases/4.18.7/userns-move-user-access-out-of-the-mutex.patch diff --git a/queue-4.18/vmw_balloon-do-not-use-2mb-without-batching.patch b/releases/4.18.7/vmw_balloon-do-not-use-2mb-without-batching.patch similarity index 100% rename from queue-4.18/vmw_balloon-do-not-use-2mb-without-batching.patch rename to releases/4.18.7/vmw_balloon-do-not-use-2mb-without-batching.patch diff --git a/queue-4.18/vmw_balloon-fix-inflation-of-64-bit-gfns.patch b/releases/4.18.7/vmw_balloon-fix-inflation-of-64-bit-gfns.patch similarity index 100% rename from queue-4.18/vmw_balloon-fix-inflation-of-64-bit-gfns.patch rename to releases/4.18.7/vmw_balloon-fix-inflation-of-64-bit-gfns.patch diff --git a/queue-4.18/vmw_balloon-fix-vmci-use-when-balloon-built-into-kernel.patch b/releases/4.18.7/vmw_balloon-fix-vmci-use-when-balloon-built-into-kernel.patch similarity index 100% rename from queue-4.18/vmw_balloon-fix-vmci-use-when-balloon-built-into-kernel.patch rename to releases/4.18.7/vmw_balloon-fix-vmci-use-when-balloon-built-into-kernel.patch diff --git a/queue-4.18/vmw_balloon-vmci_doorbell_set-does-not-check-status.patch b/releases/4.18.7/vmw_balloon-vmci_doorbell_set-does-not-check-status.patch similarity index 100% rename from queue-4.18/vmw_balloon-vmci_doorbell_set-does-not-check-status.patch rename to releases/4.18.7/vmw_balloon-vmci_doorbell_set-does-not-check-status.patch diff --git a/queue-4.18/xtensa-increase-ranges-in-___invalidate_-i-d-cache_all.patch b/releases/4.18.7/xtensa-increase-ranges-in-___invalidate_-i-d-cache_all.patch similarity index 100% rename from queue-4.18/xtensa-increase-ranges-in-___invalidate_-i-d-cache_all.patch rename to releases/4.18.7/xtensa-increase-ranges-in-___invalidate_-i-d-cache_all.patch diff --git a/queue-4.18/xtensa-limit-offsets-in-__loop_cache_-all-page.patch b/releases/4.18.7/xtensa-limit-offsets-in-__loop_cache_-all-page.patch similarity index 100% rename from queue-4.18/xtensa-limit-offsets-in-__loop_cache_-all-page.patch rename to releases/4.18.7/xtensa-limit-offsets-in-__loop_cache_-all-page.patch