]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
drop arm-make-lookup_processor_type-non-__init.patch from everywhere
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Nov 2018 15:23:47 +0000 (16:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Nov 2018 15:23:47 +0000 (16:23 +0100)
queue-3.18/arm-make-lookup_processor_type-non-__init.patch [deleted file]
queue-3.18/series
queue-4.14/arm-make-lookup_processor_type-non-__init.patch [deleted file]
queue-4.14/series
queue-4.19/arm-make-lookup_processor_type-non-__init.patch [deleted file]
queue-4.19/series
queue-4.4/arm-make-lookup_processor_type-non-__init.patch [deleted file]
queue-4.4/series
queue-4.9/arm-make-lookup_processor_type-non-__init.patch [deleted file]
queue-4.9/series

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 (file)
index f52ca18..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 58e2265f733097a565f7accf6e574073bb93ecb7 Mon Sep 17 00:00:00 2001
-From: Russell King <rmk+kernel@armlinux.org.uk>
-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 <julien.thierry@arm.com>
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- 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
-
index 91a46c4c001f2a2b3a25cb5bbf34aa5867487326..cf41035e0154fb40f4375a3c4640462f1545fc3a 100644 (file)
@@ -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 (file)
index add2f66..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From c637b4995c1bad0913b487eb357a79be98a8f56f Mon Sep 17 00:00:00 2001
-From: Russell King <rmk+kernel@armlinux.org.uk>
-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 <julien.thierry@arm.com>
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- 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
-
index 9a6c1d0a96c6d55abcc4516eacc4690021b5661b..96f0e86e0986eec33bfd5f22427d4c498e203f01 100644 (file)
@@ -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 (file)
index f48fbd5..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 709a9d4f708170faf204bf59c0a1af26762cef78 Mon Sep 17 00:00:00 2001
-From: Russell King <rmk+kernel@armlinux.org.uk>
-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 <julien.thierry@arm.com>
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- 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
-
index 42ffaf414dd65ad65427d722fe8ec19ea083b50d..a0ca3cf2de49393678038b5dbe478b90579eea2e 100644 (file)
@@ -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 (file)
index 0ab2506..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 33bdd9f95536a97b8008a8702ac79abcd19db2c0 Mon Sep 17 00:00:00 2001
-From: Russell King <rmk+kernel@armlinux.org.uk>
-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 <julien.thierry@arm.com>
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- 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
-
index 55bed5db361d08a8fc161bfec546857c22c472b9..fb74b72b31e310d600a6155a081cc4046da7f43f 100644 (file)
@@ -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 (file)
index fe89923..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-From 7fa12a256d950bc6306cfffa57091b719ad73a2a Mon Sep 17 00:00:00 2001
-From: Russell King <rmk+kernel@armlinux.org.uk>
-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 <julien.thierry@arm.com>
-Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- 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
-
index 01472c2310b3cb0f8bc5882d5e06555ff8b2e40d..8f09cfb0cf29cc4867225d0122dbb040a02b48fc 100644 (file)
@@ -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