All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
To: tzanussi@gmail.com, linux-kernel@vger.kernel.org
Cc: penberg@cs.helsinki.fi, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, compudj@krystal.dyndns.org
Subject: [PATCH 0/3] relay buffer-only channels (resubmit)
Date: Sun, 15 Jun 2008 18:04:46 +0300	[thread overview]
Message-ID: <20080615180446.5af80e85@linux360.ro> (raw)

[-- 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 --]

                 reply	other threads:[~2008-06-15 15:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080615180446.5af80e85@linux360.ro \
    --to=eduard.munteanu@linux360.ro \
    --cc=akpm@linux-foundation.org \
    --cc=compudj@krystal.dyndns.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=penberg@cs.helsinki.fi \
    --cc=torvalds@linux-foundation.org \
    --cc=tzanussi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.