public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Catalin Marinas <catalin.marinas@arm.com>, Theodore Tso <tytso@mit.edu>
Cc: "Luis R. Rodriguez" <mcgrof@gmail.com>,
	linux-kernel@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>
Subject: Re: memleaks, acpi + ext4 + tty
Date: Sun, 30 Aug 2009 22:04:17 +0530	[thread overview]
Message-ID: <20090830163417.GA15183@skywalker.linux.vnet.ibm.com> (raw)
In-Reply-To: <tnxtyzr7vcl.fsf@pc1117.cambridge.arm.com>

On Fri, Aug 28, 2009 at 05:32:10PM +0100, Catalin Marinas wrote:
> "Luis R. Rodriguez" <mcgrof@gmail.com> wrote:
> > I have an assorted collection of kmemleak reports for acpi, ext4 and
> > tty, not sure how to read these yet to fix so figure I'd at least post
> > them. To reproduce I can just dd=/dev/zero to some big file and played
> > some video.
> 
> If you do a few echo scan > /sys/kernel/debug/kmemleak, do they
> disappear (i.e. transient false positives)?
> 
> Which kernel version is this?
> 
> > unreferenced object 0xffff88003e0015c0 (size 64):
> >   comm "swapper", pid 1, jiffies 4294892352
> >   backtrace:
> >     [<ffffffff81121fad>] create_object+0x13d/0x2d0
> >     [<ffffffff81122265>] kmemleak_alloc+0x25/0x60
> >     [<ffffffff81118a03>] kmem_cache_alloc_node+0x193/0x200
> >     [<ffffffff8152509e>] process_zones+0x70/0x1cd
> >     [<ffffffff81525230>] pageset_cpuup_callback+0x35/0x92
> >     [<ffffffff8152c9b7>] notifier_call_chain+0x47/0x90
> >     [<ffffffff81078549>] __raw_notifier_call_chain+0x9/0x10
> >     [<ffffffff81523f25>] _cpu_up+0x75/0x130
> >     [<ffffffff8152403a>] cpu_up+0x5a/0x6a
> >     [<ffffffff8181969e>] kernel_init+0xcc/0x1ba
> >     [<ffffffff810130ca>] child_rip+0xa/0x20
> >     [<ffffffffffffffff>] 0xffffffffffffffff
> 
> Can't really tell. Maybe a false positive caused by kmemleak not
> scanning the pgdata node_zones. Can you post your .config file?
> 
> > unreferenced object 0xffff88003cb5f700 (size 64):
> >   comm "swapper", pid 1, jiffies 4294892459
> >   backtrace:
> >     [<ffffffff81121fad>] create_object+0x13d/0x2d0
> >     [<ffffffff81122265>] kmemleak_alloc+0x25/0x60
> >     [<ffffffff81119f3b>] __kmalloc+0x16b/0x250
> >     [<ffffffff812bb549>] kzalloc+0xf/0x11
> >     [<ffffffff812bbb53>] acpi_add_single_object+0x58e/0xd3c
> >     [<ffffffff812bc51c>] acpi_bus_scan+0x125/0x1af
> >     [<ffffffff81842361>] acpi_scan_init+0xc8/0xe9
> >     [<ffffffff8184211c>] acpi_init+0x21f/0x265
> >     [<ffffffff8100a05b>] do_one_initcall+0x4b/0x1b0
> >     [<ffffffff81819736>] kernel_init+0x164/0x1ba
> >     [<ffffffff810130ca>] child_rip+0xa/0x20
> >     [<ffffffffffffffff>] 0xffffffffffffffff
> 
> I get ACPI reports as well and they may be real leaks. However, I
> didn't have time to analyse the code (pretty complicated reference
> counting).
> 
> > unreferenced object 0xffff880039571800 (size 1024):
> >   comm "exe", pid 1168, jiffies 4294893410
> >   backtrace:
> >     [<ffffffff81121fad>] create_object+0x13d/0x2d0
> >     [<ffffffff81122265>] kmemleak_alloc+0x25/0x60
> >     [<ffffffff81119f3b>] __kmalloc+0x16b/0x250
> >     [<ffffffff811e1d71>] ext4_mb_init+0x1a1/0x590
> >     [<ffffffff811d2da3>] ext4_fill_super+0x1df3/0x26c0
> >     [<ffffffff8112774f>] get_sb_bdev+0x16f/0x1b0
> >     [<ffffffff811c8fd3>] ext4_get_sb+0x13/0x20
> >     [<ffffffff81127216>] vfs_kern_mount+0x76/0x180
> >     [<ffffffff8112738d>] do_kern_mount+0x4d/0x130
> >     [<ffffffff8113fc57>] do_mount+0x307/0x8b0
> >     [<ffffffff8114028f>] sys_mount+0x8f/0xe0
> >     [<ffffffff81011f02>] system_call_fastpath+0x16/0x1b
> >     [<ffffffffffffffff>] 0xffffffffffffffff
> 
> The ext4 reports are real leaks and patch was posted here -
> http://lkml.org/lkml/2009/7/15/62. However, it hasn't been merged into
> mainline yet (I cc'ed Aneesh).
> 

The patch is part of ext4-patchqueue  http://repo.or.cz/w/ext4-patch-queue.git

Ted,

Any plans to push the patches to linus tree soon ?

-aneesh

  parent reply	other threads:[~2009-08-30 16:34 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28  5:25 memleaks, acpi + ext4 + tty Luis R. Rodriguez
2009-08-28 16:32 ` Catalin Marinas
2009-08-28 16:52   ` Luis R. Rodriguez
2009-08-28 21:50     ` Luis R. Rodriguez
2009-08-28 22:09       ` Luis R. Rodriguez
2009-08-31  8:23         ` Luis R. Rodriguez
2009-08-31 17:50           ` Luis R. Rodriguez
2009-08-31 18:37             ` Luis R. Rodriguez
2009-08-31 19:30               ` Luis R. Rodriguez
2009-08-31 19:33                 ` John W. Linville
2009-08-31 19:43                   ` Luis R. Rodriguez
2009-08-31 19:47                     ` John W. Linville
2009-08-31 20:02                       ` Luis R. Rodriguez
2009-08-31 23:54                         ` Luis R. Rodriguez
2009-09-01  0:26                           ` Eric Paris
2009-09-01  0:31                             ` Luis R. Rodriguez
2009-09-01  6:33                               ` Zhu Yi
2009-09-01 18:00                                 ` Luis R. Rodriguez
2009-08-31 19:58                     ` Luis R. Rodriguez
2009-09-01 22:10                       ` H. Peter Anvin
2009-08-29 21:41     ` Catalin Marinas
2009-08-30 16:34   ` Aneesh Kumar K.V [this message]
2009-08-30 17:17     ` Theodore Tso
2009-08-30 17:29       ` Luis R. Rodriguez
2009-08-30 18:24         ` Theodore Tso
2009-09-01 17:59           ` Luis R. Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090830163417.GA15183@skywalker.linux.vnet.ibm.com \
    --to=aneesh.kumar@linux.vnet.ibm.com \
    --cc=catalin.marinas@arm.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcgrof@gmail.com \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox