On Tue, Jun 11, 2024 at 01:21:52PM +0200, Jiri Olsa wrote: > Adding uretprobe syscall instead of trap to speed up return probe. > This patch results in: Building loongarch:allmodconfig ... failed -------------- Error log: In file included from include/linux/uprobes.h:49, from include/linux/mm_types.h:16, from include/linux/mmzone.h:22, from include/linux/gfp.h:7, from include/linux/xarray.h:16, from include/linux/list_lru.h:14, from include/linux/fs.h:13, from include/linux/highmem.h:5, from kernel/events/uprobes.c:13: kernel/events/uprobes.c: In function 'arch_uprobe_trampoline': arch/loongarch/include/asm/uprobes.h:12:33: error: initializer element is not constant 12 | #define UPROBE_SWBP_INSN larch_insn_gen_break(BRK_UPROBE_BP) | ^~~~~~~~~~~~~~~~~~~~ kernel/events/uprobes.c:1479:39: note: in expansion of macro 'UPROBE_SWBP_INSN' 1479 | static uprobe_opcode_t insn = UPROBE_SWBP_INSN; | ^~~~~~~~~~~~~~~~ Bisect log attached. Guenter --- # bad: [2102cb0d050d34d50b9642a3a50861787527e922] Add linux-next specific files for 20240619 # good: [6ba59ff4227927d3a8530fc2973b80e94b54d58f] Linux 6.10-rc4 git bisect start 'HEAD' 'v6.10-rc4' # good: [a8fa5261ec87d5aafd3211548d93008d5739457d] Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git git bisect good a8fa5261ec87d5aafd3211548d93008d5739457d # good: [ee551f4db89753511a399b808db75654facec7c8] Merge branch 'for-linux-next' of https://gitlab.freedesktop.org/drm/i915/kernel git bisect good ee551f4db89753511a399b808db75654facec7c8 # bad: [ec3557f4b791d72d93bfb69702d441d2c9f8cd0d] Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.git git bisect bad ec3557f4b791d72d93bfb69702d441d2c9f8cd0d # good: [29e7873afb5768f7af65802d021ee0c9bf2167be] Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git git bisect good 29e7873afb5768f7af65802d021ee0c9bf2167be # good: [ffe376e4a4ec29bb29d97664b72ff607e86f5b02] Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git git bisect good ffe376e4a4ec29bb29d97664b72ff607e86f5b02 # bad: [39264a48da368f5394289133802f7d105dd3a33c] Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git git bisect bad 39264a48da368f5394289133802f7d105dd3a33c # good: [8af40c77dfe215cb8ad60c221d8eb740b056460b] Merge ftrace/for-next git bisect good 8af40c77dfe215cb8ad60c221d8eb740b056460b # bad: [5dfebf3c26dc5fe0fe08a5b4f334922b650e43b9] Merge ring-buffer/for-next git bisect bad 5dfebf3c26dc5fe0fe08a5b4f334922b650e43b9 # bad: [9172a2da3b4162b5af0d2b57a30e844c451e74b7] Merge probes/for-next git bisect bad 9172a2da3b4162b5af0d2b57a30e844c451e74b7 # bad: [29edd8b003db897d81d82d950785327f164650d3] selftests/x86: Add return uprobe shadow stack test git bisect bad 29edd8b003db897d81d82d950785327f164650d3 # good: [1b3c86eeea7594eeeb49b8d1c1db0a40f0ce7920] samples: kprobes: add missing MODULE_DESCRIPTION() macros git bisect good 1b3c86eeea7594eeeb49b8d1c1db0a40f0ce7920 # good: [190fec72df4a5d4d98b1e783c333f471e5e5f344] uprobe: Wire up uretprobe system call git bisect good 190fec72df4a5d4d98b1e783c333f471e5e5f344 # bad: [ff474a78cef5cb5f32be52fe25b78441327a2e7c] uprobe: Add uretprobe syscall to speed up return probe git bisect bad ff474a78cef5cb5f32be52fe25b78441327a2e7c # first bad commit: [ff474a78cef5cb5f32be52fe25b78441327a2e7c] uprobe: Add uretprobe syscall to speed up return probe