From: Randy Dunlap <randy.dunlap@oracle.com>
To: paulmck@linux.vnet.ibm.com
Cc: Christoph Hellwig <hch@infradead.org>,
Corey Minyard <minyard@acm.org>, Andrew Morton <akpm@osdl.org>,
Linux Kernel <linux-kernel@vger.kernel.org>,
Carol Hebert <cah@us.ibm.com>,
OpenIPMI Developers <openipmi-developer@lists.sourceforge.net>
Subject: Re: [PATCH] IPMI: fix some RCU problems
Date: Thu, 28 Dec 2006 12:24:22 -0800 [thread overview]
Message-ID: <20061228122422.f052f6b5.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20061228195504.GC4501@linux.vnet.ibm.com>
On Thu, 28 Dec 2006 11:55:04 -0800 Paul E. McKenney wrote:
> list.h | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 58 insertions(+)
>
> diff -urpNa -X dontdiff linux-2.6.19/include/linux/list.h linux-2.6.19-lpr/include/linux/list.h
> --- linux-2.6.19/include/linux/list.h 2006-11-29 13:57:37.000000000 -0800
> +++ linux-2.6.19-lpr/include/linux/list.h 2006-12-28 11:48:31.000000000 -0800
> @@ -360,6 +360,64 @@ static inline void list_splice_init(stru
> }
>
> /**
> + * list_splice_init_rcu - splice an RCU-protected list into an existing list.
> + * @list the RCU-protected list to splice
> + * @head the place in the list to splice the first list into
> + * @sync function to sync: synchronize_rcu(), synchronize_sched(), ...
@parameter: is kernel-doc syntax.
I.e., please add a colon after each one of those.
---
~Randy
next prev parent reply other threads:[~2006-12-28 20:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-28 18:24 Corey Minyard
2006-12-28 18:31 ` Christoph Hellwig
2006-12-28 19:55 ` Paul E. McKenney
2006-12-28 20:24 ` Randy Dunlap [this message]
2006-12-28 22:23 ` Paul E. McKenney
2007-01-03 15:31 [PATCH] IPMI: Fix " Corey Minyard
2007-01-03 21:22 ` Andrew Morton
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=20061228122422.f052f6b5.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@osdl.org \
--cc=cah@us.ibm.com \
--cc=hch@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=minyard@acm.org \
--cc=openipmi-developer@lists.sourceforge.net \
--cc=paulmck@linux.vnet.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome