RE: [PATCH v10 0/9] arm64: Add kernel probes (kprobes) support

2016-03-14 Thread 平松雅巳 / HIRAMATU,MASAMI
Hi David, Thank you for updating the series. I'll review it this week. Just one comment on __kprobes. Nowadays kprobes already using NOKPROBE_SYMBOL() instead of that, since __kprobes moves all functions into another section and will mess up symbol table. In asm code, maybe you can reuse _ASM_NOK

[PATCH v10 0/9] arm64: Add kernel probes (kprobes) support

2016-02-29 Thread David Long
From: "David A. Long" This patchset is heavily based on Sandeepa Prabhu's ARM v8 kprobes patches, first seen in October 2013. This version attempts to address concerns raised by reviewers and also fixes problems discovered during testing. This patchset adds support for kernel probes(kprobes), ju