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
| ||
|
Message-ID: <bug-65701-13602-10RNyYX6A2@https.bugzilla.kernel.org/> Date: Mon, 25 Nov 2013 09:38:07 +0000 From: bugzilla-daemon@...zilla.kernel.org To: linux-ext4@...r.kernel.org Subject: [Bug 65701] oops: fs/ext4/ext4_jbd2.c https://bugzilla.kernel.org/show_bug.cgi?id=65701 Dmitry Monakhov <dmonakhov@...nvz.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmonakhov@...nvz.org --- Comment #1 from Dmitry Monakhov <dmonakhov@...nvz.org> --- In fact this is not ext4's issue, this is generic fs issue. pipe_write() do not accuire sb_start_write(), as far as I understand this is because pipe should not touch fs's data. But it is not completely correct because pipe want update file's time. Let's use same trick as we use in touch_time() pipe_write will call sb_start_write_try() and skip time update on frozen fs. See proposed patch. -- 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