Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752518AbbHYOPO (ORCPT ); Tue, 25 Aug 2015 10:15:14 -0400 Received: from smtprelay0242.hostedemail.com ([216.40.44.242]:47067 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754083AbbHYOPL (ORCPT ); Tue, 25 Aug 2015 10:15:11 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 30,2,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2498:2553:2559:2562:3138:3139:3140:3141:3142:3354:3622:3865:3867:3868:3870:3871:3872:3873:3874:5007:6261:6742:7514:7875:7903:8957:10004:10400:10450:10455:10471:10848:10967:11232:11658:11914:12517:12519:12740:13069:13153:13161:13228:13229:13255:13311:13357:19904:19999:21067:21080:21212,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: look27_fdbb92ba0b40 X-Filterd-Recvd-Size: 3348 Date: Tue, 25 Aug 2015 10:15:07 -0400 From: Steven Rostedt To: Sean Fu Cc: "Eric W. Biederman" , Andrey Ryabinin , Ulrich Obergfell , Prarit Bhargava , Eric B Munson , "Paul E. McKenney" , Johannes Weiner , Andrew Morton , Thomas Gleixner , Don Zickus , Heinrich Schuchardt , David Rientjes , linux-kernel@vger.kernel.org Subject: Re: [PATCH] kernel/sysctl.c: If "count" including the terminating byte '\0' the write system call should retrun success. Message-ID: <20150825101507.4e3be4ca@gandalf.local.home> In-Reply-To: References: <20150824125902.4ba11ec6@gandalf.local.home> <9CF68C3D-499C-4AFC-B890-BA5ECA284347@xmission.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; 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 Content-Length: 1917 Lines: 50 On Tue, 25 Aug 2015 15:50:18 +0800 Sean Fu wrote: > On Tue, Aug 25, 2015 at 10:24 AM, Eric W. Biederman > wrote: > > > > > > On August 24, 2015 6:57:57 PM MDT, Sean Fu wrote: > >>An application from HuaWei which works fine on 2.6 encounters this > >>issue on 3.0 or later kernel. > > > > My sympathies. Being stuck with a 3rd party application you can barely talk about that has been broken for 5years and no one reported it. > > > > Ordinarily we would fix a regression like this. As it has been 5years the challenge now is how do we tell if there are applications that depend on the current behavior. > > > > Before we can change the behavior back we need a convincing argument that we won't cause a regression in another application by making the change. > > > > I do not see how such an argument can be made. So you have my sympathies but I do not see how we can help you. > We should consider this patch basing on my following arguments. > 1 Different version kernel should keep consistent on this behavior. The thing is, the above argument is against the patch. The behavior changed 2 years ago, and nobody noticed. Changing it back only causes more inconsistent behavior. > 2 This writting behavior on proc file should be same with writting on > regular file as possible as we can. Writing to a proc file causes kernel actions. Writing to a regular file just saves data. That's not an argument here. > 3 This patch does not have any potential compatibility risk with 3rd > party application. How do you know that? -- Steve > 4 Support writting "1...\0" to proc file. > > > > > Eric > > -- 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/