linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] x86/mm for v5.12
@ 2021-02-15 11:02 Borislav Petkov
  2021-02-21  5:06 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2021-02-15 11:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: x86-ml, lkml

Hi Linus,

please pull the x86/mm pile (which has x86/cleanups too as they
topically belong together) for v5.12.

Thx.

---

The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_mm_for_v5.12

for you to fetch changes up to 40c1fa52cdb7c13ef88232e374b4b8ac8d820c4f:

  Merge branch 'x86/cleanups' into x86/mm (2021-02-12 13:40:02 +0100)

----------------------------------------------------------------
- PTRACE_GETREGS/PTRACE_PUTREGS regset selection cleanup

- Another initial cleanup - more to follow - to the fault handling code.

- Other minor cleanups and corrections.

----------------------------------------------------------------
Adrian Huang (1):
      x86/mm: Refine mmap syscall implementation

Alexey Dobriyan (1):
      x86/asm: Fixup TASK_SIZE_MAX comment

Anand K Mistry (1):
      x86/Kconfig: Remove HPET_EMULATE_RTC depends on RTC

Andy Lutomirski (15):
      x86/vm86/32: Remove VM86_SCREEN_BITMAP support
      x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selection
      x86/fault: Fix AMD erratum #91 errata fixup for user code
      x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUs
      x86/fault: Fold mm_fault_error() into do_user_addr_fault()
      x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()
      x86/fault: Document the locking in the fault_signal_pending() path
      x86/fault: Correct a few user vs kernel checks wrt WRUSS
      x86/fault: Improve kernel-executing-user-memory handling
      x86/fault: Split the OOPS code out from no_context()
      x86/fault: Bypass no_context() for implicit kernel faults from usermode
      x86/fault: Rename no_context() to kernelmode_fixup_or_oops()
      x86/fault: Don't look for extable entries for SMEP violations
      x86/fault: Don't run fixups for SMAP violations
      x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()

Arvind Sankar (1):
      x86/mm: Remove duplicate definition of _PAGE_PAT_LARGE

Hao Lee (1):
      x86/entry: Remove now unused do_IRQ() declaration

Ingo Molnar (1):
      Merge branch 'x86/cleanups' into x86/mm

Lorenzo Stoakes (1):
      x86/mm: Increase pgt_buf size for 5-level page tables

Tom Rix (1):
      x86: Remove definition of DEBUG

Zheng Yongjun (1):
      x86/mtrr: Convert comma to semicolon

 arch/x86/Kconfig                     |   2 +-
 arch/x86/include/asm/efi.h           |   2 +-
 arch/x86/include/asm/irq.h           |   2 -
 arch/x86/include/asm/page_64_types.h |   2 +-
 arch/x86/include/asm/pgtable_types.h |   2 -
 arch/x86/include/asm/vm86.h          |   1 -
 arch/x86/include/uapi/asm/vm86.h     |   4 +-
 arch/x86/kernel/cpu/mtrr/cleanup.c   |   4 +-
 arch/x86/kernel/cpu/mtrr/generic.c   |   1 -
 arch/x86/kernel/cpu/mtrr/mtrr.c      |   2 -
 arch/x86/kernel/pci-iommu_table.c    |   3 -
 arch/x86/kernel/ptrace.c             |  46 +++-
 arch/x86/kernel/sys_x86_64.c         |   8 +-
 arch/x86/kernel/vm86_32.c            |  62 ++----
 arch/x86/mm/fault.c                  | 403 ++++++++++++++++++-----------------
 arch/x86/mm/init.c                   |  19 +-
 arch/x86/mm/mmio-mod.c               |   2 -
 arch/x86/platform/efi/quirks.c       |  16 +-
 18 files changed, 298 insertions(+), 283 deletions(-)

-- 
Regards/Gruss,
    Boris.

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] x86/mm for v5.12
  2021-02-15 11:02 [GIT PULL] x86/mm for v5.12 Borislav Petkov
@ 2021-02-21  5:06 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-02-21  5:06 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: Linus Torvalds, x86-ml, lkml

The pull request you sent on Mon, 15 Feb 2021 12:02:49 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_mm_for_v5.12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ae821d2107e378bb086a02afcce82d0f43c29a6f

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-21  5:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 11:02 [GIT PULL] x86/mm for v5.12 Borislav Petkov
2021-02-21  5:06 ` pr-tracker-bot

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).