[PATCH] net: don't forget to free sk_filter

2013-11-06 Thread Andrey Vagin
m_call_fastpath+0x16/0x1b [] 0x Cc: Alexei Starovoitov Cc: Eric Dumazet Cc: "David S. Miller" Cc: stable@vger.kernel.org # 3.12 Signed-off-by: Andrey Vagin --- arch/x86/net/bpf_jit_comp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch

[PATCH] memcg: check that kmem_cache has memcg_params before accessing it

2013-08-27 Thread Andrey Vagin
stable@vger.kernel.org # 3.8 Signed-off-by: Andrey Vagin --- mm/slab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/slab.h b/mm/slab.h index 620ceed..a535033 100644 --- a/mm/slab.h +++ b/mm/slab.h @@ -162,6 +162,8 @@ static inline const char *cache_name(struct kmem_cache *s) static inline

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-08-05 Thread Andrey Vagin
annes Weiner Cc: Michal Hocko Cc: Balbir Singh Cc: KAMEZAWA Hiroyuki Cc: Andrew Morton Cc: Konstantin Khlebnikov Cc: [3.9.x] Signed-off-by: Andrey Vagin --- mm/memcontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/memcontrol.c b/mm/memcontrol.c index c2

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches

2013-05-22 Thread Andrey Vagin
121352] ---[ end trace 16bb8e8408b97d0e ]--- Cc: stable@vger.kernel.org # 3.9 Cc: Andrew Morton Cc: Konstantin Khlebnikov Cc: Glauber Costa Cc: Johannes Weiner Cc: Balbir Singh Cc: KAMEZAWA Hiroyuki Reviewed-by: Michal Hocko Signed-off-by: Andrey Vagin --- mm/memcontrol.c | 2 -- 1 file chan