* Re: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel [not found] ` <CA+55aFz+gy50ZqrZm=L5oU3qgC8QTtEyXN+NjnqOKfqZxU1f8w@mail.gmail.com> @ 2018-01-21 1:49 ` Gabriel C 2018-01-21 4:16 ` Linus Torvalds 0 siblings, 1 reply; 5+ messages in thread From: Gabriel C @ 2018-01-21 1:49 UTC (permalink / raw) To: Linus Torvalds, Laura Abbott Cc: Ingo Molnar, Tom Lendacky, Borislav Petkov, Peter Zijlstra, Thomas Gleixner, Brijesh Singh, X86 ML, Linux Kernel Mailing List, stable, gregkh On 21.01.2018 02:23, Linus Torvalds wrote: > On Sat, Jan 20, 2018 at 5:14 PM, Laura Abbott <labbott@redhat.com> wrote: >> >> I hadn't seen this picked up yet so sending explicitly > > Ingo, I just took this directly as a patch. Added stable to CC since the patch series this patch fixes is in stable-queue. Regards, Gabriel C ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel 2018-01-21 1:49 ` [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel Gabriel C @ 2018-01-21 4:16 ` Linus Torvalds 2018-01-21 9:37 ` Greg Kroah-Hartman 0 siblings, 1 reply; 5+ messages in thread From: Linus Torvalds @ 2018-01-21 4:16 UTC (permalink / raw) To: Gabriel C Cc: Laura Abbott, Ingo Molnar, Tom Lendacky, Borislav Petkov, Peter Zijlstra, Thomas Gleixner, Brijesh Singh, X86 ML, Linux Kernel Mailing List, stable, Greg Kroah-Hartman On Sat, Jan 20, 2018 at 5:49 PM, Gabriel C <nix.or.die@gmail.com> wrote: > > Added stable to CC since the patch series this patch fixes > is in stable-queue. Oh, it wasn't clear from the commit message. But I guess the "Fixes:" tag would have caught Greg's eye regardless. Anyway, Laura's fix is commit 91cfc88c66bf ("x86: Use __nostackprotect for sme_encrypt_kernel") in my tree. Linus ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel 2018-01-21 4:16 ` Linus Torvalds @ 2018-01-21 9:37 ` Greg Kroah-Hartman 2018-01-21 9:50 ` Ingo Molnar 0 siblings, 1 reply; 5+ messages in thread From: Greg Kroah-Hartman @ 2018-01-21 9:37 UTC (permalink / raw) To: Linus Torvalds Cc: Gabriel C, Laura Abbott, Ingo Molnar, Tom Lendacky, Borislav Petkov, Peter Zijlstra, Thomas Gleixner, Brijesh Singh, X86 ML, Linux Kernel Mailing List, stable On Sat, Jan 20, 2018 at 08:16:31PM -0800, Linus Torvalds wrote: > On Sat, Jan 20, 2018 at 5:49 PM, Gabriel C <nix.or.die@gmail.com> wrote: > > > > Added stable to CC since the patch series this patch fixes > > is in stable-queue. > > Oh, it wasn't clear from the commit message. But I guess the "Fixes:" > tag would have caught Greg's eye regardless. Ugh, I am _so_ behind in looking at patches that only have a Fixes: tag in it and not a "Cc: stable@" tag, due to the recent high-volume of the latter. But they will end up in a mbox that I need to dig out of eventually, but it will take time, so if you know you want a patch in a stable release, it's much easier to just use the "Cc: stable@" tag please. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel 2018-01-21 9:37 ` Greg Kroah-Hartman @ 2018-01-21 9:50 ` Ingo Molnar 2018-01-21 10:36 ` Greg Kroah-Hartman 0 siblings, 1 reply; 5+ messages in thread From: Ingo Molnar @ 2018-01-21 9:50 UTC (permalink / raw) To: Greg Kroah-Hartman Cc: Linus Torvalds, Gabriel C, Laura Abbott, Tom Lendacky, Borislav Petkov, Peter Zijlstra, Thomas Gleixner, Brijesh Singh, X86 ML, Linux Kernel Mailing List, stable * Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Sat, Jan 20, 2018 at 08:16:31PM -0800, Linus Torvalds wrote: > > On Sat, Jan 20, 2018 at 5:49 PM, Gabriel C <nix.or.die@gmail.com> wrote: > > > > > > Added stable to CC since the patch series this patch fixes > > > is in stable-queue. > > > > Oh, it wasn't clear from the commit message. But I guess the "Fixes:" > > tag would have caught Greg's eye regardless. > > Ugh, I am _so_ behind in looking at patches that only have a Fixes: tag > in it and not a "Cc: stable@" tag, due to the recent high-volume of the > latter. > > But they will end up in a mbox that I need to dig out of eventually, but > it will take time, so if you know you want a patch in a stable release, > it's much easier to just use the "Cc: stable@" tag please. Just to make it easier, please put this upstream fix into -stable: 91cfc88c66bf: ("x86: Use __nostackprotect for sme_encrypt_kernel") I believe all the prerequisite upstream commits are in -stable already: 1303880179e6: x86/mm: Clean up register saving in the __enc_copy() assembly code bacf6b499e11: x86/mm: Use a struct to reduce parameters for SME PGD mapping 2b5d00b6c2cd: x86/mm: Centralize PMD flags in sme_encrypt_kernel() cc5f01e28d6c: x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption 107cd2532181: x86/mm: Encrypt the initrd earlier for BSP microcode update Thanks, Ingo ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel 2018-01-21 9:50 ` Ingo Molnar @ 2018-01-21 10:36 ` Greg Kroah-Hartman 0 siblings, 0 replies; 5+ messages in thread From: Greg Kroah-Hartman @ 2018-01-21 10:36 UTC (permalink / raw) To: Ingo Molnar Cc: Linus Torvalds, Gabriel C, Laura Abbott, Tom Lendacky, Borislav Petkov, Peter Zijlstra, Thomas Gleixner, Brijesh Singh, X86 ML, Linux Kernel Mailing List, stable On Sun, Jan 21, 2018 at 10:50:20AM +0100, Ingo Molnar wrote: > > * Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > > On Sat, Jan 20, 2018 at 08:16:31PM -0800, Linus Torvalds wrote: > > > On Sat, Jan 20, 2018 at 5:49 PM, Gabriel C <nix.or.die@gmail.com> wrote: > > > > > > > > Added stable to CC since the patch series this patch fixes > > > > is in stable-queue. > > > > > > Oh, it wasn't clear from the commit message. But I guess the "Fixes:" > > > tag would have caught Greg's eye regardless. > > > > Ugh, I am _so_ behind in looking at patches that only have a Fixes: tag > > in it and not a "Cc: stable@" tag, due to the recent high-volume of the > > latter. > > > > But they will end up in a mbox that I need to dig out of eventually, but > > it will take time, so if you know you want a patch in a stable release, > > it's much easier to just use the "Cc: stable@" tag please. > > Just to make it easier, please put this upstream fix into -stable: > > 91cfc88c66bf: ("x86: Use __nostackprotect for sme_encrypt_kernel") Thanks, now queued up. > I believe all the prerequisite upstream commits are in -stable already: > > 1303880179e6: x86/mm: Clean up register saving in the __enc_copy() assembly code > bacf6b499e11: x86/mm: Use a struct to reduce parameters for SME PGD mapping > 2b5d00b6c2cd: x86/mm: Centralize PMD flags in sme_encrypt_kernel() > cc5f01e28d6c: x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption > 107cd2532181: x86/mm: Encrypt the initrd earlier for BSP microcode update Yes, those are all there already. greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-01-21 10:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <b7a8e990-9d1d-39b2-671d-a44d5647dbec@amd.com>
[not found] ` <20180121011402.9557-1-labbott@redhat.com>
[not found] ` <CA+55aFz+gy50ZqrZm=L5oU3qgC8QTtEyXN+NjnqOKfqZxU1f8w@mail.gmail.com>
2018-01-21 1:49 ` [PATCH] x86: Use __nostackprotect for sme_encrypt_kernel Gabriel C
2018-01-21 4:16 ` Linus Torvalds
2018-01-21 9:37 ` Greg Kroah-Hartman
2018-01-21 9:50 ` Ingo Molnar
2018-01-21 10:36 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).