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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 24 Nov 2022 09:50:19 -0500
From:   Steven Rostedt <rostedt@...dmis.org>
To:     linux-kernel@...r.kernel.org
Cc:     Masami Hiramatsu <mhiramat@...nel.org>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 00/11] tracing: Updates for 6.2

  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace/for-next

Head SHA1: bd604f3db49c5b21171abea0414a2020dcbf2646


Chuang Wang (1):
      tracing/perf: Use strndup_user instead of kzalloc/strncpy_from_user

Daniel Bristot de Oliveira (3):
      tracing/osnoise: Add osnoise/options file
      tracing/osnoise: Add OSNOISE_WORKLOAD option
      Documentation/osnoise: Add osnoise/options documentation

Song Chen (1):
      ring_buffer: Remove unused "event" parameter

Steven Rostedt (Google) (3):
      tracing: Add __cpumask to denote a trace event field that is a cpumask_t
      tracing: Add trace_trigger kernel command line option
      ftrace: Avoid needless updates of the ftrace function call

Xiu Jianfeng (1):
      tracing: Make tracepoint_print_iter static

Zheng Yejian (2):
      ftrace: Clean comments related to FTRACE_OPS_FL_PER_CPU
      tracing: Optimize event type allocation with IDA

----
 Documentation/admin-guide/kernel-parameters.txt |  19 +++
 Documentation/trace/osnoise-tracer.rst          |  12 ++
 include/linux/ring_buffer.h                     |   3 +-
 include/linux/trace_events.h                    |   1 -
 include/trace/bpf_probe.h                       |   6 +
 include/trace/perf.h                            |   6 +
 include/trace/stages/stage1_struct_define.h     |   6 +
 include/trace/stages/stage2_data_offsets.h      |   6 +
 include/trace/stages/stage3_trace_output.h      |   6 +
 include/trace/stages/stage4_event_fields.h      |   6 +
 include/trace/stages/stage5_get_offsets.h       |   6 +
 include/trace/stages/stage6_event_callback.h    |  20 +++
 include/trace/stages/stage7_class_define.h      |   2 +
 kernel/trace/ftrace.c                           |  27 ++--
 kernel/trace/ring_buffer.c                      |  12 +-
 kernel/trace/ring_buffer_benchmark.c            |   2 +-
 kernel/trace/trace.c                            |   4 +-
 kernel/trace/trace.h                            |   2 -
 kernel/trace/trace_event_perf.c                 |  16 +-
 kernel/trace/trace_events.c                     |  72 ++++++++-
 kernel/trace/trace_osnoise.c                    | 194 +++++++++++++++++++++++-
 kernel/trace/trace_output.c                     |  66 ++------
 samples/trace_events/trace-events-sample.c      |   2 +-
 samples/trace_events/trace-events-sample.h      |  34 ++++-
 24 files changed, 431 insertions(+), 99 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ