-
- Downloads
Merge tag 'probes-fixes-v6.7-rc1' of...
Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace Pull probes fixes from Masami Hiramatsu: - Documentation update: Add a note about argument and return value fetching is the best effort because it depends on the type. - objpool: Fix to make internal global variables static in test_objpool.c. - kprobes: Unify kprobes_exceptions_nofify() prototypes. There are the same prototypes in asm/kprobes.h for some architectures, but some of them are missing the prototype and it causes a warning. So move the prototype into linux/kprobes.h. - tracing: Fix to check the tracepoint event and return event at parsing stage. The tracepoint event doesn't support %return but if $retval exists, it will be converted to %return silently. This finds that case and rejects it. - tracing: Fix the order of the descriptions about the parameters of __kprobe_event_gen_cmd_start() to be consistent with the argument list of the function. * tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: tracing/kprobes: Fix the order of argument descriptions tracing: fprobe-event: Fix to check tracepoint event and return kprobes: unify kprobes_exceptions_nofify() prototypes lib: test_objpool: make global variables static Documentation: tracing: Add a note about argument and retval access
No related branches found
No related tags found
Showing
- Documentation/trace/fprobetrace.rst 6 additions, 2 deletionsDocumentation/trace/fprobetrace.rst
- Documentation/trace/kprobetrace.rst 6 additions, 2 deletionsDocumentation/trace/kprobetrace.rst
- arch/arc/include/asm/kprobes.h 0 additions, 3 deletionsarch/arc/include/asm/kprobes.h
- arch/arm/include/asm/kprobes.h 0 additions, 2 deletionsarch/arm/include/asm/kprobes.h
- arch/arm64/include/asm/kprobes.h 0 additions, 2 deletionsarch/arm64/include/asm/kprobes.h
- arch/mips/include/asm/kprobes.h 0 additions, 2 deletionsarch/mips/include/asm/kprobes.h
- arch/powerpc/include/asm/kprobes.h 0 additions, 2 deletionsarch/powerpc/include/asm/kprobes.h
- arch/s390/include/asm/kprobes.h 0 additions, 2 deletionsarch/s390/include/asm/kprobes.h
- arch/sh/include/asm/kprobes.h 0 additions, 2 deletionsarch/sh/include/asm/kprobes.h
- arch/sparc/include/asm/kprobes.h 0 additions, 2 deletionsarch/sparc/include/asm/kprobes.h
- arch/x86/include/asm/kprobes.h 0 additions, 2 deletionsarch/x86/include/asm/kprobes.h
- include/linux/kprobes.h 4 additions, 0 deletionsinclude/linux/kprobes.h
- kernel/trace/trace_fprobe.c 5 additions, 4 deletionskernel/trace/trace_fprobe.c
- kernel/trace/trace_kprobe.c 1 addition, 1 deletionkernel/trace/trace_kprobe.c
- lib/test_objpool.c 3 additions, 3 deletionslib/test_objpool.c
Loading
Please register or sign in to comment