Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753324AbbHZPsF (ORCPT ); Wed, 26 Aug 2015 11:48:05 -0400 Received: from mail-io0-f193.google.com ([209.85.223.193]:36172 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751690AbbHZPsD (ORCPT ); Wed, 26 Aug 2015 11:48:03 -0400 MIME-Version: 1.0 In-Reply-To: <20150825150536.546a73e5@gandalf.local.home> References: <20150824125902.4ba11ec6@gandalf.local.home> <9CF68C3D-499C-4AFC-B890-BA5ECA284347@xmission.com> <20150825101507.4e3be4ca@gandalf.local.home> <55DCA705.8000903@gmail.com> <20150825150536.546a73e5@gandalf.local.home> Date: Wed, 26 Aug 2015 23:48:01 +0800 Message-ID: Subject: Re: [PATCH] kernel/sysctl.c: If "count" including the terminating byte '\0' the write system call should retrun success. From: Sean Fu To: Steven Rostedt Cc: Austin S Hemmelgarn , "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 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1177 Lines: 27 On Wed, Aug 26, 2015 at 3:05 AM, Steven Rostedt wrote: > On Tue, 25 Aug 2015 13:33:57 -0400 > Austin S Hemmelgarn wrote: > >> >> How do you know that? >> > I will prove that all other write usage is not impacted later. >> Except that you can only really do this for programs that you have >> access to, and by definition you can not have access to every program >> ever written that writes to /proc. >> >> If you were going to do this, it would need to be itself controlled by >> another sysctl to toggle the behavior, which would need to default to >> the current behavior. > > Defending the patch, I can't imagine any user space code expecting the > current behavior. The current behavior is that if you write "1\0" it > will error out instead of accepting the "1". I can't come up with a > scenario that would require userspace to expect "1\0" to fail. Can you? Thanks > > > -- Steve -- 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/