lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 18 Jan 2010 22:41:50 GMT
From:	bugzilla-daemon@...zilla.kernel.org
To:	linux-ext4@...r.kernel.org
Subject: [Bug 14256] kernel BUG at fs/ext3/super.c:435

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





--- Comment #25 from Jan Kara <jack@...e.cz>  2010-01-18 22:41:46 ---
Whohoo, reproduced! The trick was that this test is creating files in /tmp and
I was doing all the compilation (and unmounting) in a different partition than
/tmp is. Thanks for identifying the test case.

For others interested: What the test does is: It creates a temporary file,
mmaps it, deletes it, creates pthread mutex in the mmap, forks, does some mutex
locking, exits. During this process we apparently leak an inode reference, yay.
What is interesting is that when the mutex is created without priority
inheritance logic, everything works fine so there's something racy about our
pthread mutex handling in the kernel.

I'll now go and debug it more, I just wanted to share the news.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ