--- zzzz-none-000/linux-5.15.111/include/linux/uprobes.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/linux/uprobes.h 2024-02-07 09:28:07.000000000 +0000 @@ -191,6 +191,10 @@ { return false; } +static inline unsigned long uprobe_get_swbp_addr(struct pt_regs *regs) +{ + return 0; +} static inline void uprobe_free_utask(struct task_struct *t) { }