[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090303021602.GA8149@localhost>
Date: Tue, 3 Mar 2009 10:16:02 +0800
From: Wu Fengguang <fengguang.wu@...el.com>
To: Lukas Hejtmanek <xhejtman@....muni.cz>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"intel-gfx@...ts.freedesktop.org" <intel-gfx@...ts.freedesktop.org>,
"jbarnes@...tuousgeek.org" <jbarnes@...tuousgeek.org>,
"eric@...olt.net" <eric@...olt.net>
Subject: Re: [Bug #12210] 2.6.28-rc8 big regression in VM
Hi Lukas,
On Thu, Feb 26, 2009 at 08:06:36PM +0200, Lukas Hejtmanek wrote:
> Hello,
>
> you may remember that I reported regression in VM. I used you filecache module
> and discovered that the leaks are caused by these items:
> # filecache 1.0
> # ino size cached cached% refcnt state dev file
> 167302 16 16 100 1 d- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167301 16 16 100 1 d- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167300 16 16 100 1 d- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167299 4 4 100 1 -- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167290 8 8 100 1 -- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167289 8 8 100 1 -- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167288 16 16 100 1 -- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
> 167287 16 16 100 1 d- 00:08(tmpfs) /drm\040mm\040object\040(deleted)
>
> there are tons of those items:
> cat /proc/filecache | grep drm | wc -l
> 14224
>
> Do you have any clues what happens here? Is it a bug in kernel VM system or it
> is more likely a bug in Intel's GEM drm driver? Right now it results in 500MB
> of undropable cache.
Could you provide the full filecache listing(the 'size' field may
provide some info), and the contents in /proc/dri/0/*?
> Also lsof reports many leaked file descriptors:
> lsof | grep drm | wc -l
> 7326
Simply being "deleted" does not mean that they are leaked files.
shmem files are special.
Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists