linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: x86-ml <x86@kernel.org>, lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] x86/urgent for v5.13-rc2
Date: Sun, 16 May 2021 10:23:42 +0200	[thread overview]
Message-ID: <YKDWjnjRglMNfFCN@zn.tnic> (raw)

Hi Linus,

here's the x86/urgent lineup for v5.13-rc2.

Well, so the three SEV commits are not really urgent material. But we
figured since getting them in now will avoid a huge amount of conflicts
between future SEV changes touching tip, the kvm and probably other
trees, sending them to you now would be best. The idea is that the
tip, kvm etc branches for 5.14 will all base ontop of -rc2 and thus
everything will be peachy.

What is more, those changes are purely mechanical and defines movement
so they should be fine to go now (famous last words).

But, if you consider that too risky at this moment, I can always do a
common, immutable tip branch which we all can merge. Former's cleaner,
of course, but I could be missing an important aspect so whatever you
say - I'm game.

Please pull,
thx.

---

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v5.13_rc2

for you to fetch changes up to a554e740b66a83c7560b30e6b50bece37555ced3:

  x86/boot/compressed: Enable -Wundef (2021-05-12 21:39:56 +0200)

----------------------------------------------------------------
- Enable -Wundef for the compressed kernel build stage

- Reorganize SEV code to streamline and simplify future development

----------------------------------------------------------------
Brijesh Singh (3):
      x86/sev-es: Rename sev-es.{ch} to sev.{ch}
      x86/sev: Move GHCB MSR protocol and NAE definitions in a common header
      x86/msr: Rename MSR_K8_SYSCFG to MSR_AMD64_SYSCFG

Nick Desaulniers (1):
      x86/boot/compressed: Enable -Wundef

 Documentation/virt/kvm/amd-memory-encryption.rst  |  2 +-
 Documentation/x86/amd-memory-encryption.rst       |  6 +--
 arch/x86/boot/compressed/Makefile                 |  7 +--
 arch/x86/boot/compressed/misc.c                   |  2 +-
 arch/x86/boot/compressed/misc.h                   |  2 +-
 arch/x86/boot/compressed/{sev-es.c => sev.c}      |  4 +-
 arch/x86/include/asm/msr-index.h                  |  6 +--
 arch/x86/include/asm/sev-common.h                 | 62 +++++++++++++++++++++++
 arch/x86/include/asm/{sev-es.h => sev.h}          | 30 ++---------
 arch/x86/kernel/Makefile                          |  6 +--
 arch/x86/kernel/cpu/amd.c                         |  4 +-
 arch/x86/kernel/cpu/mtrr/cleanup.c                |  2 +-
 arch/x86/kernel/cpu/mtrr/generic.c                |  4 +-
 arch/x86/kernel/head64.c                          |  2 +-
 arch/x86/kernel/mmconf-fam10h_64.c                |  2 +-
 arch/x86/kernel/nmi.c                             |  2 +-
 arch/x86/kernel/{sev-es-shared.c => sev-shared.c} | 20 ++++----
 arch/x86/kernel/{sev-es.c => sev.c}               |  4 +-
 arch/x86/kvm/svm/svm.c                            |  4 +-
 arch/x86/kvm/svm/svm.h                            | 38 ++------------
 arch/x86/kvm/x86.c                                |  2 +-
 arch/x86/mm/extable.c                             |  2 +-
 arch/x86/mm/mem_encrypt_identity.c                |  6 +--
 arch/x86/pci/amd_bus.c                            |  2 +-
 arch/x86/platform/efi/efi_64.c                    |  2 +-
 arch/x86/realmode/init.c                          |  2 +-
 arch/x86/realmode/rm/trampoline_64.S              |  4 +-
 drivers/edac/amd64_edac.c                         |  2 +-
 tools/arch/x86/include/asm/msr-index.h            |  6 +--
 29 files changed, 124 insertions(+), 113 deletions(-)
 rename arch/x86/boot/compressed/{sev-es.c => sev.c} (98%)
 create mode 100644 arch/x86/include/asm/sev-common.h
 rename arch/x86/include/asm/{sev-es.h => sev.h} (70%)
 rename arch/x86/kernel/{sev-es-shared.c => sev-shared.c} (96%)
 rename arch/x86/kernel/{sev-es.c => sev.c} (99%)

-- 
Regards/Gruss,
    Boris.

SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg

             reply	other threads:[~2021-05-16  8:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-16  8:23 Borislav Petkov [this message]
2021-05-16 16:45 ` [GIT PULL] x86/urgent for v5.13-rc2 pr-tracker-bot

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=YKDWjnjRglMNfFCN@zn.tnic \
    --to=bp@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /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 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).