kernel-testers.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>
To: Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Sachin Sant <sachinp-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>,
	Linux Kernel Mailing List
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Kernel Testers List
	<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [Bug #13068] Lockdep warining in inotify_dev_queue_event
Date: Wed, 29 Apr 2009 23:40:16 +0200	[thread overview]
Message-ID: <200904292340.17071.rjw@sisk.pl> (raw)
In-Reply-To: <49F8C255.2040301-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

On Wednesday 29 April 2009, Marcin Slusarz wrote:
> Rafael J. Wysocki pisze:
> > On Wednesday 29 April 2009, Sachin Sant wrote:
> >> Rafael J. Wysocki wrote:
> >>> This message has been generated automatically as a part of a report
> >>> of recent regressions.
> >>>
> >>> The following bug entry is on the current list of known regressions
> >>> from 2.6.29.  Please verify if it still should be listed and let me know
> >>> (either way).
> >>>
> >>>
> >>> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=13068
> >>> Subject		: Lockdep warining in inotify_dev_queue_event
> >>> Submitter	: Sachin Sant <sachinp-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
> >>> Date		: 2009-04-05 12:37 (21 days old)
> >>> References	: http://marc.info/?l=linux-kernel&m=123893439229272&w=4
> >>>
> >>>
> >>>   
> >> I have not been able to recreate this problem with recent 
> >> kernels(rc3-git's).
> > 
> > Thanks, I've closed the bug.
> 
> Was it really fixed? I'm on 56a50adda49b2020156616c4eb15353e0f9ad7de and still seeing this warning.
> 
> [ 2771.164306]
> [ 2771.164309] =================================
> [ 2771.164323] [ INFO: inconsistent lock state ]
> [ 2771.164329] 2.6.30-rc3-mod-56a50adda #121
> [ 2771.164333] ---------------------------------
> [ 2771.164338] inconsistent {IN-RECLAIM_FS-W} -> {RECLAIM_FS-ON-W} usage.
> [ 2771.164344] emerge/14418 [HC0[0]:SC0[0]:HE1:SE1] takes:
> [ 2771.164349]  (&inode->inotify_mutex){+.+.?.}, at: [<ffffffff802c2d25>] inotify_inode_queue_event+0x4f/0xe0
> [ 2771.164367] {IN-RECLAIM_FS-W} state was registered at:
> [ 2771.164371]   [<ffffffff80254f5f>] __lock_acquire+0x618/0x7b1
> [ 2771.164382]   [<ffffffff802551e7>] lock_acquire+0xef/0x111
> [ 2771.164390]   [<ffffffff805beef7>] mutex_lock_nested+0x5a/0x2da
> [ 2771.164399]   [<ffffffff802c2e19>] inotify_inode_is_dead+0x29/0x8f
> [ 2771.164407]   [<ffffffff802a9bdd>] dentry_iput+0x7c/0xbb
> [ 2771.164416]   [<ffffffff802a9d01>] d_kill+0x41/0x62
> [ 2771.164423]   [<ffffffff802a9f2e>] __shrink_dcache_sb+0x20c/0x2af
> [ 2771.164433]   [<ffffffff802aa0de>] shrink_dcache_memory+0xfe/0x18e
> [ 2771.164440]   [<ffffffff8027db03>] shrink_slab+0xe2/0x176
> [ 2771.164448]   [<ffffffff8027e2e5>] kswapd+0x35c/0x542
> [ 2771.164455]   [<ffffffff80245550>] kthread+0x50/0x7c
> [ 2771.164465]   [<ffffffff8020bd6a>] child_rip+0xa/0x20
> [ 2771.164473]   [<ffffffffffffffff>] 0xffffffffffffffff
> [ 2771.164481] irq event stamp: 5964095
> [ 2771.164484] hardirqs last  enabled at (5964095): [<ffffffff80296ef7>] kmem_cache_alloc+0x9a/0x138
> [ 2771.164495] hardirqs last disabled at (5964094): [<ffffffff80296a30>] __slab_alloc+0x349/0x5c6
> [ 2771.164504] softirqs last  enabled at (5962724): [<ffffffff80236ac6>] __do_softirq+0x1be/0x1ca
> [ 2771.164514] softirqs last disabled at (5962715): [<ffffffff8020be6a>] call_softirq+0x1a/0x24
> [ 2771.164522]
> [ 2771.164523] other info that might help us debug this:
> [ 2771.164529] 4 locks held by emerge/14418:
> [ 2771.164533]  #0:  (&type->i_mutex_dir_key#2){+.+.+.}, at: [<ffffffff802a60ce>] do_filp_open+0x183/0x7d0
> [ 2771.164550]  #1:  (&inode->inotify_mutex){+.+.?.}, at: [<ffffffff802c2d25>] inotify_inode_queue_event+0x4f/0xe0
> [ 2771.164567]  #2:  (&ih->mutex){+.+...}, at: [<ffffffff802c2d53>] inotify_inode_queue_event+0x7d/0xe0
> [ 2771.164582]  #3:  (&dev->ev_mutex){+.+...}, at: [<ffffffff802c3d7c>] inotify_dev_queue_event+0x36/0x15b
> [ 2771.164598]
> [ 2771.164599] stack backtrace:
> [ 2771.164606] Pid: 14418, comm: emerge Not tainted 2.6.30-rc3-mod-56a50adda #121
> [ 2771.164611] Call Trace:
> [ 2771.164617]  [<ffffffff8025233e>] print_usage_bug+0x1b8/0x1c9
> [ 2771.164623]  [<ffffffff80253574>] ? check_usage_backwards+0x0/0x9f
> [ 2771.164629]  [<ffffffff80252632>] mark_lock+0x2e3/0x546
> [ 2771.164635]  [<ffffffff802528e2>] mark_held_locks+0x4d/0x6a
> [ 2771.164641]  [<ffffffff80252df6>] lockdep_trace_alloc+0xa6/0xbf
> [ 2771.164647]  [<ffffffff802c3cdc>] ? kernel_event+0xa9/0x113
> [ 2771.164653]  [<ffffffff8029826a>] __kmalloc+0xc2/0x1db
> [ 2771.164660]  [<ffffffff802c3cdc>] kernel_event+0xa9/0x113
> [ 2771.164666]  [<ffffffff802c3e26>] inotify_dev_queue_event+0xe0/0x15b
> [ 2771.164673]  [<ffffffff802c2d81>] inotify_inode_queue_event+0xab/0xe0
> [ 2771.164679]  [<ffffffff802a3655>] vfs_create+0xf6/0x119
> [ 2771.164685]  [<ffffffff802b1fca>] ? mnt_want_write+0x26/0xa4
> [ 2771.164691]  [<ffffffff802a618c>] do_filp_open+0x241/0x7d0
> [ 2771.164697]  [<ffffffff802aeaa6>] ? alloc_fd+0xfe/0x10d
> [ 2771.164704]  [<ffffffff8022c2bf>] ? sub_preempt_count+0xa0/0xbd
> [ 2771.164710]  [<ffffffff805c0f03>] ? _spin_unlock+0x30/0x49
> [ 2771.164716]  [<ffffffff80299282>] do_sys_open+0x53/0xda
> [ 2771.164722]  [<ffffffff80299332>] sys_open+0x1b/0x1d
> [ 2771.164728]  [<ffffffff8020ae68>] system_call_fastpath+0x16/0x1b

OK, reopened.

Since Sachin is no longer able to reproduce it, now you're the reporter. :-)

Thanks,
Rafael

  parent reply	other threads:[~2009-04-29 21:40 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-25 19:22 2.6.30-rc3-git1: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-04-25 19:22 ` [Bug #13048] /sys/class/backlight/acpi_video0/* is gone on vaio laptop with Intel GM45 Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13069] regression in 2.6.29-git3 on SH/Dreamcast Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13068] Lockdep warining in inotify_dev_queue_event Rafael J. Wysocki
2009-04-29  5:14   ` Sachin Sant
     [not found]     ` <49F7E222.4050202-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
2009-04-29 19:51       ` Rafael J. Wysocki
     [not found]         ` <200904292151.46107.rjw-KKrjLPT3xs0@public.gmane.org>
2009-04-29 21:10           ` Marcin Slusarz
     [not found]             ` <49F8C255.2040301-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-04-29 21:40               ` Rafael J. Wysocki [this message]
     [not found]                 ` <200904292340.17071.rjw-KKrjLPT3xs0@public.gmane.org>
2009-04-30  3:54                   ` Andrew Morton
2009-04-25 19:31 ` [Bug #13067] iwl3945: wlan0: beacon loss from AP - sending probe request Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13109] High latency on /sys/class/thermal Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13107] LTP 20080131 causes defunct processes w/2.6.30-rc1 Rafael J. Wysocki
2009-04-26  0:37   ` Sukadev Bhattiprolu
2009-04-25 19:31 ` [Bug #13108] 2.6.30-rc1: white screen during boot (regression) on spitz Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13101] BUG: scheduling while atomic: swapper/0/0x10000100 Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13116] Can't boot with nosmp Rafael J. Wysocki
2009-04-26 22:25   ` Dan Williams
     [not found]     ` <49F4DF40.50302-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2009-04-27  1:22       ` Stephen Hemminger
2009-04-28 22:14       ` David Rientjes
     [not found]         ` <alpine.DEB.2.00.0904281507240.30946-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2009-05-03 23:21           ` Dan Williams
2009-04-25 19:31 ` [Bug #13114] USB storage (usbstick) automount woes Rafael J. Wysocki
2009-04-26 18:58   ` Alan Stern
2009-04-26 23:15     ` Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13111] Linux 2.6.30-rc1 tg3 endian issues with MAC addresses on BCM5701 Rafael J. Wysocki
2009-04-26  1:10   ` David Miller
2009-04-26 12:07     ` Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13118] iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49 Rafael J. Wysocki
2009-04-26  3:24   ` Jeff Chua
2009-04-26 12:09     ` Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13121] ACPI: Failed to switch the brightness - acer aspire 5720G Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13119] Trouble with make-install from a NFS mount Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13125] active uvcvideo breaks over suspend Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13122] reiserfs_delete_xattrs: Couldn't delete all xattrs (-13) Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13124] ioatdma: DMA-API: device driver frees DMA memory with wrong function Rafael J. Wysocki
2009-04-26 16:06   ` Alexander Beregalov
2009-04-26 17:46     ` Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13148] resume after suspend-to-ram broken on Sony Vaio VGN-SR19VN when sony-laptop driver present Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13136] possible circular locking dependency detected while suspending laptop to S3 Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13126] BUG: MAX_LOCKDEP_ENTRIES too low! when mounting rootfs Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13151] Warning about reiserfs Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13154] iwlagn soft lock-up Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13156] keyboard backlight brightness up/down keys doesn't work Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13165] 2.6.30-rc3 : Regression: i915 , video Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13164] 2.6.30-rc2 soft lockups: ACPI? clock source problem? Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13171] 2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption Rafael J. Wysocki
2009-04-27 16:36   ` Jesse Barnes
2009-04-25 19:31 ` [Bug #13173] NULL pointer crash in early NMI handler Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13168] ath5k fails to associate with AP Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13181] Crash in v2.6.30-rc3 (regression from 30-rc2) Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13179] CD-R: wodim intermittent failures Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13180] 2.6.30-rc2: WARNING at i915_gem.c for i915_gem_idle Rafael J. Wysocki
2009-04-27 16:38   ` Jesse Barnes
2009-04-27 20:10     ` Niel Lambrechts
2009-04-27 20:18       ` Jesse Barnes
2009-04-25 19:31 ` [Bug #13177] 2.6.30-rc2-git7 build problem Rafael J. Wysocki
2009-04-27  8:33   ` Martin Knoblauch
     [not found]     ` <906747.62115.qm-lSXk2nNw7cevuULXzWHTWIglqE1Y4D90QQ4Iyu8u01E@public.gmane.org>
2009-04-28 22:06       ` Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13185] New x86 warning Rafael J. Wysocki
2009-04-26  9:31   ` Ingo Molnar
2009-04-26 12:11     ` Rafael J. Wysocki
2009-04-26 14:49     ` Andi Kleen
2009-04-26 16:47     ` Arjan van de Ven
2009-04-25 19:31 ` [Bug #13176] IO-APIC + timer doesn't work! Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13187] garbled screen on video Rafael J. Wysocki
2009-04-25 19:31 ` [Bug #13188] horizontal strips of the screen frozen Rafael J. Wysocki
2009-04-26  0:26   ` Justin Madru
2009-04-26 12:13     ` Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2009-05-16 19:14 2.6.30-rc6: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-05-16 19:14 ` [Bug #13068] Lockdep warining in inotify_dev_queue_event Rafael J. Wysocki
2009-05-17  6:35   ` Ingo Molnar
     [not found]     ` <20090517063530.GB1583-X9Un+BFzKDI@public.gmane.org>
2009-05-17  8:13       ` Sachin Sant
     [not found]         ` <4A0FC736.7050301-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
2009-05-17 10:25           ` Rafael J. Wysocki
2009-04-16 21:42 2.6.30-rc2-git2: Reported regressions from 2.6.29 Rafael J. Wysocki
2009-04-16 21:45 ` [Bug #13068] Lockdep warining in inotify_dev_queue_event Rafael J. Wysocki
2009-04-19  9:36   ` Sachin Sant
     [not found]     ` <49EAF08A.2020407-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.org>
2009-04-19 10:56       ` Rafael J. Wysocki

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=200904292340.17071.rjw@sisk.pl \
    --to=rjw-kkrjlpt3xs0@public.gmane.org \
    --cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=sachinp-xthvdsQ13ZrQT0dZR+AlfA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).