linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <1359123276-15833-19-git-send-email-arnd@arndb.de>]
  • [parent not found: <1359123276-15833-20-git-send-email-arnd@arndb.de>]
  • * [PATCHv2 00/19] ARM: common warning fixes
           [not found] <1359123276-15833-1-git-send-email-arnd@arndb.de>
                       ` (2 preceding siblings ...)
           [not found] ` <1359123276-15833-20-git-send-email-arnd@arndb.de>
    @ 2013-01-25 22:43 ` Arnd Bergmann
      2013-01-25 22:44   ` [PATCH 01/19] ARM: shmobile: fix defconfig warning on CONFIG_USB Arnd Bergmann
                         ` (19 more replies)
           [not found] ` <1359123276-15833-12-git-send-email-arnd@arndb.de>
           [not found] ` <1359123276-15833-4-git-send-email-arnd@arndb.de>
      5 siblings, 20 replies; 61+ messages in thread
    From: Arnd Bergmann @ 2013-01-25 22:43 UTC (permalink / raw)
      To: linux-arm-kernel
    
    Hi everyone,
    
    [fixing an embarrasing typo in the linux-arm-kernel
     mailing list address, sorry about the re-send]
    
    This series fixes all the known build warnings on
    ARM with any of the defconfig files. Most of these
    patches are regressions and warn about code that
    changed in linux-3.8, so it would be nice to
    fix those before the release.
    
    The patch for the ARM_UNWIND warning is added
    here for completeness: The warning is old and
    particularly annoying, but the patch is not ready
    for inclusion.
    
    I have more patches like these for less important
    issues, in four classes:
    
    1. warnings and errors that are only present in linux-next
    2. warnings about allyesconfig/allnoconfig/allmodconfig
       builds.
    3. warnings and errors for various randconfig combinations
    4. 'maybe-uninitialized' gcc warnings that only appear
       with gcc-3.7 or 3.8. There are quite a lot of them.
    
    I will get to those once this series is sorted out.
    Since there are no interdepencies between the patches,
    my preference is to have them applied by the individual
    subsystem maintainers. Anything that has not at
    least made it into linux-next by the next merge window
    and has not received a 'NAK' or been obsoleted by
    another patch, I plan to submit as part of an arm-soc
    branch for 3.9.
    
    Arnd Bergmann (18):
      ARM: shmobile: fix defconfig warning on CONFIG_USB
      ARM: disable virt_to_bus/virt_to_bus almost everywhere
      ARM: msm: proc_comm_boot_wait should not be __init
      oss/dmabuf: use dma_map_single
      sched: warnings in kernel/sched/fair.c
      sched/debug: fix format string for 32 bit platforms
      scripts/sortextable: silence script output
      lockdep: avoid warning about unused variables
      mfd/twl4030: don't warn about uninitialized return code
      watchdog: at91sam9: at91_wdt_dt_ids cannot be __init
      regmap: avoid undefined return from regmap_read_debugfs
      pinctrl: exynos: don't mark probing functions as __init
      pinctrl: nomadik: nmk_prcm_gpiocr_get_mode may be unused
      spi/atmel: remove incorrect __exit_p()
      sunrpc: don't warn for unused variable 'buf'
      ARM: sa1100: don't warn about mach/ide.h
      input/joystick: use get_cycles on ARM
      ARM: at91: suspend both memory controllers on at91sam9263
    
    sahara (1):
      [INCOMPLETE] ARM: make return_address available for ARM_UNWIND
    
     arch/arm/Kconfig                     |  4 ++++
     arch/arm/configs/marzen_defconfig    |  1 -
     arch/arm/configs/shark_defconfig     |  1 -
     arch/arm/include/asm/dma.h           |  2 +-
     arch/arm/include/asm/ftrace.h        |  6 ++----
     arch/arm/include/asm/memory.h        |  2 ++
     arch/arm/kernel/Makefile             | 12 +++++-------
     arch/arm/kernel/return_address.c     | 10 +++-------
     arch/arm/kernel/stacktrace.c         |  3 +++
     arch/arm/mach-at91/cpuidle.c         |  2 ++
     arch/arm/mach-at91/pm.c              |  2 ++
     arch/arm/mach-at91/pm.h              | 30 ++++++++++++++++++++++++------
     arch/arm/mach-msm/proc_comm.h        |  2 +-
     arch/arm/mach-sa1100/lart.c          |  3 ---
     drivers/base/regmap/regmap-debugfs.c |  2 +-
     drivers/input/joystick/analog.c      |  8 ++------
     drivers/mfd/twl4030-power.c          |  2 +-
     drivers/pinctrl/pinctrl-exynos5440.c | 10 +++++-----
     drivers/pinctrl/pinctrl-nomadik.c    |  2 +-
     drivers/spi/spi-atmel.c              |  2 +-
     drivers/watchdog/at91sam9_wdt.c      |  2 +-
     include/linux/lockdep.h              |  2 +-
     kernel/sched/debug.c                 |  4 ++--
     kernel/sched/fair.c                  |  2 +-
     kernel/trace/trace_irqsoff.c         | 26 ++++++++++++--------------
     net/sunrpc/svc.c                     |  2 +-
     scripts/sortextable.h                |  2 +-
     sound/oss/dmabuf.c                   |  3 ++-
     28 files changed, 81 insertions(+), 68 deletions(-)
    
    -- 
    1.8.0
    
    ^ permalink raw reply	[flat|nested] 61+ messages in thread
  • [parent not found: <1359123276-15833-12-git-send-email-arnd@arndb.de>]
  • [parent not found: <1359123276-15833-4-git-send-email-arnd@arndb.de>]

  • end of thread, other threads:[~2014-01-07 18:31 UTC | newest]
    
    Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <1359123276-15833-1-git-send-email-arnd@arndb.de>
         [not found] ` <1359123276-15833-10-git-send-email-arnd@arndb.de>
         [not found]   ` <510295BF.80709@ti.com>
    2013-01-25 14:34     ` [PATCH 09/19] mfd/twl4030: don't warn about uninitialized return code Arnd Bergmann
         [not found] ` <1359123276-15833-19-git-send-email-arnd@arndb.de>
         [not found]   ` <20130125154219.GM7360@game.jcrosoft.org>
    2013-01-25 15:57     ` [PATCH 18/19] ARM: at91: suspend both memory controllers on at91sam9263 Arnd Bergmann
         [not found] ` <1359123276-15833-20-git-send-email-arnd@arndb.de>
         [not found]   ` <20130125162608.GD2069@linaro.org>
         [not found]     ` <1359132254.21576.230.camel@gandalf.local.home>
    2013-01-25 16:59       ` [PATCH 19/19] [INCOMPLETE] ARM: make return_address available for ARM_UNWIND Dave Martin
    2013-01-25 17:08         ` Steven Rostedt
    2013-01-25 17:22           ` Dave Martin
    2013-01-26  0:45         ` Arnd Bergmann
    2013-01-28  2:33           ` Keun-O Park
    2013-01-28 12:50             ` Dave Martin
    2013-01-29  2:13               ` Keun-O Park
    2014-01-07 14:33                 ` Arnd Bergmann
    2014-01-07 14:41                   ` Russell King - ARM Linux
    2014-01-07 15:48                     ` Arnd Bergmann
    2014-01-07 16:36                       ` Dave Martin
    2014-01-07 18:31                         ` Steven Rostedt
    2013-01-25 22:43 ` [PATCHv2 00/19] ARM: common warning fixes Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 01/19] ARM: shmobile: fix defconfig warning on CONFIG_USB Arnd Bergmann
    2013-01-28  0:21     ` Simon Horman
    2013-01-25 22:44   ` [PATCH 02/19] ARM: disable virt_to_bus/virt_to_bus almost everywhere Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 03/19] ARM: msm: proc_comm_boot_wait should not be __init Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 04/19] oss/dmabuf: use dma_map_single Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 05/19] sched: warnings in kernel/sched/fair.c Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 06/19] sched/debug: fix format string for 32 bit platforms Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 07/19] scripts/sortextable: silence script output Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 08/19] lockdep: avoid warning about unused variables Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 09/19] mfd/twl4030: don't warn about uninitialized return code Arnd Bergmann
    2013-01-27  0:42     ` Samuel Ortiz
    2013-01-25 22:44   ` [PATCH 10/19] watchdog: at91sam9: at91_wdt_dt_ids cannot be __init Arnd Bergmann
    2013-01-28  8:32     ` Nicolas Ferre
    2013-01-28 10:19       ` Fabio Porcedda
    2013-01-28  9:49     ` Fabio Porcedda
    2013-01-25 22:44   ` [PATCH 11/19] regmap: avoid undefined return from regmap_read_debugfs Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 12/19] pinctrl: exynos: don't mark probing functions as __init Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 13/19] pinctrl: nomadik: nmk_prcm_gpiocr_get_mode may be unused Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 14/19] spi/atmel: remove incorrect __exit_p() Arnd Bergmann
    2013-01-28  8:33     ` Nicolas Ferre
    2013-01-25 22:44   ` [PATCH 15/19] sunrpc: don't warn for unused variable 'buf' Arnd Bergmann
    2013-01-25 23:04     ` Myklebust, Trond
    2013-01-25 23:45       ` Arnd Bergmann
    2013-01-26 11:03         ` Russell King - ARM Linux
    2013-01-26 13:34           ` Arnd Bergmann
    2013-01-28 23:18             ` J. Bruce Fields
    2013-01-25 22:44   ` [PATCH 16/19] ARM: sa1100: don't warn about mach/ide.h Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 17/19] input/joystick: use get_cycles on ARM Arnd Bergmann
    2013-01-25 22:44   ` [PATCH 18/19] ARM: at91: suspend both memory controllers on at91sam9263 Arnd Bergmann
    2013-04-18 13:45     ` Nicolas Ferre
    2013-04-18 14:15       ` Arnd Bergmann
    2013-04-18 14:19         ` Nicolas Ferre
    2013-04-18 14:20           ` Arnd Bergmann
    2013-04-18 14:32           ` Daniel Lezcano
    2013-01-25 22:44   ` [PATCH 19/19] [INCOMPLETE] ARM: make return_address available for ARM_UNWIND Arnd Bergmann
    2013-01-26 10:05   ` [PATCHv2 00/19] ARM: common warning fixes Russell King - ARM Linux
    2013-01-26 13:31     ` Arnd Bergmann
         [not found] ` <1359123276-15833-12-git-send-email-arnd@arndb.de>
         [not found]   ` <20130126044219.GA10580@opensource.wolfsonmicro.com>
    2013-01-26  4:52     ` [PATCH 11/19] regmap: avoid undefined return from regmap_read_debugfs Mark Brown
    2013-01-26  9:17     ` Arnd Bergmann
    2013-01-26  9:49       ` Mark Brown
    2013-01-26  9:59         ` Russell King - ARM Linux
    2013-01-26 10:03           ` Mark Brown
    2013-01-26 10:07             ` Russell King - ARM Linux
    2013-01-26 11:45               ` [PATCH 11/19] regmap: regmap: avoid spurious warning in regmap_read_debugfs Arnd Bergmann
    2013-01-27  2:51                 ` Mark Brown
         [not found] ` <1359123276-15833-4-git-send-email-arnd@arndb.de>
         [not found]   ` <8yak3r15ds0.fsf@huya.qualcomm.com>
    2013-02-12  1:42     ` [PATCH 03/19] ARM: msm: proc_comm_boot_wait should not be __init Olof Johansson
    

    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).