[GIT,PULL] x86/urgent for v6.7-rc2

Message ID 20231119131543.GEZVoKf4zenbDfcTG6@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.7-rc2 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.7_rc2

Message

Borislav Petkov Nov. 19, 2023, 1:15 p.m. UTC
  Hi Linus,

please pull a couple of urgent x86 fixes for 6.7.

Thx.

---

The following changes since commit ffc253263a1375a65fa6c9f62a893e9767fbebfa:

  Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.7_rc2

for you to fetch changes up to ec9aedb2aa1ab7ac420c00b31f5edc5be15ec167:

  x86/acpi: Ignore invalid x2APIC entries (2023-11-09 14:33:30 +0100)

----------------------------------------------------------------
- Ignore invalid x2APIC entries in order to not waste per-CPU data

- Fix a back-to-back signals handling scenario when shadow stack is in
  use

- A documentation fix

- Add Kirill as TDX maintainer

----------------------------------------------------------------
Bagas Sanjaya (1):
      x86/Documentation: Indent 'note::' directive for protocol version number note

Kirill A. Shutemov (1):
      MAINTAINERS: Add Intel TDX entry

Rick Edgecombe (1):
      x86/shstk: Delay signal entry SSP write until after user accesses

Zhang Rui (1):
      x86/acpi: Ignore invalid x2APIC entries

 Documentation/arch/x86/boot.rst |  2 +-
 MAINTAINERS                     | 14 ++++++++++++++
 arch/x86/kernel/acpi/boot.c     | 34 +++++++++++++++-------------------
 arch/x86/kernel/signal_64.c     |  6 +++---
 4 files changed, 33 insertions(+), 23 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Nov. 19, 2023, 10:03 p.m. UTC | #1
The pull request you sent on Sun, 19 Nov 2023 14:15:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git tags/x86_urgent_for_v6.7_rc2

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

Thank you!