From: Tim Blechmann <tim@klingt.org>
To: linux-kernel@vger.kernel.org
Cc: dieb13 <dieb13@klingt.org>
Subject: WARNING: at fs/notify/inotify/inotify_fsnotify.c:129
Date: Thu, 10 Dec 2009 21:39:00 +0100 [thread overview]
Message-ID: <4B215C64.8050206@klingt.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 5481 bytes --]
running 2.6.31.6 or 2.6.32 on a server machine, i see the following
warning in my logs:
Dec 9 00:37:37 es kernel: ------------[ cut here ]------------
Dec 9 00:37:37 es kernel: WARNING: at fs/notify/inotify/inotify_fsnotify.c:129 idr_callback+0x2a/0x4b()
Dec 9 00:37:37 es kernel: Hardware name:
Dec 9 00:37:37 es kernel: inotify closing but id=0 for entry=f4582be0 in group=e9811f40 still in idr. Probably leaking memory
Dec 9 00:37:37 es kernel: Modules linked in: xt_multiport ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tables dm_mod coretemp fan i2c_i801 i2c_core uhci_hcd e1000e psmouse intel_agp pcspkr serio_raw ehci_hcd button rtc_cmos evdev processor thermal ata_generic
Dec 9 00:37:37 es kernel: Pid: 10623, comm: imap Tainted: G W 2.6.31.6 #2
Dec 9 00:37:37 es kernel: Call Trace:
Dec 9 00:37:37 es kernel: [<c0229095>] ? warn_slowpath_common+0x5e/0x8a
Dec 9 00:37:37 es kernel: [<c02290f3>] ? warn_slowpath_fmt+0x26/0x2a
Dec 9 00:37:37 es kernel: [<c02be26c>] ? idr_callback+0x2a/0x4b
Dec 9 00:37:37 es kernel: [<c032b219>] ? idr_for_each+0x5a/0x91
Dec 9 00:37:37 es kernel: [<c02be242>] ? idr_callback+0x0/0x4b
Dec 9 00:37:37 es kernel: [<c02bc7cb>] ? fsnotify_remove_notify_event+0x27/0x60
Dec 9 00:37:37 es kernel: [<c02be233>] ? inotify_free_group_priv+0x12/0x21
Dec 9 00:37:37 es kernel: [<c02bcae1>] ? fsnotify_final_destroy_group+0x16/0x1e
Dec 9 00:37:37 es kernel: [<c02be3a8>] ? inotify_release+0x16/0x22
Dec 9 00:37:37 es kernel: [<c029b567>] ? __fput+0xc0/0x16a
Dec 9 00:37:37 es kernel: [<c0298c50>] ? filp_close+0x4e/0x54
Dec 9 00:37:37 es kernel: [<c0298cb0>] ? sys_close+0x5a/0x8d
Dec 9 00:37:37 es kernel: [<c0202844>] ? sysenter_do_call+0x12/0x22
Dec 9 00:37:37 es kernel: ---[ end trace 4eaa2a86a8e2da27 ]---
Dec 9 00:37:37 es kernel: entry->group=(null) inode=(null) wd=1024
Dec 9 00:37:37 es kernel: ------------[ cut here ]------------
Dec 9 00:37:37 es kernel: WARNING: at fs/notify/inotify/inotify_fsnotify.c:129 idr_callback+0x2a/0x4b()
Dec 9 00:37:37 es kernel: Hardware name:
Dec 9 00:37:37 es kernel: inotify closing but id=0 for entry=f54ef3ac in group=f59681c0 still in idr. Probably leaking memory
Dec 9 00:37:37 es kernel: Modules linked in: xt_multiport ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tables dm_mod coretemp fan i2c_i801 i2c_core uhci_hcd e1000e psmouse intel_agp pcspkr serio_raw ehci_hcd button rtc_cmos evdev processor thermal ata_generic
Dec 9 00:37:37 es kernel: Pid: 11453, comm: imap Tainted: G W 2.6.31.6 #2
Dec 9 00:37:37 es kernel: Call Trace:
Dec 9 00:37:37 es kernel: [<c0229095>] ? warn_slowpath_common+0x5e/0x8a
Dec 9 00:37:37 es kernel: [<c02290f3>] ? warn_slowpath_fmt+0x26/0x2a
Dec 9 00:37:37 es kernel: [<c02be26c>] ? idr_callback+0x2a/0x4b
Dec 9 00:37:37 es kernel: [<c032b219>] ? idr_for_each+0x5a/0x91
Dec 9 00:37:37 es kernel: [<c02be242>] ? idr_callback+0x0/0x4b
Dec 9 00:37:37 es kernel: [<c02be233>] ? inotify_free_group_priv+0x12/0x21
Dec 9 00:37:37 es kernel: [<c02bcae1>] ? fsnotify_final_destroy_group+0x16/0x1e
Dec 9 00:37:37 es kernel: [<c02be3a8>] ? inotify_release+0x16/0x22
Dec 9 00:37:37 es kernel: [<c029b567>] ? __fput+0xc0/0x16a
Dec 9 00:37:37 es kernel: [<c0298c50>] ? filp_close+0x4e/0x54
Dec 9 00:37:37 es kernel: [<c0298cb0>] ? sys_close+0x5a/0x8d
Dec 9 00:37:37 es kernel: [<c0202844>] ? sysenter_do_call+0x12/0x22
Dec 9 00:37:37 es kernel: ---[ end trace 4eaa2a86a8e2da28 ]---
Dec 9 00:37:37 es kernel: entry->group=(null) inode=(null) wd=1024
Dec 10 00:32:10 es kernel: ------------[ cut here ]------------
Dec 10 00:32:10 es kernel: WARNING: at fs/notify/inotify/inotify_fsnotify.c:129 idr_callback+0x2a/0x4b()
Dec 10 00:32:10 es kernel: Hardware name:
Dec 10 00:32:10 es kernel: inotify closing but id=0 for entry=ee6d47e4 in group=f585fe40 still in idr. Probably leaking memory
Dec 10 00:32:10 es kernel: Modules linked in: xt_multiport ipt_REJECT xt_tcpudp iptable_filter ip_tables x_tables dm_mod coretemp fan uhci_hcd i2c_i801 pcspkr psmouse i2c_core serio_raw thermal ehci_hcd intel_agp rtc_cmos evdev e1000e processor ata_generic button
Dec 10 00:32:10 es kernel: Pid: 11428, comm: imap Tainted: G W 2.6.32 #1
Dec 10 00:32:10 es kernel: Call Trace:
Dec 10 00:32:10 es kernel: [<c022af3d>] ? warn_slowpath_common+0x5e/0x8a
Dec 10 00:32:10 es kernel: [<c022af9b>] ? warn_slowpath_fmt+0x26/0x2a
Dec 10 00:32:10 es kernel: [<c02c86c0>] ? idr_callback+0x2a/0x4b
Dec 10 00:32:10 es kernel: [<c0336711>] ? idr_for_each+0x5a/0x91
Dec 10 00:32:10 es kernel: [<c02c8696>] ? idr_callback+0x0/0x4b
Dec 10 00:32:10 es kernel: [<c02c8687>] ? inotify_free_group_priv+0x12/0x21
Dec 10 00:32:10 es kernel: [<c02c6f39>] ? fsnotify_final_destroy_group+0x16/0x1e
Dec 10 00:32:10 es kernel: [<c02c87fc>] ? inotify_release+0x16/0x22
Dec 10 00:32:10 es kernel: [<c02a4e06>] ? __fput+0xc0/0x16a
Dec 10 00:32:10 es kernel: [<c02a24dc>] ? filp_close+0x4e/0x54
Dec 10 00:32:10 es kernel: [<c02a253c>] ? sys_close+0x5a/0x8d
Dec 10 00:32:10 es kernel: [<c0202844>] ? sysenter_do_call+0x12/0x22
Dec 10 00:32:10 es kernel: ---[ end trace 4eaa2a86a8e2da24 ]---
Dec 10 00:32:10 es kernel: entry->group=(null) inode=(null) wd=1024
hth, tim
--
tim@klingt.org
http://tim.klingt.org
Our products just aren't engineered for security.
Brian Valentine, Microsoft's vice president of Windows development
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next reply other threads:[~2009-12-10 20:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-10 20:39 Tim Blechmann [this message]
2009-12-15 4:32 ` WARNING: at fs/notify/inotify/inotify_fsnotify.c:129 Christian Kujau
-- strict thread matches above, loose matches on Subject: below --
2010-01-08 5:12 George Spelvin
2010-01-12 13:57 ` George Spelvin
2010-01-12 15:21 ` Américo Wang
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=4B215C64.8050206@klingt.org \
--to=tim@klingt.org \
--cc=dieb13@klingt.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.