[PATCHSET linux-next] update gfp/slab.h includes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Tejun Heo
Date: Monday, March 29, 2010 - 10:52 am

Mainline is scheduled to be updated not to include slab.h implicitly
from percpu.h which means that each .c file which uses gfp or slab API
should include respective header file directly.

This patchset contains include updates for trees which are in
linux-next but not in mainline yet.  These patches are on top of
next-20100329 which already include Stephen's fixup patches.  Please
apply both Stephen's patches and these to subsystem trees.

One good news is that all the problems Stephen discovered by build
testing and discovered by running slabh-sweep.py script on linux-next
are confined to codes which are not in mainline yet, so it looks like
the original conversion is fairly comprehensive.

This patchset contains the following patches.

 0001-sound-update-gfp-slab.h-includes.patch
 0002-kdb-update-gfp-slab.h-includes.patch
 0003-fsnotify-update-gfp-slab.h-includes.patch
 0004-ocfs2-update-gfp-slab.h-includes.patch
 0005-staging-update-gfp-slab.h-includes.patch
 0006-vbus-update-gfp-slab.h-includes.patch
 0007-usb-update-gfp-slab.h-includes.patch
 0008-davinci-update-gfp-slab.h-includes.patch
 0009-pcmcia-update-gfp-slab.h-includes.patch
 0010-wireless-update-gfp-slab.h-includes.patch
 0011-mtd-update-gfp-slab.h-includes.patch
 0012-mfd-update-gfp-slab.h-includes.patch
 0013-hid-update-gfp-slab.h-includes.patch
 0014-input-update-gfp-slab.h-includes.patch
 0015-libata-update-gfp-slab.h-includes.patch
 0016-acpi-update-gfp-slab.h-includes.patch
 0017-arm-update-gfp-slab.h-includes.patch

and contains the following changes.

 arch/arm/mach-vexpress/ct-ca9x4.c                |    1 +
 drivers/acpi/apei/apei-base.c                    |    1 +
 drivers/acpi/atomicio.c                          |    1 +
 drivers/ata/ahci_platform.c                      |    1 +
 drivers/ata/libahci.c                            |    1 +
 drivers/char/sysrq.c                             |    2 +-
 drivers/gpio/rdc321x-gpio.c                      |    1 +
 drivers/hid/hid-roccat-kone.c                    |    1 +
 drivers/isdn/hardware/avm/avm_cs.c               |    1 -
 drivers/mfd/davinci_voicecodec.c                 |    1 +
 drivers/mtd/mtdcore.c                            |    1 +
 drivers/mtd/nand/mpc5121_nfc.c                   |    1 +
 drivers/mtd/nand/r852.c                          |    1 +
 drivers/net/wireless/ath/ath9k/htc.h             |    1 +
 drivers/net/wireless/iwlwifi/iwl-agn-ict.c       |    1 +
 drivers/pcmcia/pcmcia_cis.c                      |    1 +
 drivers/pcmcia/rsrc_iodyn.c                      |    1 +
 drivers/rtc/rtc-davinci.c                        |    1 +
 drivers/staging/comedi/drivers/quatech_daqp_cs.c |    1 +
 drivers/staging/otus/usbdrv.h                    |    1 +
 drivers/staging/tm6000/tm6000-alsa.c             |    1 +
 drivers/staging/tm6000/tm6000-cards.c            |    1 +
 drivers/staging/tm6000/tm6000-core.c             |    1 +
 drivers/staging/tm6000/tm6000-dvb.c              |    1 +
 drivers/usb/musb/musb_debugfs.c                  |    1 -
 drivers/vbus/pci-bridge.c                        |    1 +
 fs/notify/fanotify/fanotify_user.c               |    1 +
 fs/notify/mark.c                                 |    1 -
 fs/notify/vfsmount_mark.c                        |    1 -
 fs/ocfs2/reservations.c                          |    1 -
 kernel/debug/kdb/kdb_main.c                      |    1 +
 sound/soc/codecs/cq93vc.c                        |    1 +
 sound/soc/davinci/davinci-vcif.c                 |    1 +
 sound/usb/caiaq/input.c                          |    1 +
 sound/usb/urb.c                                  |    1 +
 35 files changed, 30 insertions(+), 6 deletions(-)

Thanks.

--
tejun
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCHSET linux-next] update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 01/17] sound: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 02/17] kdb: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 03/17] fsnotify: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 04/17] ocfs2: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 05/17] staging: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 06/17] vbus: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 07/17] usb: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 08/17] davinci: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 09/17] pcmcia: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 10/17] wireless: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 11/17] mtd: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 12/17] mfd: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 13/17] hid: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 14/17] input: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 15/17] libata: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 16/17] acpi: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
[PATCH 17/17] arm: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 10:52 am)
Re: [PATCH 01/17] sound: update gfp/slab.h includes, Takashi Iwai, (Mon Mar 29, 12:29 pm)
Re: [PATCH 15/17] libata: update gfp/slab.h includes, Jeff Garzik, (Mon Mar 29, 1:14 pm)
Re: [PATCH 13/17] hid: update gfp/slab.h includes, Jiri Kosina, (Mon Mar 29, 3:34 pm)
Re: [PATCH 13/17] hid: update gfp/slab.h includes, Tejun Heo, (Mon Mar 29, 5:19 pm)
Re: [PATCH 14/17] input: update gfp/slab.h includes, Stephen Rothwell, (Mon Mar 29, 8:21 pm)
Re: [PATCH 14/17] input: update gfp/slab.h includes, Tejun Heo, (Tue Mar 30, 5:17 am)
Re: [PATCH 14/17] input: update gfp/slab.h includes, Tejun Heo, (Tue Mar 30, 6:29 am)
Re: [PATCH 14/17] input: update gfp/slab.h includes, Stephen Rothwell, (Tue Mar 30, 6:43 am)
Re: [PATCH 15/17] libata: update gfp/slab.h includes, Jeff Garzik, (Tue Mar 30, 10:02 am)
Re: [PATCH 15/17] libata: update gfp/slab.h includes, Stephen Rothwell, (Tue Mar 30, 3:39 pm)
Re: [PATCH 06/17] vbus: update gfp/slab.h includes, Gregory Haskins, (Wed Mar 31, 4:51 am)
Re: [PATCH 12/17] mfd: update gfp/slab.h includes, Samuel Ortiz, (Fri Apr 2, 3:12 am)
Re: [PATCH 12/17] mfd: update gfp/slab.h includes, Mark Brown, (Fri Apr 2, 9:08 am)
Re: [PATCH 12/17] mfd: update gfp/slab.h includes, Samuel Ortiz, (Fri Apr 2, 9:25 am)
Re: [PATCH 12/17] mfd: update gfp/slab.h includes, Stephen Rothwell, (Fri Apr 2, 5:07 pm)
Re: [PATCH 05/17] staging: update gfp/slab.h includes, Stephen Rothwell, (Fri Apr 2, 6:36 pm)
[PATCH 05a/17] v4l-dvb: update gfp/slab.h includes, Stephen Rothwell, (Fri Apr 2, 6:43 pm)
Re: [PATCH 10/17] wireless: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 2:02 am)
Re: [PATCH 10/17] wireless: update gfp/slab.h includes, John W. Linville, (Wed May 19, 7:45 am)
Re: [PATCH 10/17] wireless: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:28 am)
Re: [PATCH 02/17] kdb: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:33 am)
Re: [PATCH 03/17] fsnotify: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:36 am)
Re: [PATCH 04/17] ocfs2: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:38 am)
Re: [PATCH 06/17] vbus: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:42 am)
Re: [PATCH 07/17] usb: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:44 am)
Re: [PATCH 08/17] davinci: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:45 am)
Re: [PATCH 10/17] wireless: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:50 am)
Re: [PATCH 02/17] kdb: update gfp/slab.h includes, Jason Wessel, (Wed May 19, 8:50 am)
Re: [PATCH 11/17] mtd: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:51 am)
Re: [PATCH 16/17] acpi: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:54 am)
Re: [PATCH 17/17] arm: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 8:56 am)
Re: [PATCH 10/17] wireless: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 9:31 am)
Re: [PATCH 06/17] vbus: update gfp/slab.h includes, Gregory Haskins, (Wed May 19, 9:56 am)
Re: [PATCH 17/17] arm: update gfp/slab.h includes, Russell King - ARM Linux, (Wed May 19, 10:56 am)
Re: [PATCH 06/17] vbus: update gfp/slab.h includes, Gregory Haskins, (Wed May 19, 1:31 pm)
Re: [PATCH 05a/17] v4l-dvb: update gfp/slab.h includes, Stephen Rothwell, (Wed May 19, 6:48 pm)