Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758723Ab0BYBON (ORCPT ); Wed, 24 Feb 2010 20:14:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31311 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758591Ab0BYBOL (ORCPT ); Wed, 24 Feb 2010 20:14:11 -0500 Message-ID: <4B85CFB4.5030908@redhat.com> Date: Thu, 25 Feb 2010 09:17:40 +0800 From: Cong Wang User-Agent: Thunderbird 2.0.0.23 (X11/20091001) MIME-Version: 1.0 To: Octavian Purdila CC: David Miller , Linux Kernel Network Developers , Linux Kernel Developers , "Eric W. Biederman" Subject: Re: [net-next PATCH v5 2/3] sysctl: add proc_do_large_bitmap References: <1266752533.3428.28.camel@Nokia-N900-42-11> <201002221829.13987.opurdila@ixiacom.com> <4B84B7F0.7090709@redhat.com> <201002241402.54122.opurdila@ixiacom.com> In-Reply-To: <201002241402.54122.opurdila@ixiacom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1661 Lines: 48 Octavian Purdila wrote: > On Wednesday 24 February 2010 07:24:00 you wrote: >> Octavian Purdila wrote: >>> Here is a new version of this patch which fixes both the comma and >>> invalid value issues, please give it a try. >> Sorry, it is even worse. :( >> >>> [net-next PATCH v5 2/3] sysctl: add proc_do_large_bitmap >>> >>> The new function can be used to read/write large bitmaps via /proc. A >>> comma separated range format is used for compact output and input >>> (e.g. 1,3-4,10-10). >> Writing "50000-50100" gets EINVAL, it should be success. >> Writing "50000,50100" fails too. >> > > Hmm, they don't fail for me :-/ > >> Please, at least, do some basic testing. >> > > I do test them, I've attached the current test batch I was using. > > Anyways, today I've noticed that "1,2 3" does not fail and even more > importantly the final value is "3". > > Being that I don't see a way of fixing this without not acknowledging 1,2 even > though we will do set these values, I revisited the "1 2 3" issue. And I don't > understand why this is actually an issue, we are just being more permissive > (i.e. we are allowing as separators both whitespaces and ,). > > Oops, after rechecking my test case, it is actually my test case's fault. Sorry for this. I will fix my test case and run it again. > > I will resend the whole patch series once we get this formatting issue > resolved. > Thanks much! -- 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/