lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 26 Oct 2021 09:51:27 +0800 From: Tiezhu Yang <yangtiezhu@...ngson.cn> To: naveen.n.rao@...ux.ibm.com, anil.s.keshavamurthy@...el.com, davem@...emloft.net, mhiramat@...nel.org, rostedt@...dmis.org, mingo@...hat.com, corbet@....net Cc: akpm@...ux-foundation.org, linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH v2 0/4] Do some changes about kprobe and trace This patchset is based on linux-trace.git: https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git/ for-next v2: -- Update patch #4 to use linux-trace.git for KPROBES and TRACING entries Tiezhu Yang (4): samples/kretprobes: Fix return value if register_kretprobe() failed docs, kprobes: Remove invalid URL and add new reference test_kprobes: Move it from kernel/ to lib/ MAINTAINERS: Update KPROBES and TRACING entries Documentation/trace/kprobes.rst | 2 +- MAINTAINERS | 5 ++++- kernel/Makefile | 1 - lib/Makefile | 1 + {kernel => lib}/test_kprobes.c | 0 samples/kprobes/kretprobe_example.c | 2 +- 6 files changed, 7 insertions(+), 4 deletions(-) rename {kernel => lib}/test_kprobes.c (100%) -- 2.1.0
Powered by blists - more mailing lists