]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix up powerpc patch headers, I messed up.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Mar 2019 15:04:06 +0000 (16:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Mar 2019 15:04:06 +0000 (16:04 +0100)
32 files changed:
queue-4.14/powerpc-64-add-config_ppc_barrier_nospec.patch
queue-4.14/powerpc-64-call-setup_barrier_nospec-from-setup_arch.patch
queue-4.14/powerpc-64-disable-the-speculation-barrier-from-the-command-line.patch
queue-4.14/powerpc-64-make-meltdown-reporting-book3s-64-specific.patch
queue-4.14/powerpc-64-make-stf-barrier-ppc_book3s_64-specific.patch
queue-4.14/powerpc-64-use-barrier_nospec-in-syscall-entry.patch
queue-4.14/powerpc-64s-add-new-security-feature-flags-for-count-cache-flush.patch
queue-4.14/powerpc-64s-add-support-for-ori-barrier_nospec-patching.patch
queue-4.14/powerpc-64s-add-support-for-software-count-cache-flush.patch
queue-4.14/powerpc-64s-enable-barrier_nospec-based-on-firmware-settings.patch
queue-4.14/powerpc-64s-enhance-the-information-in-cpu_show_spectre_v1.patch
queue-4.14/powerpc-64s-patch-barrier_nospec-in-modules.patch
queue-4.14/powerpc-asm-add-a-patch_site-macro-helpers-for-patching-instructions.patch
queue-4.14/powerpc-fsl-add-barrier_nospec-implementation-for-nxp-powerpc-book3e.patch
queue-4.14/powerpc-fsl-add-infrastructure-to-fixup-branch-predictor-flush.patch
queue-4.14/powerpc-fsl-add-macro-to-flush-the-branch-predictor.patch
queue-4.14/powerpc-fsl-add-nospectre_v2-command-line-argument.patch
queue-4.14/powerpc-fsl-emulate-sprn_bucsr-register.patch
queue-4.14/powerpc-fsl-enable-runtime-patching-if-nospectre_v2-boot-arg-is-used.patch
queue-4.14/powerpc-fsl-fix-spectre_v2-mitigations-reporting.patch
queue-4.14/powerpc-fsl-fix-the-flush-of-branch-predictor.patch
queue-4.14/powerpc-fsl-fixed-warning-orphan-section-__btb_flush_fixup.patch
queue-4.14/powerpc-fsl-flush-branch-predictor-when-entering-kvm.patch
queue-4.14/powerpc-fsl-flush-the-branch-predictor-at-each-kernel-entry-32-bit.patch
queue-4.14/powerpc-fsl-flush-the-branch-predictor-at-each-kernel-entry-64bit.patch
queue-4.14/powerpc-fsl-sanitize-the-syscall-table-for-nxp-powerpc-32-bit-platforms.patch
queue-4.14/powerpc-fsl-update-spectre-v2-reporting.patch
queue-4.14/powerpc-powernv-query-firmware-for-count-cache-flush-settings.patch
queue-4.14/powerpc-pseries-query-hypervisor-for-count-cache-flush-settings.patch
queue-4.14/powerpc-security-fix-spectre_v2-reporting.patch
queue-4.14/powerpc-use-barrier_nospec-in-copy_from_user.patch
queue-4.14/powerpc64s-show-ori31-availability-in-spectre_v1-sysfs-file-not-v2.patch

index aac4d98dd0f51a3a7f8928582d1a79429c731c3a..665447f55966abcdf747d029835427c4394a66fe 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:58 +1100
-Subject: [PATCH stable v4.14 10/32] powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
+Subject: powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-11-mpe@ellerman.id.au>
index bdfa69fad200ec0d9081b39374d9edfb0caccf62..8aeb9ba5139590935dcd06aeba256621f3dafcf5 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:59 +1100
-Subject: [PATCH stable v4.14 11/32] powerpc/64: Call setup_barrier_nospec() from setup_arch()
+Subject: powerpc/64: Call setup_barrier_nospec() from setup_arch()
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-12-mpe@ellerman.id.au>
index 2de32ad2ed8a192952739a8afb8ab9eb8e11d3a8..bd104b1a11818a539e2e71f095bfa39cd23ceec8 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:56 +1100
-Subject: [PATCH stable v4.14 08/32] powerpc/64: Disable the speculation barrier from the command line
+Subject: powerpc/64: Disable the speculation barrier from the command line
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-9-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit cf175dc315f90185128fb061dc05b6fbb211aa2f upstream.
index 5f554bf32335be6497872170e2f25309b8601f70..7eaed629000da82d63103fcd1fa39d3df7afae19 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:00 +1100
-Subject: [PATCH stable v4.14 12/32] powerpc/64: Make meltdown reporting Book3S 64 specific
+Subject: powerpc/64: Make meltdown reporting Book3S 64 specific
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-13-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 406d2b6ae3420f5bb2b3db6986dc6f0b6dbb637b upstream.
index 64d67e53f7eab272dd79c97b2fe9857e8c88cb57..df7b3b7e6345d7e2ee89523b82c136b6827e3818 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:57 +1100
-Subject: [PATCH stable v4.14 09/32] powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.
+Subject: powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-10-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 6453b532f2c8856a80381e6b9a1f5ea2f12294df upstream.
index e8686a5fef54f79cd0e957143030e6fb01842dbb..d74538afd48db36c10839c99c0dd614458957c0b 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:53 +1100
-Subject: [PATCH stable v4.14 05/32] powerpc/64: Use barrier_nospec in syscall entry
+Subject: powerpc/64: Use barrier_nospec in syscall entry
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-6-mpe@ellerman.id.au>
index 8b4198295379a43ed2fce075064d620a1c7fd89f..9c414eebf50041215afaf5af689072788f70d584 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:04 +1100
-Subject: [PATCH stable v4.14 16/32] powerpc/64s: Add new security feature flags for count cache flush
+Subject: powerpc/64s: Add new security feature flags for count cache flush
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-17-mpe@ellerman.id.au>
index c0a89d39d5a0686507f1a26568d4cc843be0554e..469aeb210f2b8c9946bc61a94d77855cb035c7c2 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:49 +1100
-Subject: [PATCH stable v4.14 01/32] powerpc/64s: Add support for ori barrier_nospec patching
+Subject: powerpc/64s: Add support for ori barrier_nospec patching
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-2-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Michal Suchanek <msuchanek@suse.de>
 
 commit 2eea7f067f495e33b8b116b35b5988ab2b8aec55 upstream.
index f9a2ff97fc47b31913e3b6f71d3e23e5103022e0..aa2a13d919628179fac34e09d7f00db981db0862 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:05 +1100
-Subject: [PATCH stable v4.14 17/32] powerpc/64s: Add support for software count cache flush
+Subject: powerpc/64s: Add support for software count cache flush
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-18-mpe@ellerman.id.au>
index 23c7ac0d72757bb3b58fcac344e15505bc2615bb..555ecf7f7ec458b9b6e083b3a07ba7a85f64b917 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:51 +1100
-Subject: [PATCH stable v4.14 03/32] powerpc/64s: Enable barrier_nospec based on firmware settings
+Subject: powerpc/64s: Enable barrier_nospec based on firmware settings
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-4-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Michal Suchanek <msuchanek@suse.de>
 
 commit cb3d6759a93c6d0aea1c10deb6d00e111c29c19c upstream.
index c5b3c6104faffab0099727dfc24446083b452606..30888227243b04b76dc4ccf3e7046b5033ef2e45 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:54 +1100
-Subject: [PATCH stable v4.14 06/32] powerpc/64s: Enhance the information in cpu_show_spectre_v1()
+Subject: powerpc/64s: Enhance the information in cpu_show_spectre_v1()
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-7-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Michal Suchanek <msuchanek@suse.de>
 
 commit a377514519b9a20fa1ea9adddbb4129573129cef upstream.
index 532801d94c18e1556dd2e47b969188658ae78faa..4f78cfbfd5b16e5283dad858dca8c61db211ae60 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:50 +1100
-Subject: [PATCH stable v4.14 02/32] powerpc/64s: Patch barrier_nospec in modules
+Subject: powerpc/64s: Patch barrier_nospec in modules
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-3-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Michal Suchanek <msuchanek@suse.de>
 
 commit 815069ca57c142eb71d27439bc27f41a433a67b3 upstream.
index cf4dbacebb96e407119f2d5e2b4834922cd92f0f..458cdb6a956077761c3f0dbcd54d604a806317ec 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:03 +1100
-Subject: [PATCH stable v4.14 15/32] powerpc/asm: Add a patch_site macro & helpers for patching instructions
+Subject: powerpc/asm: Add a patch_site macro & helpers for patching instructions
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-16-mpe@ellerman.id.au>
index cb0f1e3b0c90007426120450bf299ead7311e52d..c13d5e3ecc7e542d97a1f877c89081aa81608b3f 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:01 +1100
-Subject: [PATCH stable v4.14 13/32] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
+Subject: powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-14-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit ebcd1bfc33c7a90df941df68a6e5d4018c022fba upstream.
index 7fac827ab25e931ff32137182ae140e02bbeff05..6509b6ca0ba33bb8a2059f310191dd59fd6fd036 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:08 +1100
-Subject: [PATCH stable v4.14 20/32] powerpc/fsl: Add infrastructure to fixup branch predictor flush
+Subject: powerpc/fsl: Add infrastructure to fixup branch predictor flush
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-21-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 76a5eaa38b15dda92cd6964248c39b5a6f3a4e9d upstream.
index fcfab2f5ef1273f032ee4c52e6e7bd2608349e1f..0ddc1f4ab4d08e313af19fb1bf97ae13a194d604 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:09 +1100
-Subject: [PATCH stable v4.14 21/32] powerpc/fsl: Add macro to flush the branch predictor
+Subject: powerpc/fsl: Add macro to flush the branch predictor
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-22-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 1cbf8990d79ff69da8ad09e8a3df014e1494462b upstream.
index ec4b6ead99536d760a9ea2aa390cde9cab951261..a535991afee3b10982a5874aa6bf0f796666934c 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:12 +1100
-Subject: [PATCH stable v4.14 24/32] powerpc/fsl: Add nospectre_v2 command line argument
+Subject: powerpc/fsl: Add nospectre_v2 command line argument
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-25-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit f633a8ad636efb5d4bba1a047d4a0f1ef719aa06 upstream.
index 1bcf794a3011f6ed6173a203f6c0ad6f4520e38e..54c1f2f461dfa05504e2e4fe9a6742bc6b707e0a 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:11 +1100
-Subject: [PATCH stable v4.14 23/32] powerpc/fsl: Emulate SPRN_BUCSR register
+Subject: powerpc/fsl: Emulate SPRN_BUCSR register
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-24-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 98518c4d8728656db349f875fcbbc7c126d4c973 upstream.
index 48e618f2b556670b4a7f146ee0973b817af933ca..2d37dcc47130841c73b9ef052fb1fc81202fa96c 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:16 +1100
-Subject: [PATCH stable v4.14 28/32] powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used
+Subject: powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-29-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 3bc8ea8603ae4c1e09aca8de229ad38b8091fcb3 upstream.
index 3ef3c696656a63755a2c9cb13599d1309531ee8b..2ee773534e3ecfe8451d8dc843e6983ab5facb96 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:10 +1100
-Subject: [PATCH stable v4.14 22/32] powerpc/fsl: Fix spectre_v2 mitigations reporting
+Subject: powerpc/fsl: Fix spectre_v2 mitigations reporting
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-23-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 7d8bad99ba5a22892f0cad6881289fdc3875a930 upstream.
index 7e3cce18c72685e782f8653773395504ebb9bebb..2842562d3553c35eb14709f654597f9771b8d897 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:19 +1100
-Subject: [PATCH stable v4.14 31/32] powerpc/fsl: Fix the flush of branch predictor.
+Subject: powerpc/fsl: Fix the flush of branch predictor.
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-32-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Christophe Leroy <christophe.leroy@c-s.fr>
 
 commit 27da80719ef132cf8c80eb406d5aeb37dddf78cc upstream.
index 32fa74d4789346d8f655849c9ee415af46558108..6bf37060e43c68d55586ac4d4eafe8ad3719bca9 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:18 +1100
-Subject: [PATCH stable v4.14 30/32] powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'
+Subject: powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-31-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 039daac5526932ec731e4499613018d263af8b3e upstream.
index bf262803a56e1e1daa14b9f51935b02bf0c078f7..967e8f31394aedad8989af79d6a10c7e15a42497 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:15 +1100
-Subject: [PATCH stable v4.14 27/32] powerpc/fsl: Flush branch predictor when entering KVM
+Subject: powerpc/fsl: Flush branch predictor when entering KVM
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-28-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit e7aa61f47b23afbec41031bc47ca8d6cb6516abc upstream.
index 8d8f7186b666245dc781505f8ffae5fddd7ec89f..357122dcae3f4bb4462aee0402c5794cf16d3872 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:14 +1100
-Subject: [PATCH stable v4.14 26/32] powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)
+Subject: powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-27-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 7fef436295bf6c05effe682c8797dfcb0deb112a upstream.
index 88fe2a2286f0f413de2d49d87a09dd1334166dd4..7f1f204ab1b0de4c30716d22f9985d67141b7c3f 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:13 +1100
-Subject: [PATCH stable v4.14 25/32] powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
+Subject: powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-26-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit 10c5e83afd4a3f01712d97d3bb1ae34d5b74a185 upstream.
index 877977170063bfafc46e2e50ee97175f9343d4c0..6ea47becfe0b4e582fa2d7e5a075785efcbbfd3a 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:02 +1100
-Subject: [PATCH stable v4.14 14/32] powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms
+Subject: powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-15-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit c28218d4abbf4f2035495334d8bfcba64bda4787 upstream.
index 78ffe154a89d723043601c923c72f0f0b86c99f1..d513ddae9fba8216d02ed27188e770e79417c521 100644 (file)
@@ -1,13 +1,11 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:17 +1100
-Subject: [PATCH stable v4.14 29/32] powerpc/fsl: Update Spectre v2 reporting
+Subject: powerpc/fsl: Update Spectre v2 reporting
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-30-mpe@ellerman.id.au>
 
-From: Michael Ellerman <mpe@ellerman.id.au>
-
 From: Diana Craciun <diana.craciun@nxp.com>
 
 commit dfa88658fb0583abb92e062c7a9cd5a5b94f2a46 upstream.
index ee1e11adaf57f7d22a19a3bedc6f999dcc8d09fa..29960650c95da0754af7120d2889c61b077bd961 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:07 +1100
-Subject: [PATCH stable v4.14 19/32] powerpc/powernv: Query firmware for count cache flush settings
+Subject: powerpc/powernv: Query firmware for count cache flush settings
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-20-mpe@ellerman.id.au>
index 2805f0be12f5b68178305633ef2fd0cf4902514b..e6583b3f1f21398e983faf230bd7066f78b6bee6 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:06 +1100
-Subject: [PATCH stable v4.14 18/32] powerpc/pseries: Query hypervisor for count cache flush settings
+Subject: powerpc/pseries: Query hypervisor for count cache flush settings
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-19-mpe@ellerman.id.au>
index a27ab4743826739bd04fdc32ade03445724d4762..7f3fbbcefa648d144fdb2c44e50931629415eb2d 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:26:20 +1100
-Subject: [PATCH stable v4.14 32/32] powerpc/security: Fix spectre_v2 reporting
+Subject: powerpc/security: Fix spectre_v2 reporting
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-33-mpe@ellerman.id.au>
index 44afedfe10fc466ccc3b3834aced1390a424f15d..86e840d89a39b9b60f21fce9ace6dee102ae43e2 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:52 +1100
-Subject: [PATCH stable v4.14 04/32] powerpc: Use barrier_nospec in copy_from_user()
+Subject: powerpc: Use barrier_nospec in copy_from_user()
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-5-mpe@ellerman.id.au>
index f44325b52b88a1727d7931759682ddd16c3379b5..a997f962b136bbf87e2c7e007953de6688e50c31 100644 (file)
@@ -1,7 +1,7 @@
 From foo@baz Fri Mar 29 15:53:50 CET 2019
 From: Michael Ellerman <mpe@ellerman.id.au>
 Date: Fri, 29 Mar 2019 22:25:55 +1100
-Subject: [PATCH stable v4.14 07/32] powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
+Subject: powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
 To: stable@vger.kernel.org, gregkh@linuxfoundation.org
 Cc: linuxppc-dev@ozlabs.org, diana.craciun@nxp.com, msuchanek@suse.de, christophe.leroy@c-s.fr
 Message-ID: <20190329112620.14489-8-mpe@ellerman.id.au>