From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754527AbZHaUC4 (ORCPT ); Mon, 31 Aug 2009 16:02:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754213AbZHaUC4 (ORCPT ); Mon, 31 Aug 2009 16:02:56 -0400 Received: from mail-iw0-f204.google.com ([209.85.223.204]:32866 "EHLO mail-iw0-f204.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752884AbZHaUCz convert rfc822-to-8bit (ORCPT ); Mon, 31 Aug 2009 16:02:55 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=h2acZZzn2ZPmFB/b9rGiDNqYN2qzFBujHzrSVYFRsLJ/eQdT+NvSXyIbugwz8Uvc6x QPq7751k4qX32BTQ8KzX2ULti2itLSY+IPdyE9m0+aj+Y0TKaBakr+RrqCgh72oKlrsh luqV9g2FFSEMH2JIU51/KghD3qb73azDsPscw= MIME-Version: 1.0 In-Reply-To: <20090831194753.GH5631@tuxdriver.com> References: <43e72e890908281450k78cc1a2fmd4fd033ae0f4176f@mail.gmail.com> <43e72e890908281509o44930348w581b865107ea3e98@mail.gmail.com> <43e72e890908310123w5d361ed5tff58a7663044bdcd@mail.gmail.com> <43e72e890908311050s320d0ceen312a0d3d9e4fbc76@mail.gmail.com> <43e72e890908311137k78ac439bs4edf376d07343a32@mail.gmail.com> <43e72e890908311230u28b0642ep7a6bfd9dab82318a@mail.gmail.com> <20090831193345.GG5631@tuxdriver.com> <43e72e890908311243u50b9323fveda9feaaa4d8efdb@mail.gmail.com> <20090831194753.GH5631@tuxdriver.com> From: "Luis R. Rodriguez" Date: Mon, 31 Aug 2009 13:02:37 -0700 Message-ID: <43e72e890908311302s58743978wd8950f167a871cfb@mail.gmail.com> Subject: Re: memleaks, acpi + ext4 + tty To: "John W. Linville" Cc: Catalin Marinas , "H. Peter Anvin" , linux-kernel@vger.kernel.org, "Aneesh Kumar K.V" , Greg Kroah-Hartman , linux-wireless Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 31, 2009 at 12:47 PM, John W. Linville wrote: > On Mon, Aug 31, 2009 at 12:43:01PM -0700, Luis R. Rodriguez wrote: >> On Mon, Aug 31, 2009 at 12:33 PM, John W. >> Linville wrote: > >> > My guess is that the culprit is between >> > v2.6.31-rc8 and whatever is at the head of linux-2.6-allstable. >> >> But the issue is *not* in linux-2.6-allstable, it is only present on >> wireless-testing, and I went as far back as merge-2009-08-28. I was >> using whatever tag was available prior to you moving to rc8, and that >> worked. > > OK, then I can only guess that something went wrong in your bisection > (e.g. dirty build, something not marked properly, etc). Well so remember I did a clean git clone of wireless-testing and the issue was still there, but I determined just now it seems rc8 from Linus does indeed also have the issue. For some reason the issue was not present on hpa's rc8 on linux-2.6-allstable. Will double check on that again. >  That, or > different .config files between your linux-2.6-allstable build and > the merge-2009-08-28 build of wireless-testing? I ensured to diff configs them between builds :T Luis