* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
[not found] ` <1269885165-18617-10-git-send-email-tj@kernel.org>
@ 2010-03-29 19:32 ` Dominik Brodowski
2010-03-29 23:31 ` Stephen Rothwell
0 siblings, 1 reply; 7+ messages in thread
From: Dominik Brodowski @ 2010-03-29 19:32 UTC (permalink / raw)
To: Tejun Heo; +Cc: sfr, linux-next, linux-kernel, netdev
On Tue, Mar 30, 2010 at 02:52:37AM +0900, Tejun Heo 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: Dominik Brodowski <linux@dominikbrodowski.net>
Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
> ---
> drivers/isdn/hardware/avm/avm_cs.c | 1 -
> drivers/pcmcia/pcmcia_cis.c | 1 +
> drivers/pcmcia/rsrc_iodyn.c | 1 +
> 3 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/isdn/hardware/avm/avm_cs.c b/drivers/isdn/hardware/avm/avm_cs.c
> index 8bbc452..f410d0e 100644
> --- a/drivers/isdn/hardware/avm/avm_cs.c
> +++ b/drivers/isdn/hardware/avm/avm_cs.c
> @@ -13,7 +13,6 @@
> #include <linux/kernel.h>
> #include <linux/init.h>
> #include <linux/ptrace.h>
> -#include <linux/slab.h>
> #include <linux/string.h>
> #include <linux/tty.h>
> #include <linux/serial.h>
> diff --git a/drivers/pcmcia/pcmcia_cis.c b/drivers/pcmcia/pcmcia_cis.c
> index 7406387..4a65eaf 100644
> --- a/drivers/pcmcia/pcmcia_cis.c
> +++ b/drivers/pcmcia/pcmcia_cis.c
> @@ -14,6 +14,7 @@
> *
> */
>
> +#include <linux/slab.h>
> #include <linux/module.h>
> #include <linux/kernel.h>
> #include <linux/netdevice.h>
> diff --git a/drivers/pcmcia/rsrc_iodyn.c b/drivers/pcmcia/rsrc_iodyn.c
> index 7791375..d0bf350 100644
> --- a/drivers/pcmcia/rsrc_iodyn.c
> +++ b/drivers/pcmcia/rsrc_iodyn.c
> @@ -12,6 +12,7 @@
> * (C) 1999 David A. Hinds
> */
>
> +#include <linux/slab.h>
> #include <linux/module.h>
> #include <linux/kernel.h>
>
> --
> 1.6.4.2
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
2010-03-29 19:32 ` [PATCH 09/17] pcmcia: update gfp/slab.h includes Dominik Brodowski
@ 2010-03-29 23:31 ` Stephen Rothwell
2010-03-30 1:01 ` Tejun Heo
0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2010-03-29 23:31 UTC (permalink / raw)
To: Dominik Brodowski; +Cc: Tejun Heo, linux-next, linux-kernel, netdev
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
Hi Dominik,
On Mon, 29 Mar 2010 21:32:03 +0200 Dominik Brodowski <linux@dominikbrodowski.net> wrote:
>
> On Tue, Mar 30, 2010 at 02:52:37AM +0900, Tejun Heo 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: Dominik Brodowski <linux@dominikbrodowski.net>
> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
The plan here is for you to put this in your tree now. It is safe to do
so and Tejun can't carry it because this does not apply to mainline.
Thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
2010-03-29 23:31 ` Stephen Rothwell
@ 2010-03-30 1:01 ` Tejun Heo
2010-03-30 6:36 ` Dominik Brodowski
0 siblings, 1 reply; 7+ messages in thread
From: Tejun Heo @ 2010-03-30 1:01 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: Dominik Brodowski, linux-next, linux-kernel, netdev
Hello,
On 03/30/2010 08:31 AM, Stephen Rothwell wrote:
> Hi Dominik,
> On Mon, 29 Mar 2010 21:32:03 +0200 Dominik Brodowski <linux@dominikbrodowski.net> wrote:
>>
>> On Tue, Mar 30, 2010 at 02:52:37AM +0900, Tejun Heo 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: Dominik Brodowski <linux@dominikbrodowski.net>
>> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
>
> The plan here is for you to put this in your tree now. It is safe to do
> so and Tejun can't carry it because this does not apply to mainline.
Yeap, something I completely forgot about when I asked Stephen to pull
from the slabh tree. It would be great if you can apply this one and
Stephen's patches on drivers/input/misc/ad714x.c and pcf8574_keypad.c
into input tree.
Thank you.
--
tejun
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
2010-03-30 1:01 ` Tejun Heo
@ 2010-03-30 6:36 ` Dominik Brodowski
2010-03-30 6:56 ` Dmitry Torokhov
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Dominik Brodowski @ 2010-03-30 6:36 UTC (permalink / raw)
To: Tejun Heo, Dmitry Torokhov
Cc: Stephen Rothwell, linux-next, linux-kernel, netdev
On Tue, Mar 30, 2010 at 10:01:47AM +0900, Tejun Heo wrote:
> Hello,
>
> On 03/30/2010 08:31 AM, Stephen Rothwell wrote:
> > Hi Dominik,
> > On Mon, 29 Mar 2010 21:32:03 +0200 Dominik Brodowski <linux@dominikbrodowski.net> wrote:
> >>
> >> On Tue, Mar 30, 2010 at 02:52:37AM +0900, Tejun Heo 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: Dominik Brodowski <linux@dominikbrodowski.net>
> >> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
> >
> > The plan here is for you to put this in your tree now. It is safe to do
> > so and Tejun can't carry it because this does not apply to mainline.
Okay, applied it.
> Stephen's patches on drivers/input/misc/ad714x.c and pcf8574_keypad.c
> into input tree.
That's nothing I can do anything about -- Dmitry?
Best,
Dominik
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
2010-03-30 6:36 ` Dominik Brodowski
@ 2010-03-30 6:56 ` Dmitry Torokhov
2010-03-30 8:22 ` Stephen Rothwell
[not found] ` <20100330065605.GA12764@core.coreip.homeip.net>
2 siblings, 0 replies; 7+ messages in thread
From: Dmitry Torokhov @ 2010-03-30 6:56 UTC (permalink / raw)
To: Dominik Brodowski, Tejun Heo, Stephen Rothwell, linux-next,
linux-kernel, netdev
On Tue, Mar 30, 2010 at 08:36:09AM +0200, Dominik Brodowski wrote:
> On Tue, Mar 30, 2010 at 10:01:47AM +0900, Tejun Heo wrote:
> > Hello,
> >
> > On 03/30/2010 08:31 AM, Stephen Rothwell wrote:
> > > Hi Dominik,
> > > On Mon, 29 Mar 2010 21:32:03 +0200 Dominik Brodowski <linux@dominikbrodowski.net> wrote:
> > >>
> > >> On Tue, Mar 30, 2010 at 02:52:37AM +0900, Tejun Heo 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: Dominik Brodowski <linux@dominikbrodowski.net>
> > >> Acked-by: Dominik Brodowski <linux@dominikbrodowski.net>
> > >
> > > The plan here is for you to put this in your tree now. It is safe to do
> > > so and Tejun can't carry it because this does not apply to mainline.
>
> Okay, applied it.
>
> > Stephen's patches on drivers/input/misc/ad714x.c and pcf8574_keypad.c
> > into input tree.
>
> That's nothing I can do anything about -- Dmitry?
>
Yes, I will roll teh relevant parts into respective patches if you don't
mind.
--
Dmitry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
2010-03-30 6:36 ` Dominik Brodowski
2010-03-30 6:56 ` Dmitry Torokhov
@ 2010-03-30 8:22 ` Stephen Rothwell
[not found] ` <20100330065605.GA12764@core.coreip.homeip.net>
2 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2010-03-30 8:22 UTC (permalink / raw)
To: Dominik Brodowski
Cc: Tejun Heo, Dmitry Torokhov, linux-next, linux-kernel, netdev
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
Hi Dominik,
On Tue, 30 Mar 2010 08:36:09 +0200 Dominik Brodowski <linux@dominikbrodowski.net> wrote:
>
> Okay, applied it.
Great, thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 09/17] pcmcia: update gfp/slab.h includes
[not found] ` <20100330065605.GA12764@core.coreip.homeip.net>
@ 2010-03-30 8:23 ` Stephen Rothwell
0 siblings, 0 replies; 7+ messages in thread
From: Stephen Rothwell @ 2010-03-30 8:23 UTC (permalink / raw)
To: Dmitry Torokhov
Cc: Dominik Brodowski, Tejun Heo, linux-next, linux-kernel, netdev
[-- Attachment #1: Type: text/plain, Size: 316 bytes --]
Hi Dmitry,
On Mon, 29 Mar 2010 23:56:05 -0700 Dmitry Torokhov <dmitry.torokhov@gmail.com> wrote:
>
> Yes, I will roll teh relevant parts into respective patches if you don't
> mind.
Great, thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-03-30 8:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1269885165-18617-1-git-send-email-tj@kernel.org>
[not found] ` <1269885165-18617-10-git-send-email-tj@kernel.org>
2010-03-29 19:32 ` [PATCH 09/17] pcmcia: update gfp/slab.h includes 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 8:22 ` Stephen Rothwell
[not found] ` <20100330065605.GA12764@core.coreip.homeip.net>
2010-03-30 8:23 ` Stephen Rothwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).