All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Linus <torvalds@linux-foundation.org>,
	Franck Bui-Huu <fbuihuu@gmail.com>,
	Josh Triplett <josh@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>,
	linux-next@vger.kernel.org
Subject: Re: [PATCH] Introduce rculist.h
Date: Tue, 1 Jul 2008 13:13:06 -0700	[thread overview]
Message-ID: <20080701201306.GF7488@linux.vnet.ibm.com> (raw)
In-Reply-To: <20080701125607.c5295759.sfr@canb.auug.org.au>

On Tue, Jul 01, 2008 at 12:56:07PM +1000, Stephen Rothwell wrote:
> In linux-next there is a commit ("rcu: split list.h and move rcu-protected
> lists into rculist.h") that moved the rcu related list iterators from
> list.h to rculist.h.  Add a trivial version of the file now so that
> various subsystem trees can start using it now for -next changes and so
> reduce the build errors caused by adding uses of the moved functions.

Works for me!

Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

> Cc: Franck Bui-Huu <fbuihuu@gmail.com>
> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> Cc: Josh Triplett <josh@kernel.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: Ingo Molnar <mingo@elte.hu>
> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
> ---
>  include/linux/rculist.h |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>  create mode 100644 include/linux/rculist.h
> 
> Linus, would you consider patches like this for 2.6.26 that have no
> effect on the current tree but help with conflicts in various subsystems
> during the next merge window?  I already have three build fixups for this
> one in particular.
> 
> diff --git a/include/linux/rculist.h b/include/linux/rculist.h
> new file mode 100644
> index 0000000..bde4586
> --- /dev/null
> +++ b/include/linux/rculist.h
> @@ -0,0 +1,6 @@
> +#ifndef _LINUX_RCULIST_H
> +#define _LINUX_RCULIST_H
> +
> +#include <linux/list.h>
> +
> +#endif	/* _LINUX_RCULIST_H */
> -- 
> 1.5.6
> 
> -- 
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/

  parent reply	other threads:[~2008-07-01 20:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-01  2:56 [PATCH] Introduce rculist.h Stephen Rothwell
2008-07-01  5:59 ` Ingo Molnar
2008-07-01 20:13 ` Paul E. McKenney [this message]
2008-08-01 21:09 ` Paul E. McKenney

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=20080701201306.GF7488@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=fbuihuu@gmail.com \
    --cc=josh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=sfr@canb.auug.org.au \
    --cc=torvalds@linux-foundation.org \
    /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.