From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753295AbbG1VGR (ORCPT ); Tue, 28 Jul 2015 17:06:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:54118 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752714AbbG1VGQ (ORCPT ); Tue, 28 Jul 2015 17:06:16 -0400 Date: Tue, 28 Jul 2015 14:06:15 -0700 From: Andrew Morton To: Alexey Dobriyan Cc: Takashi Iwai , linux-kernel@vger.kernel.org Subject: Re: [PATCH -mm v2] sound: convert to parse_integer() Message-Id: <20150728140615.c83aec73856c187cb41dcb8b@linux-foundation.org> In-Reply-To: <20150727210301.GA24623@p183.telecom.by> References: <55ad7455.egmJBODfpfpsZpe5%akpm@linux-foundation.org> <20150727210301.GA24623@p183.telecom.by> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Jul 2015 00:03:01 +0300 Alexey Dobriyan wrote: > Convert away from deprecated simple_strto*() interfaces to > parse_integer() and kstrto*(). The patch does a lot more than this! It also adds lots of handling of previously-ignored errors. And it thereby introduces possible back-compatibility issues. Someone who is doing "echo 42foo > wherever" will now get an error, whereas they previously got 42. So hm. Probably a good patch and I'll stick it in -mm for testing, but this should go upstream via tiwai, please.