All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gregory Haskins" <ghaskins@novell.com>
To: "Stephen Rothwell" <sfr@canb.auug.org.au>
Cc: "Tejun Heo" <tj@kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-next@vger.kernel.org>
Subject: Re: [PATCH 06/17] vbus: update gfp/slab.h includes
Date: Wed, 19 May 2010 10:56:35 -0600	[thread overview]
Message-ID: <4BF3E0030200005A0006799D@soto.provo.novell.com> (raw)
In-Reply-To: <20100520014225.e4343903.sfr@canb.auug.org.au>

>>> On 5/19/2010 at 11:42 AM, in message
<20100520014225.e4343903.sfr@canb.auug.org.au>, Stephen Rothwell
<sfr@canb.auug.org.au> wrote: 
> Hi Gregory,
> 
> On Wed, 31 Mar 2010 05:51:28 -0600 "Gregory Haskins" <ghaskins@novell.com> 
> wrote:
>>
>> >>> On 3/29/2010 at 01:52 PM, in message
>> <1269885165-18617-7-git-send-email-tj@kernel.org>, Tejun Heo <tj@kernel.org>
>> wrote: 
>> > Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
>> > gfp.h or slab.h is included as necessary.
>> > 
>> > Signed-off-by: Tejun Heo <tj@kernel.org>
>> > Cc: Stephen Rothwell <sfr@canb.auug.org.au>
>> > Cc: Gregory Haskins <ghaskins@novell.com>
>> 
>> Thanks Tejun,
>> 
>> Acked-by: Gregory Haskins <ghaskins@novell.com>
>> 
>> (will add to my tree)
> 
> It never made it as far as I can see ... maybe something equivalent went in.

Hi Steven,

I dropped the ball on this.  Will merge when I return from lunch.

-Greg

> 
> From: Tejun Heo <tj@kernel.org>
> To: sfr@canb.auug.org.au, linux-next@vger.kernel.org,
>         linux-kernel@vger.kernel.org
> Cc: Tejun Heo <tj@kernel.org>, Gregory Haskins <ghaskins@novell.com>
> Subject: [PATCH 06/17] vbus: update gfp/slab.h includes
> Date: Tue, 30 Mar 2010 02:52:34 +0900
> 
> Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
> gfp.h or slab.h is included as necessary.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Stephen Rothwell <sfr@canb.auug.org.au>
> Cc: Gregory Haskins <ghaskins@novell.com>
> ---
>  drivers/vbus/pci-bridge.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/vbus/pci-bridge.c b/drivers/vbus/pci-bridge.c
> index 0d51324..36de7c4 100644
> --- a/drivers/vbus/pci-bridge.c
> +++ b/drivers/vbus/pci-bridge.c
> @@ -22,6 +22,7 @@
>  #include <linux/pci.h>
>  #include <linux/mm.h>
>  #include <linux/workqueue.h>
> +#include <linux/slab.h>
>  #include <linux/debugfs.h>
>  #include <linux/seq_file.h>
>  #include <linux/ioq.h




WARNING: multiple messages have this Message-ID (diff)
From: "Gregory Haskins" <ghaskins@novell.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Tejun Heo <tj@kernel.org>,
	linux-kernel@vger.kernel.org, linux-next@vger.kernel.org
Subject: Re: [PATCH 06/17] vbus: update gfp/slab.h includes
Date: Wed, 19 May 2010 10:56:35 -0600	[thread overview]
Message-ID: <4BF3E0030200005A0006799D@soto.provo.novell.com> (raw)
In-Reply-To: <20100520014225.e4343903.sfr@canb.auug.org.au>

>>> On 5/19/2010 at 11:42 AM, in message
<20100520014225.e4343903.sfr@canb.auug.org.au>, Stephen Rothwell
<sfr@canb.auug.org.au> wrote: 
> Hi Gregory,
> 
> On Wed, 31 Mar 2010 05:51:28 -0600 "Gregory Haskins" <ghaskins@novell.com> 
> wrote:
>>
>> >>> On 3/29/2010 at 01:52 PM, in message
>> <1269885165-18617-7-git-send-email-tj@kernel.org>, Tejun Heo <tj@kernel.org>
>> wrote: 
>> > Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
>> > gfp.h or slab.h is included as necessary.
>> > 
>> > Signed-off-by: Tejun Heo <tj@kernel.org>
>> > Cc: Stephen Rothwell <sfr@canb.auug.org.au>
>> > Cc: Gregory Haskins <ghaskins@novell.com>
>> 
>> Thanks Tejun,
>> 
>> Acked-by: Gregory Haskins <ghaskins@novell.com>
>> 
>> (will add to my tree)
> 
> It never made it as far as I can see ... maybe something equivalent went in.

Hi Steven,

I dropped the ball on this.  Will merge when I return from lunch.

-Greg

> 
> From: Tejun Heo <tj@kernel.org>
> To: sfr@canb.auug.org.au, linux-next@vger.kernel.org,
>         linux-kernel@vger.kernel.org
> Cc: Tejun Heo <tj@kernel.org>, Gregory Haskins <ghaskins@novell.com>
> Subject: [PATCH 06/17] vbus: update gfp/slab.h includes
> Date: Tue, 30 Mar 2010 02:52:34 +0900
> 
> Implicit slab.h inclusion via percpu.h is about to go away.  Make sure
> gfp.h or slab.h is included as necessary.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Stephen Rothwell <sfr@canb.auug.org.au>
> Cc: Gregory Haskins <ghaskins@novell.com>
> ---
>  drivers/vbus/pci-bridge.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/vbus/pci-bridge.c b/drivers/vbus/pci-bridge.c
> index 0d51324..36de7c4 100644
> --- a/drivers/vbus/pci-bridge.c
> +++ b/drivers/vbus/pci-bridge.c
> @@ -22,6 +22,7 @@
>  #include <linux/pci.h>
>  #include <linux/mm.h>
>  #include <linux/workqueue.h>
> +#include <linux/slab.h>
>  #include <linux/debugfs.h>
>  #include <linux/seq_file.h>
>  #include <linux/ioq.h

  reply	other threads:[~2010-05-19 16:56 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 17:52 [PATCHSET linux-next] update gfp/slab.h includes Tejun Heo
2010-03-29 17:52 ` [PATCH 01/17] sound: " Tejun Heo
2010-03-29 19:29   ` Takashi Iwai
2010-03-29 17:52 ` [PATCH 02/17] kdb: " Tejun Heo
2010-05-19 15:33   ` Stephen Rothwell
2010-05-19 15:50     ` Jason Wessel
2010-03-29 17:52 ` [PATCH 03/17] fsnotify: " Tejun Heo
2010-05-19 15:36   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 04/17] ocfs2: " Tejun Heo
2010-05-19 15:38   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 05/17] staging: " Tejun Heo
2010-04-03  1:36   ` Stephen Rothwell
2010-04-03  1:43     ` [PATCH 05a/17] v4l-dvb: " Stephen Rothwell
2010-05-20  1:48       ` Stephen Rothwell
2010-04-05  2:27     ` [PATCH 05/17] staging: " Tejun Heo
2010-03-29 17:52 ` [PATCH 06/17] vbus: " Tejun Heo
2010-03-31 11:51   ` Gregory Haskins
2010-03-31 11:51     ` Gregory Haskins
2010-05-19 15:42     ` Stephen Rothwell
2010-05-19 15:42       ` Stephen Rothwell
2010-05-19 16:56       ` Gregory Haskins [this message]
2010-05-19 16:56         ` Gregory Haskins
2010-05-19 20:31       ` Gregory Haskins
2010-05-19 20:31         ` Gregory Haskins
2010-03-29 17:52 ` [PATCH 07/17] usb: " Tejun Heo
2010-05-19 15:44   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 08/17] davinci: " Tejun Heo
2010-05-19 15:45   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 09/17] pcmcia: " Tejun Heo
2010-03-29 19:32   ` Dominik Brodowski
2010-03-29 23:31     ` Stephen Rothwell
2010-03-30  1:01       ` Tejun Heo
2010-03-30  6:36         ` Dominik Brodowski
2010-03-30  6:56           ` Dmitry Torokhov
2010-03-30  6:56             ` Dmitry Torokhov
2010-03-30  8:23             ` Stephen Rothwell
2010-03-30  6:56           ` Dmitry Torokhov
2010-03-30  8:22           ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 10/17] wireless: " Tejun Heo
2010-05-19  9:02   ` Stephen Rothwell
2010-05-19 14:45     ` John W. Linville
2010-05-19 15:28       ` Stephen Rothwell
2010-05-19 15:46         ` Tejun Heo
2010-05-19 16:31           ` Stephen Rothwell
2010-05-19 16:47             ` Tejun Heo
2010-05-19 15:50   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 11/17] mtd: " Tejun Heo
2010-05-19 15:51   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 12/17] mfd: " Tejun Heo
2010-04-02 10:12   ` Samuel Ortiz
2010-04-02 16:08     ` Mark Brown
2010-04-02 16:25       ` Samuel Ortiz
2010-04-03  0:07         ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 13/17] hid: " Tejun Heo
2010-03-29 22:34   ` Jiri Kosina
2010-03-30  0:19     ` Tejun Heo
2010-03-29 17:52 ` [PATCH 14/17] input: " Tejun Heo
2010-03-30  3:21   ` Stephen Rothwell
2010-03-30 12:17     ` Tejun Heo
2010-03-30 13:29       ` Tejun Heo
2010-03-30 13:43         ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 15/17] libata: " Tejun Heo
2010-03-29 20:14   ` Jeff Garzik
2010-03-30  0:19     ` Tejun Heo
2010-03-30 17:02   ` Jeff Garzik
2010-03-30 22:39     ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 16/17] acpi: " Tejun Heo
2010-05-19 15:54   ` Stephen Rothwell
2010-03-29 17:52 ` [PATCH 17/17] arm: " Tejun Heo
2010-05-19 15:56   ` Stephen Rothwell
2010-05-19 17:56     ` Russell King - ARM Linux
2010-04-06  2:30 ` [PATCHSET linux-next] " Tejun Heo

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=4BF3E0030200005A0006799D@soto.provo.novell.com \
    --to=ghaskins@novell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tj@kernel.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.