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:   Wed, 26 Apr 2023 13:17:03 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     linux-kernel@...r.kernel.org
Cc:     Masami Hiramatsu <mhiramat@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 00/11] tracing: Final fixes and minor updates before sending pull request

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

Head SHA1: adace4408252cc1c9913958d71e81a688af90a30


Beau Belgrave (6):
      tracing/user_events: Set event filter_type from type
      tracing: Fix print_fields() for __dyn_loc/__rel_loc
      tracing/user_events: Ensure write index cannot be negative
      tracing/user_events: Ensure bit is cleared on unregister
      tracing/user_events: Prevent same address and bit per process
      tracing/user_events: Limit max fault-in attempts

Hao Zeng (1):
      recordmcount: Fix memory leaks in the uwrite function

Ken Lin (1):
      tracing: Add missing spaces in trace_print_hex_seq()

Sergey Senozhatsky (1):
      seq_buf: Add seq_buf_do_printk() helper

Tze-nan Wu (1):
      ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus

Zheng Yejian (1):
      ring-buffer: Clearly check null ptr returned by rb_set_head_page()

----
 include/linux/seq_buf.h                           |   2 +
 kernel/trace/ring_buffer.c                        |  21 +++-
 kernel/trace/trace_events_user.c                  | 126 +++++++++++++++++++---
 kernel/trace/trace_output.c                       |  15 ++-
 lib/seq_buf.c                                     |  32 ++++++
 scripts/recordmcount.c                            |   6 +-
 tools/testing/selftests/user_events/abi_test.c    |   9 +-
 tools/testing/selftests/user_events/ftrace_test.c |  14 ++-
 8 files changed, 198 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ