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]
Message-ID: <20251205102021.34031c35@gandalf.local.home>
Date: Fri, 5 Dec 2025 10:20:21 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Masami Hiramatsu
 <mhiramat@...nel.org>, Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Subject: [GIT PULL] ring-buffer: Cleanup for v6.19



Linus,

- Add helper functions for allocations

  The allocation of the per CPU buffer descriptor, the buffer page
  descriptors and the buffer page data itself can be pretty ugly.
  Add some helper macros and a function to have the code that allocates
  buffer pages and such look a little cleaner.


Please pull the latest trace-ringbuffer-v6.19 tree, which can be found at:


  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace-ringbuffer-v6.19

Tag SHA1: 52a9f126c9e22677f8160aead45e8d8325075bfb
Head SHA1: b1e7a590a0133606d3efd41aee38cdeac630b52f


Steven Rostedt (1):
      ring-buffer: Add helper functions for allocations

----
 kernel/trace/ring_buffer.c | 97 +++++++++++++++++++++++++---------------------
 1 file changed, 53 insertions(+), 44 deletions(-)
---------------------------

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ