+++ /dev/null
-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
-
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
+++ /dev/null
-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
-
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
+++ /dev/null
-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
-
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
+++ /dev/null
-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
-
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
+++ /dev/null
-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
-
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