All of lore.kernel.org
 help / color / mirror / Atom feed
From: ak@linux.intel.com
To: speck@linutronix.de
Subject: [MODERATED] [PATCH 0/8] L1TFv7 3
Date: Thu,  7 Jun 2018 16:22:20 -0700	[thread overview]
Message-ID: <cover.1528413556.git.ak@linux.intel.com> (raw)

This is the native OS mitigation for L1TF attacks using page table inversion,
and adding the sysfs reporting.

Additional mitigations are still needed for KVM.

Addresses all left over review comments. Only very minor changes compared
to last version.

Andi Kleen (7):
  x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_MASK
  x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
  x86/speculation/l1tf: Make sure the first page is always reserved
  x86/speculation/l1tf: Add sysfs reporting for l1tf
  x86/speculation/l1tf: Report if too much memory for L1TF workaround
  x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE
    mappings
  x86/speculation/l1tf: Limit swap file size to MAX_PA/2

Linus Torvalds (1):
  x86/speculation/l1tf: Protect swap entries against L1TF

 arch/x86/include/asm/cpufeatures.h    |  2 ++
 arch/x86/include/asm/page_32_types.h  |  9 ++++--
 arch/x86/include/asm/pgtable-2level.h | 17 ++++++++++++
 arch/x86/include/asm/pgtable-3level.h |  2 ++
 arch/x86/include/asm/pgtable-invert.h | 32 +++++++++++++++++++++
 arch/x86/include/asm/pgtable.h        | 52 ++++++++++++++++++++++++++---------
 arch/x86/include/asm/pgtable_64.h     | 38 +++++++++++++++++--------
 arch/x86/include/asm/processor.h      |  5 ++++
 arch/x86/kernel/cpu/bugs.c            | 10 +++++++
 arch/x86/kernel/cpu/common.c          | 30 ++++++++++++++++++++
 arch/x86/kernel/cpu/cpuid-deps.c      |  1 +
 arch/x86/kernel/setup.c               | 29 ++++++++++++++++++-
 arch/x86/mm/init.c                    | 15 ++++++++++
 arch/x86/mm/mmap.c                    | 21 ++++++++++++++
 drivers/base/cpu.c                    |  8 ++++++
 include/asm-generic/pgtable.h         | 12 ++++++++
 include/linux/cpu.h                   |  2 ++
 include/linux/swapfile.h              |  2 ++
 mm/memory.c                           | 37 ++++++++++++++++++-------
 mm/mprotect.c                         | 49 +++++++++++++++++++++++++++++++++
 mm/swapfile.c                         | 46 ++++++++++++++++++++-----------
 21 files changed, 366 insertions(+), 53 deletions(-)
 create mode 100644 arch/x86/include/asm/pgtable-invert.h

-- 
2.14.3

             reply	other threads:[~2018-06-07 23:22 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-07 23:22 ak [this message]
2018-06-07 23:22 ` [MODERATED] [PATCH 1/8] L1TFv7 1 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 2/8] L1TFv7 4 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 3/8] L1TFv7 8 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 4/8] L1TFv7 6 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 5/8] L1TFv7 0 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 6/8] L1TFv7 7 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 7/8] L1TFv7 2 ak
2018-06-07 23:22 ` [MODERATED] [PATCH 8/8] L1TFv7 5 ak
     [not found] ` <20180607232533.A6E2361102@crypto-ml.lab.linutronix.de>
2018-06-07 23:28   ` [MODERATED] Re: [PATCH 5/8] L1TFv7 0 Andi Kleen
2018-06-12 20:58     ` Konrad Rzeszutek Wilk
     [not found] ` <20180607232458.6463361106@crypto-ml.lab.linutronix.de>
2018-06-07 23:34   ` [MODERATED] Re: [PATCH 1/8] L1TFv7 1 Dave Hansen
     [not found] ` <20180607232537.C80D26114D@crypto-ml.lab.linutronix.de>
2018-06-12 15:02   ` [PATCH 5/8] L1TFv7 0 Thomas Gleixner
     [not found] ` <20180607232608.B2E4661189@crypto-ml.lab.linutronix.de>
2018-06-12 15:03   ` [PATCH 6/8] L1TFv7 7 Thomas Gleixner
     [not found] ` <20180607232452.BB0E3610FC@crypto-ml.lab.linutronix.de>
2018-06-12 16:13   ` [PATCH 2/8] L1TFv7 4 Thomas Gleixner
     [not found] ` <20180607232536.1127561149@crypto-ml.lab.linutronix.de>
2018-06-12 17:35   ` [MODERATED] Re: [PATCH 5/8] L1TFv7 0 Jon Masters
2018-06-12 18:41     ` Thomas Gleixner
2018-06-12 18:47       ` [MODERATED] " Jon Masters
2018-06-12 19:03         ` Thomas Gleixner

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=cover.1528413556.git.ak@linux.intel.com \
    --to=ak@linux.intel.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.