All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] replace obsolete strict_strto* calls
@ 2014-06-21 12:04 Daniel Walter
  0 siblings, 0 replies; only message in thread
From: Daniel Walter @ 2014-06-21 12:04 UTC (permalink / raw)
  To: linux-kernel

Changes since v2:
 Removed merged patches

Changes since v1:
 Removed [arch/tile] (was merged to tile tree)
  Added Acked-by

  Replace all calls to strict_strto* functions with appropriate
  calls to kstrto*.
  Remove definition of strict_strto* functions

  All patches apply against current linux git tree

Daniel Walter (9):
  [arch/arm/omap2] replace strict_strto* with kstrto*
  [arch/arm/mach-pxa] replace strict_strto call with kstrto
  [arch/arm/mach-s3c24xx] replace strict_strto* with kstrto*
  [arch/arm/mach-w90x900] replace obsolete strict_strto
  [arch/powerpc] replace obsolete strict_strto* calls
  [arch/x86] replace strict_strto calls
  [drivers/scsi] replace strict_strto calls
  [net/sunrpc] replace strict_strto calls
  [include/linux] remove strict_strto* definitions

 arch/arm/mach-omap2/board-omap3touchbook.c |  2 +-
 arch/arm/mach-omap2/mux.c                  | 22 ++++++----------------
 arch/arm/mach-pxa/balloon3.c               |  2 +-
 arch/arm/mach-pxa/viper.c                  |  2 +-
 arch/arm/mach-s3c24xx/mach-jive.c          |  2 +-
 arch/arm/mach-w90x900/cpu.c                |  3 ++-
 arch/powerpc/kernel/setup_64.c             |  6 +++---
 arch/powerpc/kernel/vio.c                  |  2 +-
 arch/powerpc/platforms/pseries/dlpar.c     |  4 ++--
 arch/powerpc/platforms/pseries/mobility.c  |  2 +-
 arch/x86/kernel/cpu/intel_cacheinfo.c      |  4 ++--
 arch/x86/kernel/cpu/mcheck/mce.c           |  6 +++---
 arch/x86/kernel/cpu/mcheck/mce_amd.c       |  4 ++--
 arch/x86/kvm/mmu_audit.c                   |  2 +-
 arch/x86/platform/uv/tlb_uv.c              |  2 +-
 drivers/scsi/pmcraid.c                     |  4 ++--
 drivers/scsi/scsi_sysfs.c                  |  4 ++--
 include/linux/kernel.h                     |  4 ----
 net/sunrpc/addr.c                          | 16 ++++++----------
 net/sunrpc/auth.c                          |  2 +-
 net/sunrpc/xprtsock.c                      |  4 ++--
 21 files changed, 41 insertions(+), 58 deletions(-)

-- 
2.0.0.526.g5318336


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-21 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-21 12:04 [PATCH v3 0/9] replace obsolete strict_strto* calls Daniel Walter

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.