All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET linux-next] update gfp/slab.h includes
@ 2010-03-29 17:52 Tejun Heo
  2010-03-29 17:52 ` [PATCH 01/17] sound: " Tejun Heo
                   ` (17 more replies)
  0 siblings, 18 replies; 72+ messages in thread
From: Tejun Heo @ 2010-03-29 17:52 UTC (permalink / raw)
  To: sfr, linux-next, linux-kernel

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

^ permalink raw reply	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2010-05-20  1:49 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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.