From: Greg Kroah-Hartman Date: Fri, 30 Nov 2018 15:23:47 +0000 (+0100) Subject: drop arm-make-lookup_processor_type-non-__init.patch from everywhere X-Git-Tag: v4.19.6~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b74f173cd80043464685019a70ab5a0be977a165;p=thirdparty%2Fkernel%2Fstable-queue.git drop arm-make-lookup_processor_type-non-__init.patch from everywhere --- diff --git a/queue-3.18/arm-make-lookup_processor_type-non-__init.patch b/queue-3.18/arm-make-lookup_processor_type-non-__init.patch deleted file mode 100644 index f52ca187d15..00000000000 --- a/queue-3.18/arm-make-lookup_processor_type-non-__init.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 58e2265f733097a565f7accf6e574073bb93ecb7 Mon Sep 17 00:00:00 2001 -From: Russell King -Date: Thu, 19 Jul 2018 11:42:36 +0100 -Subject: ARM: make lookup_processor_type() non-__init - -[ Upstream commit 899a42f836678a595f7d2bc36a5a0c2b03d08cbc ] - -Move lookup_processor_type() out of the __init section so it is callable -from (eg) the secondary startup code during hotplug. - -Reviewed-by: Julien Thierry -Signed-off-by: Russell King -Signed-off-by: Sasha Levin ---- - arch/arm/kernel/head-common.S | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S -index 8733012d231f..7e662bdd5cb3 100644 ---- a/arch/arm/kernel/head-common.S -+++ b/arch/arm/kernel/head-common.S -@@ -122,6 +122,9 @@ __mmap_switched_data: - .long init_thread_union + THREAD_START_SP @ sp - .size __mmap_switched_data, . - __mmap_switched_data - -+ __FINIT -+ .text -+ - /* - * This provides a C-API version of __lookup_processor_type - */ -@@ -133,9 +136,6 @@ ENTRY(lookup_processor_type) - ldmfd sp!, {r4 - r6, r9, pc} - ENDPROC(lookup_processor_type) - -- __FINIT -- .text -- - /* - * Read processor ID register (CP#15, CR0), and look up in the linker-built - * supported processor list. Note that we can't use the absolute addresses --- -2.17.1 - diff --git a/queue-3.18/series b/queue-3.18/series index 91a46c4c001..cf41035e015 100644 --- a/queue-3.18/series +++ b/queue-3.18/series @@ -11,7 +11,6 @@ can-dev-__can_get_echo_skb-replace-struct-can_frame-by-canfd_frame-to-access-fra can-dev-__can_get_echo_skb-don-t-crash-the-kernel-if-can_priv-echo_skb-is-accessed-out-of-bounds.patch can-dev-__can_get_echo_skb-print-error-message-if-trying-to-echo-non-existing-skb.patch cpufreq-imx6q-add-return-value-check-for-voltage-sca.patch -arm-make-lookup_processor_type-non-__init.patch sunrpc-fix-a-bogus-get-put-in-generic_key_to_expire.patch kdb-use-strscpy-with-destination-buffer-size.patch powerpc-numa-suppress-vphn-is-not-supported-messages.patch diff --git a/queue-4.14/arm-make-lookup_processor_type-non-__init.patch b/queue-4.14/arm-make-lookup_processor_type-non-__init.patch deleted file mode 100644 index add2f661551..00000000000 --- a/queue-4.14/arm-make-lookup_processor_type-non-__init.patch +++ /dev/null @@ -1,44 +0,0 @@ -From c637b4995c1bad0913b487eb357a79be98a8f56f Mon Sep 17 00:00:00 2001 -From: Russell King -Date: Thu, 19 Jul 2018 11:42:36 +0100 -Subject: ARM: make lookup_processor_type() non-__init - -[ Upstream commit 899a42f836678a595f7d2bc36a5a0c2b03d08cbc ] - -Move lookup_processor_type() out of the __init section so it is callable -from (eg) the secondary startup code during hotplug. - -Reviewed-by: Julien Thierry -Signed-off-by: Russell King -Signed-off-by: Sasha Levin ---- - arch/arm/kernel/head-common.S | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S -index 8733012d231f..7e662bdd5cb3 100644 ---- a/arch/arm/kernel/head-common.S -+++ b/arch/arm/kernel/head-common.S -@@ -122,6 +122,9 @@ __mmap_switched_data: - .long init_thread_union + THREAD_START_SP @ sp - .size __mmap_switched_data, . - __mmap_switched_data - -+ __FINIT -+ .text -+ - /* - * This provides a C-API version of __lookup_processor_type - */ -@@ -133,9 +136,6 @@ ENTRY(lookup_processor_type) - ldmfd sp!, {r4 - r6, r9, pc} - ENDPROC(lookup_processor_type) - -- __FINIT -- .text -- - /* - * Read processor ID register (CP#15, CR0), and look up in the linker-built - * supported processor list. Note that we can't use the absolute addresses --- -2.17.1 - diff --git a/queue-4.14/series b/queue-4.14/series index 9a6c1d0a96c..96f0e86e098 100644 --- a/queue-4.14/series +++ b/queue-4.14/series @@ -50,7 +50,6 @@ crypto-simd-correctly-take-reqsize-of-wrapped-skciph.patch floppy-fix-race-condition-in-__floppy_read_block_0.patch powerpc-io-fix-the-io-workarounds-code-to-work-with-.patch perf-x86-intel-uncore-add-more-imc-pci-ids-for-kabyl.patch -arm-make-lookup_processor_type-non-__init.patch sunrpc-fix-a-bogus-get-put-in-generic_key_to_expire.patch kdb-use-strscpy-with-destination-buffer-size.patch powerpc-numa-suppress-vphn-is-not-supported-messages.patch diff --git a/queue-4.19/arm-make-lookup_processor_type-non-__init.patch b/queue-4.19/arm-make-lookup_processor_type-non-__init.patch deleted file mode 100644 index f48fbd54122..00000000000 --- a/queue-4.19/arm-make-lookup_processor_type-non-__init.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 709a9d4f708170faf204bf59c0a1af26762cef78 Mon Sep 17 00:00:00 2001 -From: Russell King -Date: Thu, 19 Jul 2018 11:42:36 +0100 -Subject: ARM: make lookup_processor_type() non-__init - -[ Upstream commit 899a42f836678a595f7d2bc36a5a0c2b03d08cbc ] - -Move lookup_processor_type() out of the __init section so it is callable -from (eg) the secondary startup code during hotplug. - -Reviewed-by: Julien Thierry -Signed-off-by: Russell King -Signed-off-by: Sasha Levin ---- - arch/arm/kernel/head-common.S | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S -index 6e0375e7db05..997b02302c31 100644 ---- a/arch/arm/kernel/head-common.S -+++ b/arch/arm/kernel/head-common.S -@@ -145,6 +145,9 @@ __mmap_switched_data: - #endif - .size __mmap_switched_data, . - __mmap_switched_data - -+ __FINIT -+ .text -+ - /* - * This provides a C-API version of __lookup_processor_type - */ -@@ -156,9 +159,6 @@ ENTRY(lookup_processor_type) - ldmfd sp!, {r4 - r6, r9, pc} - ENDPROC(lookup_processor_type) - -- __FINIT -- .text -- - /* - * Read processor ID register (CP#15, CR0), and look up in the linker-built - * supported processor list. Note that we can't use the absolute addresses --- -2.17.1 - diff --git a/queue-4.19/series b/queue-4.19/series index 42ffaf414dd..a0ca3cf2de4 100644 --- a/queue-4.19/series +++ b/queue-4.19/series @@ -79,7 +79,6 @@ floppy-fix-race-condition-in-__floppy_read_block_0.patch powerpc-io-fix-the-io-workarounds-code-to-work-with-.patch sched-fair-fix-cpu_util_wake-for-execl-type-workload.patch perf-x86-intel-uncore-add-more-imc-pci-ids-for-kabyl.patch -arm-make-lookup_processor_type-non-__init.patch block-copy-ioprio-in-__bio_clone_fast-and-bounce.patch sunrpc-fix-a-bogus-get-put-in-generic_key_to_expire.patch riscv-add-missing-vdso_install-target.patch diff --git a/queue-4.4/arm-make-lookup_processor_type-non-__init.patch b/queue-4.4/arm-make-lookup_processor_type-non-__init.patch deleted file mode 100644 index 0ab250666d4..00000000000 --- a/queue-4.4/arm-make-lookup_processor_type-non-__init.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 33bdd9f95536a97b8008a8702ac79abcd19db2c0 Mon Sep 17 00:00:00 2001 -From: Russell King -Date: Thu, 19 Jul 2018 11:42:36 +0100 -Subject: ARM: make lookup_processor_type() non-__init - -[ Upstream commit 899a42f836678a595f7d2bc36a5a0c2b03d08cbc ] - -Move lookup_processor_type() out of the __init section so it is callable -from (eg) the secondary startup code during hotplug. - -Reviewed-by: Julien Thierry -Signed-off-by: Russell King -Signed-off-by: Sasha Levin ---- - arch/arm/kernel/head-common.S | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S -index 8733012d231f..7e662bdd5cb3 100644 ---- a/arch/arm/kernel/head-common.S -+++ b/arch/arm/kernel/head-common.S -@@ -122,6 +122,9 @@ __mmap_switched_data: - .long init_thread_union + THREAD_START_SP @ sp - .size __mmap_switched_data, . - __mmap_switched_data - -+ __FINIT -+ .text -+ - /* - * This provides a C-API version of __lookup_processor_type - */ -@@ -133,9 +136,6 @@ ENTRY(lookup_processor_type) - ldmfd sp!, {r4 - r6, r9, pc} - ENDPROC(lookup_processor_type) - -- __FINIT -- .text -- - /* - * Read processor ID register (CP#15, CR0), and look up in the linker-built - * supported processor list. Note that we can't use the absolute addresses --- -2.17.1 - diff --git a/queue-4.4/series b/queue-4.4/series index 55bed5db361..fb74b72b31e 100644 --- a/queue-4.4/series +++ b/queue-4.4/series @@ -16,7 +16,6 @@ can-dev-__can_get_echo_skb-print-error-message-if-trying-to-echo-non-existing-sk usb-xhci-prevent-bus-suspend-if-a-port-connect-change-or-polling-state-is-detected.patch kvm-ppc-move-and-undef-trace_include_path-file.patch cpufreq-imx6q-add-return-value-check-for-voltage-sca.patch -arm-make-lookup_processor_type-non-__init.patch sunrpc-fix-a-bogus-get-put-in-generic_key_to_expire.patch kdb-use-strscpy-with-destination-buffer-size.patch powerpc-numa-suppress-vphn-is-not-supported-messages.patch diff --git a/queue-4.9/arm-make-lookup_processor_type-non-__init.patch b/queue-4.9/arm-make-lookup_processor_type-non-__init.patch deleted file mode 100644 index fe8992356cd..00000000000 --- a/queue-4.9/arm-make-lookup_processor_type-non-__init.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 7fa12a256d950bc6306cfffa57091b719ad73a2a Mon Sep 17 00:00:00 2001 -From: Russell King -Date: Thu, 19 Jul 2018 11:42:36 +0100 -Subject: ARM: make lookup_processor_type() non-__init - -[ Upstream commit 899a42f836678a595f7d2bc36a5a0c2b03d08cbc ] - -Move lookup_processor_type() out of the __init section so it is callable -from (eg) the secondary startup code during hotplug. - -Reviewed-by: Julien Thierry -Signed-off-by: Russell King -Signed-off-by: Sasha Levin ---- - arch/arm/kernel/head-common.S | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/arch/arm/kernel/head-common.S b/arch/arm/kernel/head-common.S -index 8733012d231f..7e662bdd5cb3 100644 ---- a/arch/arm/kernel/head-common.S -+++ b/arch/arm/kernel/head-common.S -@@ -122,6 +122,9 @@ __mmap_switched_data: - .long init_thread_union + THREAD_START_SP @ sp - .size __mmap_switched_data, . - __mmap_switched_data - -+ __FINIT -+ .text -+ - /* - * This provides a C-API version of __lookup_processor_type - */ -@@ -133,9 +136,6 @@ ENTRY(lookup_processor_type) - ldmfd sp!, {r4 - r6, r9, pc} - ENDPROC(lookup_processor_type) - -- __FINIT -- .text -- - /* - * Read processor ID register (CP#15, CR0), and look up in the linker-built - * supported processor list. Note that we can't use the absolute addresses --- -2.17.1 - diff --git a/queue-4.9/series b/queue-4.9/series index 01472c2310b..8f09cfb0cf2 100644 --- a/queue-4.9/series +++ b/queue-4.9/series @@ -31,7 +31,6 @@ rtc-pcf2127-fix-a-kmemleak-caused-in-pcf2127_i2c_gat.patch floppy-fix-race-condition-in-__floppy_read_block_0.patch powerpc-io-fix-the-io-workarounds-code-to-work-with-.patch perf-x86-intel-uncore-add-more-imc-pci-ids-for-kabyl.patch -arm-make-lookup_processor_type-non-__init.patch sunrpc-fix-a-bogus-get-put-in-generic_key_to_expire.patch kdb-use-strscpy-with-destination-buffer-size.patch powerpc-numa-suppress-vphn-is-not-supported-messages.patch