Re: [PATCH] kprobes/x86/xen: blacklist non-attachable xen interrupt functions

2018-12-17 Thread Boris Ostrovsky
On 12/10/18 10:12 AM, Andrea Righi wrote: > Blacklist symbols in Xen probe-prohibited areas, so that user can see > these prohibited symbols in debugfs. > > See also: a50480cb6d61. > > Signed-off-by: Andrea Righi Applied to for-linus-4.21 -boris

Re: [PATCH] kprobes/x86/xen: blacklist non-attachable xen interrupt functions

2018-12-11 Thread Masami Hiramatsu
On Mon, 10 Dec 2018 16:12:57 +0100 Andrea Righi wrote: > Blacklist symbols in Xen probe-prohibited areas, so that user can see > these prohibited symbols in debugfs. > > See also: a50480cb6d61. Looks good to me, thanks! Acked-by: Masami Hiramatsu > > Signed-off-by: Andrea Righi > --- > ar

[PATCH] kprobes/x86/xen: blacklist non-attachable xen interrupt functions

2018-12-10 Thread Andrea Righi
Blacklist symbols in Xen probe-prohibited areas, so that user can see these prohibited symbols in debugfs. See also: a50480cb6d61. Signed-off-by: Andrea Righi --- arch/x86/xen/xen-asm_64.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/x86/xen/xen-asm_64.S b/arch/x86/xen/xen-asm_64.