From: Arun Sharma <arun.sharma@intel.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, "Tian,
Kevin" <kevin.tian@intel.com>,
pavel@suse.cz
Subject: [PATCH] ioctl32 fix to SG_IO
Date: Wed, 01 Oct 2003 14:17:07 -0700 [thread overview]
Message-ID: <3F7B4453.9020902@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 102 bytes --]
A minor bug fix to the ioctl32 code handling SG_IO. sgio->dxferp is not initialzed properly.
-Arun
[-- Attachment #2: ioctl32-sgio.patch --]
[-- Type: text/plain, Size: 219 bytes --]
--- ia64-linux2.6.0/fs/compat_ioctl.c Sun Sep 28 09:54:23 2003
+++ ia64-linux2.6.0-patch/fs/compat_ioctl.c Sun Sep 28 09:54:37 2003
@@ -1029,6 +1029,7 @@
return -EFAULT;
}
+ sgio->dxferp = iov;
return 0;
}
reply other threads:[~2003-10-01 21:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F7B4453.9020902@intel.com \
--to=arun.sharma@intel.com \
--cc=akpm@osdl.org \
--cc=kevin.tian@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox