[PATCH v4 0/1] arm64: ptrace: fix hw_break_set() to set addr and ctrl together
Bill Tsui
b10902118 at ntu.edu.tw
Sat Oct 18 06:37:30 PDT 2025
Fix the unused functions detected by kernel test robot.
Link: https://lore.kernel.org/all/202510181547.dI5kyPuT-lkp@intel.com/
---
Changes in v4:
- Fix build warning of unused functions by moving ptrace_hbp_set_ctrl()
and ptrace_hbp_set_addr() under CONFIG_COMPAT and add compat_ prefix
to the function names.
Changes in v3:
- Remove patches for arm32 and compat ptrace
- Rewrite commit message
- Reformat the arg of the added function
Changes in v2:
- Fix username
Bill Tsui (1):
arm64: ptrace: fix hw_break_set() to set addr and ctrl together
arch/arm64/kernel/ptrace.c | 90 ++++++++++++++++++++++++--------------
1 file changed, 58 insertions(+), 32 deletions(-)
--
2.51.0
More information about the linux-arm-kernel
mailing list