From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934358AbZIDV7V (ORCPT ); Fri, 4 Sep 2009 17:59:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934321AbZIDV7S (ORCPT ); Fri, 4 Sep 2009 17:59:18 -0400 Received: from mail-iw0-f175.google.com ([209.85.223.175]:42975 "EHLO mail-iw0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934277AbZIDV7R (ORCPT ); Fri, 4 Sep 2009 17:59:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=LFWpyYGJjhITOZftRBpbwCHlsqfG25eFBi3GZnr2RIaz0xhicjyGYTjRuU63V7k+j/ UXAmlR1gmJGR4ppe+27L0T77YY7K75xMt431tS7Yjq/ctqrgTjVBmy49/gkHBxOQn/pE TkjylVXHKljhw4UG1Yhz0g29Qn5mbaDXHwnGs= MIME-Version: 1.0 In-Reply-To: <43e72e890909041421m243bbea6i95c26ab21dc8732d@mail.gmail.com> References: <1251958266-10692-1-git-send-email-lrodriguez@atheros.com> <1251962791.3336.3.camel@johannes.local> <43e72e890909031113r6010519br3b81d15cc331ba85@mail.gmail.com> <1252001837.9336.2.camel@johannes.local> <20090903204319.GC3701@mosca> <1252040671.9336.10.camel@johannes.local> <1252052757.26413.9.camel@pc1117.cambridge.arm.com> <43e72e890909041421m243bbea6i95c26ab21dc8732d@mail.gmail.com> From: "Luis R. Rodriguez" Date: Fri, 4 Sep 2009 14:58:59 -0700 X-Google-Sender-Auth: 07ec36f022387ec0 Message-ID: <43e72e890909041458u505ce89tf38743dd6305bf7b@mail.gmail.com> Subject: Re: [PATCH] cfg80211: clear cfg80211_inform_bss() from kmemleak reports To: Catalin Marinas , "John W. Linville" Cc: Johannes Berg , Luis Rodriguez , "linux-kernel@vger.kernel.org" , "linux-wireless@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 4, 2009 at 2:21 PM, Luis R. Rodriguez wrote: > BTW I should not I got this kmemleak report after using the clear > command by painting objects black. I'll test it now with your > suggested changes. So I pulled your git://linux-arm.org/linux-2.6 master into my tree and didn't even need a 'clear' command now, the output of /sys/kernel/debug/kmemleak is empty :), so I suspect you have quite a few changes which should help avoid getting false positives. Will these changes make it for 2.6.32? Luis