From: konrad.wilk@oracle.com
To: speck@linutronix.de
Subject: [MODERATED] [patch 00/11] SSB v2
Date: Thu, 19 Apr 2018 22:25:40 -0400 [thread overview]
Message-ID: <20180420022540.093343277@localhost.localdomain> (raw)
Since v1.4:
- Picked up Jon's patches
- Reworked per review's
v1.3:
- Fixed the bug where IBRS was enabled when going in the kernel.
- Untangled two patches.
Couple of things:
- No AMD MSR support written in KVM to trap if guest wants to disable
memory disambiguation.
- Hadn't been tested on AMD.
- It is based on v4.16 as I figured this would need to go to stable
trees so may as well make it less dependent on upstream patches?
- I added the XXXSuggested-by so that quilt wouldn't pick it up.
Documentation/admin-guide/kernel-parameters.txt | 42 +++++
arch/x86/include/asm/cpufeatures.h | 2 +
arch/x86/include/asm/msr-index.h | 1 +
arch/x86/include/asm/nospec-branch.h | 26 +++-
arch/x86/include/asm/processor.h | 1 +
arch/x86/kernel/cpu/amd.c | 42 +++++
arch/x86/kernel/cpu/bugs.c | 198 ++++++++++++++++++++++--
arch/x86/kernel/cpu/common.c | 43 +++--
arch/x86/kernel/cpu/cpu.h | 1 +
arch/x86/kernel/cpu/intel.c | 9 ++
arch/x86/kvm/cpuid.c | 2 +-
arch/x86/kvm/svm.c | 6 +-
arch/x86/kvm/vmx.c | 14 +-
drivers/base/cpu.c | 8 +
include/linux/cpu.h | 2 +
15 files changed, 360 insertions(+), 37 deletions(-)
Konrad Rzeszutek Wilk (10):
Linux Patch #1
Linux Patch #2
Linux Patch #3
Linux Patch #4
Linux Patch #5
Linux Patch #6
Linux Patch #7
Linux Patch #8
Linux Patch #9
Linux Patch #10
next reply other threads:[~2018-04-20 2:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 2:25 konrad.wilk [this message]
2018-04-20 2:44 ` [MODERATED] Re: [patch 00/11] SSB v2 Konrad Rzeszutek Wilk
2018-04-20 2:53 ` Jon Masters
2018-04-20 3:15 ` Jon Masters
2018-04-20 6:00 ` Jon Masters
2018-04-22 10:01 ` Jon Masters
2018-04-22 10:10 ` Jon Masters
2018-04-23 16:25 ` Tim Chen
2018-04-23 16:30 ` Konrad Rzeszutek Wilk
2018-04-23 17:09 ` Jon Masters
2018-04-24 17:02 ` Peter Zijlstra
2018-04-24 18:00 ` Thomas Gleixner
2018-04-24 18:17 ` [MODERATED] " Jon Masters
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180420022540.093343277@localhost.localdomain \
--to=konrad.wilk@oracle.com \
--cc=speck@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.