From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753859AbcAXCil (ORCPT ); Sat, 23 Jan 2016 21:38:41 -0500 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:28471 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753288AbcAXCii (ORCPT ); Sat, 23 Jan 2016 21:38:38 -0500 Date: Sun, 24 Jan 2016 03:38:24 +0100 From: Willy Tarreau To: Dmitry Vyukov Cc: Eric Dumazet , netdev , Rainer Weikusat , Michal Hocko , Andrew Morton , "Paul E. McKenney" , Vladimir Davydov , Johannes Weiner , Eric Dumazet , LKML , syzkaller , Kostya Serebryany , Alexander Potapenko , Sasha Levin Subject: Re: struct pid memory leak Message-ID: <20160124023824.GA13942@1wt.eu> References: <1453481401.1223.396.camel@edumazet-glaptop2.roam.corp.google.com> <20160123180010.GB1609@1wt.eu> <20160123184007.GE1609@1wt.eu> <20160124021145.GA12367@1wt.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160124021145.GA12367@1wt.eu> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 24, 2016 at 03:11:45AM +0100, Willy Tarreau wrote: > It doesn't report this on 3.10. To be more precise, kmemleak reports the issue on 3.13 and not on 3.12. I'm not sure if it's reliable enough to run a bisect though. Willy