Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jan 2023 19:19:50 +0000 (11:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 1 Jan 2023 19:19:50 +0000 (11:19 -0800)
commit5b129817aedb03d94fb960e7a34d0f5eaa20a2f2
tree618e7fe0a1c25fb381e86506735076fca0e2d09b
parent95d248d16f9cb42de717367832cffa0f83e97fde
parent63dc6325ff41ee9e570bde705ac34a39c5dbeb44
Merge tag 'x86_urgent_for_v6.2_rc2' of git://git./linux/kernel/git/tip/tip

Pull x86 fixes from Borislav Petkov:

 - Two fixes to correct how kprobes handles INT3 now that they're added
   by other functionality like the rethunks and not only kgdb

 - Remove __init section markings of two functions which are referenced
   by a function in the .text section

* tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
  x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
  x86/calldepth: Fix incorrect init section references