+++ This bug was initially created as a clone of Bug #458758 +++ Description of problem: a) in device_write(): add sentinel NUL byte, making sure that lspace.name will be NUL-terminated b) in compat_input() be keep it simple about the amounts of data we are copying. --- Additional comment from eteo on 2008-08-12 00:19:34 EDT --- Proposed upstream patch: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=cb79f1998d89821a4dbac47f59a46ee3fbbf3c61 --- Additional comment from eteo on 2008-08-12 00:20:32 EDT --- Created an attachment (id=314043) Upstream patch for this issue
DLM is not part of the core kernel in rhel 4 and is provided as part of the cluster products so changing product name .z flags.
The code in rhel-4's version of dlm is quite different from rhel-5. I am not sure if the changes in device_write (dlm_write in this version) needs the change. Please verify. Thanks.
Created attachment 314241 [details] patch to try Here's a patch, but I don't have a way to test it.
I've briefly tested that patch and it works for me. It also looks pretty benign.
commit in RHEL4 branch a479ddb2fa97033ce44ce11ae28925c55b176a55 commit in RHEL47 branch d8417ee4673aa8c07f9d314704000e248081416b
Removing flags and marking as a duplicate of the official 4.7.z bug. *** This bug has been marked as a duplicate of bug 460369 ***