From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/6] ipv4: tcp_memcontrol and userns sysctls Date: Mon, 21 Oct 2013 18:44:23 -0400 (EDT) Message-ID: <20131021.184423.332048469613815248.davem@davemloft.net> References: <87r4bghml4.fsf@xmission.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org Return-path: In-Reply-To: <87r4bghml4.fsf-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org List-Id: netdev.vger.kernel.org From: ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org (Eric W. Biederman) Date: Sat, 19 Oct 2013 16:23:19 -0700 > While looking into allowing the ipv4 sysctls to be used in a network > namespace I stumbled upon the mess that is tcp_memcontrol. > > I remove the dead code, broken code, and excessive abstraction in the > tcp_memcontrols then I clean up up and allow in the user namespace the > per net ipv4 sysctls. I wish we hadn't installed this stuff in the first place, but better to take care of it now than later. Series applied, thanks Eric.