All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 14256] kernel BUG at fs/ext3/super.c:435
Date: Wed, 20 Jan 2010 19:29:54 GMT	[thread overview]
Message-ID: <201001201929.o0KJTs4S024990@demeter.kernel.org> (raw)
In-Reply-To: <bug-14256-13602@http.bugzilla.kernel.org/>

http://bugzilla.kernel.org/show_bug.cgi?id=14256





--- Comment #33 from Darren Hart <dvhltc@us.ibm.com>  2010-01-20 19:29:53 ---
Took a look at the 2.6.29 code, I believe it is possible to have an inode
reference imbalance when a fault is taken. Unfortunately, both queue_lock() and
get_futex_key() acquire references to the inode (I'd like to do away with
queue_lock() as it masks reference usage and generally complicates the
corner-case-heavy futex code). In the fault path queue_unlock() will release
the first inode reference, but if on the first attempt (attempt == 0) the
get_user() fails, we'll simply return without dropping the second reference.
Some instrumentation could confirm this. I'll take a look at later sources
which should have a significantly different fault path.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

  parent reply	other threads:[~2010-01-20 19:29 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-29 21:48 [Bug 14256] New: kernel BUG at fs/ext3/super.c:435 bugzilla-daemon
2009-10-04 20:47 ` [Bug 14256] " bugzilla-daemon
2009-10-09 22:01 ` bugzilla-daemon
2009-10-10  1:31   ` Theodore Tso
2009-10-12 13:48     ` Mikael Pettersson
2009-10-10  1:31 ` bugzilla-daemon
2009-10-12 13:48 ` bugzilla-daemon
2009-10-12 16:19 ` bugzilla-daemon
2009-11-05 16:07 ` bugzilla-daemon
2009-11-05 16:13 ` bugzilla-daemon
2009-11-11 15:27 ` bugzilla-daemon
2009-11-11 15:29 ` bugzilla-daemon
2009-11-20 15:11 ` bugzilla-daemon
2009-11-21 14:27 ` bugzilla-daemon
2009-12-08 11:12 ` bugzilla-daemon
2009-12-08 11:47 ` bugzilla-daemon
2009-12-14 12:40 ` bugzilla-daemon
2009-12-14 14:46 ` bugzilla-daemon
2009-12-15  9:08 ` bugzilla-daemon
2009-12-29 13:18 ` bugzilla-daemon
2010-01-11 21:59 ` bugzilla-daemon
2010-01-11 22:55 ` bugzilla-daemon
2010-01-12 16:03 ` bugzilla-daemon
2010-01-12 17:30 ` bugzilla-daemon
2010-01-12 20:12 ` bugzilla-daemon
2010-01-12 23:25 ` bugzilla-daemon
2010-01-13  0:34 ` bugzilla-daemon
2010-01-18 22:41 ` bugzilla-daemon
2010-01-19 19:56 ` bugzilla-daemon
2010-01-19 19:57 ` bugzilla-daemon
2010-01-19 23:24 ` bugzilla-daemon
2010-01-20 10:40 ` bugzilla-daemon
2010-01-20 13:52 ` bugzilla-daemon
2010-01-20 18:11 ` bugzilla-daemon
2010-01-20 19:10 ` bugzilla-daemon
2010-01-20 19:29 ` bugzilla-daemon [this message]
2010-01-20 19:54 ` bugzilla-daemon
2010-01-20 20:09 ` bugzilla-daemon
2010-01-23 22:18 ` bugzilla-daemon
2010-01-24 11:28 ` bugzilla-daemon
2010-01-24 17:13 ` bugzilla-daemon
2010-01-24 18:17 ` bugzilla-daemon
2010-01-24 18:20 ` bugzilla-daemon
2010-01-24 19:27 ` bugzilla-daemon
2010-01-25  1:37 ` bugzilla-daemon
2010-01-25 10:29 ` bugzilla-daemon
2010-01-25 12:07 ` bugzilla-daemon
2010-01-28 17:19 ` bugzilla-daemon
2010-01-28 17:23 ` bugzilla-daemon
2010-01-28 17:24 ` bugzilla-daemon
2010-01-28 17:25 ` bugzilla-daemon
2010-01-28 17:55 ` bugzilla-daemon
2010-02-10 19:16 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2009-10-01 19:53 2.6.32-rc1-git2: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-01 19:56 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-10-04 17:38   ` Mikael Pettersson
2009-10-04 17:38     ` Mikael Pettersson
2009-10-04 20:49     ` Rafael J. Wysocki
     [not found]       ` <200910042249.54639.rjw-KKrjLPT3xs0@public.gmane.org>
2009-10-04 23:04         ` Mikael Pettersson
2009-10-04 23:04           ` Mikael Pettersson
     [not found]           ` <19145.10741.402938.867088-tgku4HJDRZih8lFjZTKsyTAV6s6igYVG@public.gmane.org>
2009-10-09 16:40             ` Mikael Pettersson
2009-10-09 16:40               ` Mikael Pettersson
     [not found]               ` <19151.26501.727411.584056-tgku4HJDRZih8lFjZTKsyTAV6s6igYVG@public.gmane.org>
2009-10-09 22:03                 ` Rafael J. Wysocki
2009-10-09 22:03                   ` Rafael J. Wysocki
2009-10-11 22:41 2.6.32-rc4: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-11 23:01 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-10-26 19:26 2.6.32-rc5-git3: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-26 19:31 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-10-26 19:31   ` Rafael J. Wysocki
2009-11-16 22:58 2.6.32-rc7-git1: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-11-16 23:01 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-11-16 23:01   ` Rafael J. Wysocki
2009-11-21 12:37   ` Mikael Pettersson
2009-11-21 12:37     ` Mikael Pettersson
2009-11-21 14:59 2.6.32-rc8-git1: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 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=201001201929.o0KJTs4S024990@demeter.kernel.org \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=linux-ext4@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.