Revision 5b129817aedb03d94fb960e7a34d0f5eaa20a2f2 authored by Linus Torvalds on 01 January 2023, 19:19:50 UTC, committed by Linus Torvalds on 01 January 2023, 19:19:50 UTC
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
2 parent s 95d248d + 63dc632
History
File Mode Size
.gitignore -rw-r--r-- 62 bytes
Makefile -rw-r--r-- 185 bytes
cgroup_event_listener.c -rw-r--r-- 1.8 KB
iocost_coef_gen.py -rw-r--r-- 6.8 KB
iocost_monitor.py -rw-r--r-- 9.2 KB
memcg_shrinker.py -rw-r--r-- 1.8 KB
memcg_slabinfo.py -rw-r--r-- 6.5 KB

back to top