From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 15001] megaraid_sas fills dmesg with megasas: Failed to copy out to user sense data Date: Wed, 3 Feb 2010 13:41:48 GMT Message-ID: <201002031341.o13DfmY0000507@demeter.kernel.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from demeter.kernel.org ([140.211.167.39]:59975 "EHLO demeter.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757274Ab0BCNlt (ORCPT ); Wed, 3 Feb 2010 08:41:49 -0500 Received: from demeter.kernel.org (localhost.localdomain [127.0.0.1]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o13DfmSJ000510 for ; Wed, 3 Feb 2010 13:41:48 GMT In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: linux-scsi@vger.kernel.org http://bugzilla.kernel.org/show_bug.cgi?id=15001 --- Comment #5 from Tomas Henzl 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.