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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231020222713.074741220@goodmis.org>
Date:   Fri, 20 Oct 2023 18:27:13 -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 0/6] tracing: Updates for 6.7

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

Head SHA1: 845e31e1101fc8533be52aff42d8f1ff48636024


Dan Carpenter (1):
      tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()

Jiapeng Chong (1):
      tracefs/eventfs: Modify mismatched function name

Jonathan Corbet (1):
      seq_buf: fix a misleading comment

Matthew Wilcox (Oracle) (1):
      tracing: Move readpos from seq_buf to trace_seq

Nathan Chancellor (1):
      eventfs: Use ERR_CAST() in eventfs_create_events_dir()

Steven Rostedt (Google) (1):
      eventfs: Fix failure path in eventfs_create_events_dir()

----
 fs/tracefs/event_inode.c    |  7 ++++---
 include/linux/seq_buf.h     |  7 ++-----
 include/linux/trace_seq.h   |  2 ++
 kernel/trace/trace.c        | 10 +++++-----
 kernel/trace/trace_events.c |  2 +-
 kernel/trace/trace_seq.c    |  6 +++++-
 lib/seq_buf.c               | 22 ++++++++++------------
 7 files changed, 29 insertions(+), 27 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ