]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 01:48:35 +0000 (17:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 01:48:35 +0000 (17:48 -0800)
commit2fdbcf715a1b9dd1468317f7cd4b4cd327a09781
treee0ad0ad6937fb6c243aac5c8818ed6fd0d902a15
parent33677aef32cf07ebbed07647e88136258c4b95ba
parent1e4d3001f59fb7a9917cb746544b65e616b5f809
Merge tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 entry updates from Ingo Molnar:

 - Optimize common_interrupt_return()

 - Harden the return-to-user code by making a CONFIG_DEBUG_ENTRY=y check
   unconditional & moving it closer to the IRET.

* tag 'x86-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/entry: Harden return-to-user
  x86/entry: Optimize common_interrupt_return()