http://bugzilla.kernel.org/show_bug.cgi?id=15001 --- Comment #5 from Tomas Henzl <thenzl@xxxxxxxxxx> 2010-02-03 13:41:44 --- Created an attachment (id=24890) --> (http://bugzilla.kernel.org/attachment.cgi?id=24890) patch to handle compat apps The issue is probably caused by a 32bit application in a 64bit os. The 'open manage' here uses a 32bit pointer and the driver after the 'SCSI: megaraid_sas: fix 64 bit sense pointer truncation' works with it as if it was a 64bit pointer. The attached patch handles the situation on my test box. -- 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-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html