From: James Bottomley <James.Bottomley@SteelEye.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>,
Andrew Morton <akpm@linux-foundation.org>,
Jens Axboe <jens.axboe@oracle.com>,
FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>,
linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org,
linux-ide@vger.kernel.org
Subject: Re: block/bsg.c
Date: Wed, 18 Jul 2007 16:32:46 -0500 [thread overview]
Message-ID: <1184794366.3464.67.camel@localhost.localdomain> (raw)
In-Reply-To: <200707182232.58961.bzolnier@gmail.com>
On Wed, 2007-07-18 at 22:32 +0200, Bartlomiej Zolnierkiewicz wrote:
> Hi,
>
> On Wednesday 18 July 2007, James Bottomley wrote:
> > On Wed, 2007-07-18 at 02:43 +0200, Bartlomiej Zolnierkiewicz wrote:
> > > [ James, please remeber to cc: linux-ide on IDE patches, thanks. ]
> >
> > Blame Andrew ... I assumed he'd be reporting the problem to the relevant
> > lists, so I just did a reply all ...
>
> No need to blame anybody, especially since it seems that one more person
> forgot about adding linux-ide ML. ;)
>
> > > On Wednesday 18 July 2007, Jeff Garzik wrote:
> > > > James Bottomley wrote:
> > > > > @@ -1052,9 +1054,10 @@ int generic_ide_ioctl(ide_drive_t *drive, struct file *file, struct block_device
> > > > > int err, (*setfunc)(ide_drive_t *, int);
> > > > > u8 *val;
> > > > >
> > > > > - err = scsi_cmd_ioctl(file, bdev->bd_disk->queue, bdev->bd_disk, cmd, p);
> > > > > - if (err != -ENOTTY)
> > > > > - return err;
> > > > > + switch (cmd) {
> > > > > + case SG_IO:
> > > > > + return scsi_cmd_ioctl(file, bdev->bd_disk->queue, bdev->bd_disk, cmd, p);
> > > > > + }
> > > > >
> > > > > switch (cmd) {
> > > > > case HDIO_GET_32BIT: val = &drive->io_32bit; goto read_val;
> > > >
> > > >
> > > > At that point you might as well use an 'if'.
> > > >
> > > > But overall -- agreed. ACK.
> > >
> > > James/Jeff thanks for following the issue but NAK. ;)
> > >
> > > Causes regression wrt ide-floppy CDROMEJECT/CDROMCLOSETRAY support when
> > > compared to 2.6.22 and SG_IO is not supported by ide-{disk,scsi,tape}.
> >
> > Well ... that was why I put the case statement in ... I was sure there
> > would be other ioctls I missed.
>
> The thing is that ide-{disk,scsi,tape} really don't support
> REQ_TYPE_BLOCK_PC type requests so ide.c::generic_ide_ioctl()
> is not the best place to add handling of SG_IO.
SG_IO has become a general packet request ioctl, so I think the idea is
to allow it to send taskfiles down ... I'll let Jens speak to where the
actual pieces to do this currently stand.
> Patch attached.
>
> > > Luckily Linus has already fixed the issue properly.
> >
> > Actually, no, that's just a reversion. I think we need the attached to
> > complete all of this.
> >
> > > BTW cmd == 1 IOCTL is not defined/used by IDE driver.
> >
> > Andrew's trace clearly shows that something is sending cmd == 1 down, so
>
> I still haven't got the trace. Andrew, please (re)send it in PM, thanks.
http://marc.info/?l=linux-scsi&m=118470384305607
James
next prev parent reply other threads:[~2007-07-18 21:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20070716165706.348f6bbf.akpm@linux-foundation.org>
[not found] ` <200707180243.13368.bzolnier@gmail.com>
[not found] ` <1184767917.3464.13.camel@localhost.localdomain>
2007-07-18 20:32 ` block/bsg.c Bartlomiej Zolnierkiewicz
2007-07-18 21:32 ` James Bottomley [this message]
[not found] <20070717065940.GZ5195@kernel.dk>
[not found] ` <20070717190705T.fujita.tomonori@lab.ntt.co.jp>
[not found] ` <20070717101928.GK5195@kernel.dk>
2007-07-17 20:52 ` block/bsg.c Bartlomiej Zolnierkiewicz
2007-07-17 21:34 ` block/bsg.c Andrew Morton
2007-07-17 23:19 ` block/bsg.c Bartlomiej Zolnierkiewicz
2007-07-17 22:26 ` block/bsg.c FUJITA Tomonori
2007-07-18 20:39 ` block/bsg.c Bartlomiej Zolnierkiewicz
2007-07-18 23:44 ` block/bsg.c FUJITA Tomonori
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=1184794366.3464.67.camel@localhost.localdomain \
--to=james.bottomley@steeleye.com \
--cc=akpm@linux-foundation.org \
--cc=bzolnier@gmail.com \
--cc=fujita.tomonori@lab.ntt.co.jp \
--cc=jeff@garzik.org \
--cc=jens.axboe@oracle.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).