All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] relay buffer-only channels (resubmit)
@ 2008-06-15 15:04 Eduard - Gabriel Munteanu
  0 siblings, 0 replies; only message in thread
From: Eduard - Gabriel Munteanu @ 2008-06-15 15:04 UTC (permalink / raw)
  To: tzanussi, linux-kernel; +Cc: penberg, akpm, torvalds, compudj

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

Hello,

This is a resubmit of the buffer-only channels implementation for
relay. Basically I followed Pekka Enberg's suggestion of doing things
CPU-hotplug-aware.

The first two patches allow relay to set up an early initcall for
registering a CPU hotplug notifier. This has to run before SMP is up,
so non-boot CPUs get a buffer as soon as they're up.

Feel free to ask any questions or suggest anything.

Eduard - Gabriel Munteanu (3):
  Unignore vmlinux.lds.h from Git.
  Better interface for hooking early initcalls.
  relay: Add buffer-only channels; useful for early logging.

 .gitignore                          |    1 +
 Documentation/filesystems/relay.txt |   11 +++
 include/asm-generic/vmlinux.lds.h   |    2 +
 include/linux/init.h                |    7 ++
 include/linux/relay.h               |    5 +
 init/main.c                         |   13 +++-
 kernel/relay.c                      |  141 +++++++++++++++++++++++++++--------
 7 files changed, 147 insertions(+), 33 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-15 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-15 15:04 [PATCH 0/3] relay buffer-only channels (resubmit) Eduard - Gabriel Munteanu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.