Re: [PATCH] Fix: Dereference pointer-value of sk_prot->memory_pressure

2013-10-23 Thread David Miller
From: ebied...@xmission.com (Eric W. Biederman) Date: Wed, 23 Oct 2013 12:55:18 -0700 > From: Christoph Paasch > Date: Wed, 23 Oct 2013 12:49:21 -0700 > > 2e685cad57 (tcp_memcontrol: Kill struct tcp_memcontrol) falsly modified > the access to memory_pressure of sk->sk_prot->memory_pressure. The

[PATCH] Fix: Dereference pointer-value of sk_prot->memory_pressure

2013-10-23 Thread Eric W. Biederman
From: Christoph Paasch Date: Wed, 23 Oct 2013 12:49:21 -0700 2e685cad57 (tcp_memcontrol: Kill struct tcp_memcontrol) falsly modified the access to memory_pressure of sk->sk_prot->memory_pressure. The patch did modify the memory_pressure-field of struct cg_proto, but not the one of struct proto.

[PATCH] Fix: Dereference pointer-value of sk_prot->memory_pressure

2013-10-23 Thread Eric W. Biederman
From: Christoph Paasch Date: Wed, 23 Oct 2013 12:49:21 -0700 2e685cad57 (tcp_memcontrol: Kill struct tcp_memcontrol) falsly modified the access to memory_pressure of sk->sk_prot->memory_pressure. The patch did modify the memory_pressure-field of struct cg_proto, but not the one of struct proto.