[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080110.031544.259471083.davem@davemloft.net>
Date: Thu, 10 Jan 2008 03:15:44 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: dlezcano@...ibm.com
Cc: netdev@...r.kernel.org, benjamin.thery@...l.net
Subject: Re: [patch net-2.6.25 00/10][NETNS][IPV6] make sysctl per
namespace - V3
From: Daniel Lezcano <dlezcano@...ibm.com>
Date: Wed, 09 Jan 2008 17:45:33 +0100
> The following patchset makes the ipv6 sysctl to handle multiple
> network namespaces. Each instance of a network namespace as its own
> set of sysctl values, that means the behavior of the ipv6 stack can be
> different depending on the sysctl values setup in the different
> network namespaces.
I applied all of this to net-2.6.25 but what a rough half hour
it was :-/
Starting at patch #5 there were tons of "space before tab" errors.
And as I fixed them up, this made subsequent patches need rediffing
since the contextual lines in patches after #5 needed the whitespace
fixed up as well.
I didn't push this back to you because this was already the 3rd round,
but please show me some love and check this stuff out before
submission. GIT gives you effective ways to verify the whitespace
without even applying the patch.
~davem/bin/pcheck:
#!/bin/sh
set -x
git apply --check --whitespace=error-all $1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists