Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932813AbaFCPON (ORCPT ); Tue, 3 Jun 2014 11:14:13 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:54781 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932280AbaFCPOL (ORCPT ); Tue, 3 Jun 2014 11:14:11 -0400 Date: Tue, 3 Jun 2014 16:14:07 +0100 From: Daniel Walter To: linux-kernel@vger.kernel.org Cc: richard@nod.at, akpm@linux-foundation.org Subject: [PATCH v2 00/11] replace obsolete strict_strto* calls Message-ID: <20140603151407.GB28580@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Daniel Walter Subject: [PATCH v2 00/11] replace obsolete strict_strto* calls 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 (11): [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/mips/alchemy] replace obsolete strict_strto [arch/mips] replace obsolete strict_strto calls [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/mips/alchemy/board-xxs1500.c | 2 +- arch/mips/alchemy/devboards/pm.c | 4 ++-- arch/mips/pci/ops-tx4927.c | 9 ++++++--- arch/mips/txx9/generic/setup.c | 4 ++-- 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 ++-- 25 files changed, 52 insertions(+), 63 deletions(-) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/