[PATCH 00/16] ARM: mostly harmless gcc warnings

Arnd Bergmann arnd at arndb.de
Fri Oct 5 10:55:14 EDT 2012


In my attempt to weed out all warnings in ARM defconfigs, this
is the latest installment of patches. Ideally these could all
go through the respective subsystem maintainer trees, but
for any patches I don't hear anything back on, I will just
merge them through the arm-soc tree.

	Arnd

Arnd Bergmann (16):
  ARM: warnings in arch/arm/include/asm/uaccess.h
  ARM: binfmt_flat: unused variable 'persistent'
  SCSI: ARM: ncr5380/oak uses no interrupts
  SCSI: ARM: make fas216_dumpinfo function conditional
  vfs: bogus warnings in fs/namei.c
  mm/slob: use min_t() to compare ARCH_SLAB_MINALIGN
  cgroup: fix warning when building without any subsys
  ipvs: fix ip_vs_set_timeout debug messages
  USB: EHCI: mark ehci_orion_conf_mbus_windows __devinit
  clk: don't mark clkdev_add_table as init
  pcmcia: sharpsl: don't discard sharpsl_pcmcia_ops
  video: mark nuc900fb_map_video_memory as __devinit
  ARM: be really quiet when building with 'make -s'
  ARM: pxa: armcore: fix PCI PIO warnings
  spi/s3c64xx: use correct dma_transfer_direction type
  ARM: pass -marm to gcc by default for both C and assembler

 arch/arm/Makefile               |   13 +++++++------
 arch/arm/boot/Makefile          |   10 +++++-----
 arch/arm/common/it8152.c        |   12 +++++++++---
 arch/arm/include/asm/flat.h     |    2 +-
 arch/arm/include/asm/uaccess.h  |    4 ++--
 arch/arm/tools/Makefile         |    2 +-
 drivers/clk/clkdev.c            |    2 +-
 drivers/pcmcia/pxa2xx_sharpsl.c |    2 +-
 drivers/scsi/arm/fas216.c       |    2 +-
 drivers/scsi/arm/oak.c          |    1 +
 drivers/spi/spi-s3c64xx.c       |    2 +-
 drivers/usb/host/ehci-orion.c   |    2 +-
 drivers/video/nuc900fb.c        |    2 +-
 fs/namei.c                      |    6 +++---
 include/linux/cgroup.h          |    2 +-
 mm/slob.c                       |    6 +++---
 net/netfilter/ipvs/ip_vs_ctl.c  |   10 ++++++----
 17 files changed, 45 insertions(+), 35 deletions(-)

Cc: "James E.J. Bottomley" <JBottomley at parallels.com>
Cc: Al Viro <viro at zeniv.linux.org.uk>
Cc: Alan Stern <stern at rowland.harvard.edu>
Cc: Ben Blum <bblum at andrew.cmu.edu>
Cc: Ben Dooks <ben-linux at fluff.org>
Cc: Bjorn Helgaas <bhelgaas at google.com>
Cc: Bryan Wu <bryan.wu at canonical.com>
Cc: Catalin Marinas <catalin.marinas at arm.com>
Cc: Christoph Lameter <cl at linux.com>
Cc: Dave Martin <dave.martin at linaro.org>
Cc: David S. Miller <davem at davemloft.net>
Cc: Dominik Brodowski <linux at dominikbrodowski.net>
Cc: Eric Miao <eric.y.miao at gmail.com>
Cc: Florian Tobias Schandinat <FlorianSchandinat at gmx.de>
Cc: Grant Likely <grant.likely at secretlab.ca>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Cc: Greg Ungerer <gerg at uclinux.org>
Cc: Haojian Zhuang <haojian.zhuang at gmail.com>
Cc: Igor Grinberg <grinberg at compulab.co.il>
Cc: Jan Kara <jack at suse.cz>
Cc: Jochen Friedrich <jochen at scram.de>
Cc: Julian Anastasov <ja at ssi.bg>
Cc: Krzysztof Halasa <khc at pm.waw.pl>
Cc: Kukjin Kim <kgene.kim at samsung.com>
Cc: Li Zefan <lizefan at huawei.com>
Cc: Michal Marek <mmarek at suse.cz>
Cc: Mike Rapoport <mike at compulab.co.il>
Cc: Mike Turquette <mturquette at linaro.org>
Cc: Nicolas Pitre <nicolas.pitre at linaro.org>
Cc: Pavel Machek <pavel at suse.cz>
Cc: Pekka Enberg <penberg at kernel.org>
Cc: Russell King <rmk+kernel at arm.linux.org.uk>
Cc: Simon Horman <horms at verge.net.au>
Cc: Tejun Heo <tj at kernel.org>
Cc: Wan ZongShun <mcuos.com at gmail.com>
Cc: coreteam at netfilter.org
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-fbdev at vger.kernel.org
Cc: linux-fsdevel at vger.kernel.org
Cc: linux-pcmcia at lists.infradead.org
Cc: linux-samsung-soc at vger.kernel.org
Cc: linux-scsi at vger.kernel.org
Cc: linux-usb at vger.kernel.org
Cc: netdev at vger.kernel.org
Cc: netfilter-devel at vger.kernel.org
Cc: netfilter at vger.kernel.org
Cc: spi-devel-general at lists.sourceforge.net


-- 
1.7.10




More information about the linux-arm-kernel mailing list