[GIT,PULL] x86/urgent for v6.4

Message ID 20230625091943.GAZJgGr8IH10VrwHU6@fat_crate.local
State New
Headers
Series [GIT,PULL] x86/urgent for v6.4 |

Pull-request

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

Message

Borislav Petkov June 25, 2023, 9:19 a.m. UTC
  Hi Linus,

please pull two final urgent x86 fixes for 6.4.

Thx.

---

The following changes since commit a37f2699c36a7f6606ba3300f243227856c5ad6b:

  x86/head/64: Switch to KERNEL_CS as soon as new GDT is installed (2023-06-02 16:59:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 85d38d5810e285d5aec7fb5283107d1da70c12a9:

  x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys (2023-06-19 20:59:40 +0200)

----------------------------------------------------------------
- Do not use set_pgd() when updating the KASLR trampoline pgd entry
  because that updates the user PGD too on KPTI builds, resulting in
  memory corruption

- Prevent a panic in the IO-APIC setup code due to conflicting command
  line parameters

----------------------------------------------------------------
Dheeraj Kumar Srivastava (1):
      x86/apic: Fix kernel panic when booting with intremap=off and x2apic_phys

Lee Jones (1):
      x86/mm: Avoid using set_pgd() outside of real PGD pages

 arch/x86/kernel/apic/x2apic_phys.c | 5 ++++-
 arch/x86/mm/kaslr.c                | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)
  

Comments

pr-tracker-bot@kernel.org June 25, 2023, 5:23 p.m. UTC | #1
The pull request you sent on Sun, 25 Jun 2023 11:19:43 +0200:

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

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

Thank you!