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(-)
| Greg Kroah-Hartman | [PATCH 002/196] Chinese: rephrase English introduction in HOWTO |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jan Engelhardt | intel iommu (Re: -mm merge plans for 2.6.23) |
| Andi Kleen | Re: [PATCH] x86: Construct 32 bit boot time page tables in native format. |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | Re: Possible regression in HTB |
| Natalie Protasevich | [BUG] New Kernel Bugs |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
git: | |
