-
shaggyk committed patchset 309 of module jfsutils to the Journaled File System CVS repository, changing 2 files.
2009-07-13 20:18:36 UTC in Journaled File System
-
Would you still have the binary that corresponds to the output posted in the bug report? Running objdump -t against the binary and sending me the output may help me determine where the buffer overflow occurred.
2009-07-06 14:25:42 UTC in Journaled File System
-
shaggyk committed patchset 308 of module jfsutils to the Journaled File System CVS repository, changing 5 files.
2009-04-06 19:00:42 UTC in Journaled File System
-
Fixed in cvs, queued for version 1.1.14.
2009-04-03 19:37:04 UTC in Journaled File System
-
shaggyk committed patchset 307 of module jfsutils to the Journaled File System CVS repository, changing 2 files.
2009-04-03 19:35:59 UTC in Journaled File System
-
puts() adds an additional newline, so I'm going to go with printf("%s", msg_string) instead.
Thanks!
2009-04-03 19:17:17 UTC in Journaled File System
-
shaggyk committed patchset 306 of module jfsutils to the Journaled File System CVS repository, changing 2 files.
2009-03-23 15:37:05 UTC in Journaled File System
-
Can you "echo t > /proc/sysrq-trigger" when jfsCommit is chewing up the cpu, then send me the dmesg output (at least the part relevant to jfsCommit)?
(Note: the 2.6.29 kernel will have /proc//stack. That will be nice.)
The problem found by fsck.jfs (after unmounting) is interesting, but it doesn't look like it would be related to the jfsCommit problem.
... and I don't know of a...
2009-03-10 16:05:22 UTC in Journaled File System
-
Linus added this patch to the mainline kernel. Thank you!
2009-02-07 16:39:35 UTC in Journaled File System
-
Upon further review, I think your patch is correct. Commit 5b41e74a is responsible for this.
http://git.kernel.org/gitweb.cgi?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=5b41e74a
The problem with that patch is that if the page was already marked PAGE_MAPPED_TO_DISK upon entering nobh_write_begin(), then fsdata will not be initialized with a list of buffers. However, in that...
2009-02-06 20:21:10 UTC in Journaled File System