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>] [day] [month] [year] [list]
Date:	Thu, 12 Jun 2008 23:25:46 +0300
From:	Eduard - Gabriel Munteanu <eduard.munteanu@...ux360.ro>
To:	tzanussi@...il.com
Cc:	penberg@...helsinki.fi, akpm@...ux-foundation.org,
	compudj@...stal.dyndns.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] relay interface bugfixes and early logging support

This patch series was created while working on kmemtrace, a project
that needs to do early tracing in the kernel, but the bugfixes are
relevant to any project that uses the relay interface.

Only the third patch introduces a new feature, that is, buffers that
have no associated files. This is exactly what kmemtrace needs,
although other tracing projects can use this new API to trace early
code and export the data as soon as VFS is ready.

Mathieu Desnoyers from LTTng has already expressed his interest in this
functionality.

This, along with kmemtrace, is part of my work within this year's GSoC,
mentored by Pekka Enberg.

Eduard - Gabriel Munteanu (3):
  relay: Fix 4 off-by-one errors occuring when writing to a CPU buffer.
  relay: Fix race condition which occurs when reading across CPUs.
  relay: Add buffer-only channels; useful for early logging.

 Documentation/filesystems/relay.txt |   11 +++
 include/linux/relay.h               |   19 ++++--
 kernel/relay.c                      |  133 ++++++++++++++++++++++++++---------
 3 files changed, 125 insertions(+), 38 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (828 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ