* st.c SCSI Tape ioctl() bug
@ 2001-11-19 3:48 Jeff V. Merkey
2001-11-21 21:58 ` Kai Makisara
0 siblings, 1 reply; 3+ messages in thread
From: Jeff V. Merkey @ 2001-11-19 3:48 UTC (permalink / raw)
To: linux-kernel; +Cc: jmerkey
Kai/Linux,
The ioctl() function to enable/disable code 15 comrpession has
some problems. I have a fix to the code, but it does not
always seem to work properly, so I think you should do this
review.
If you call the ioctl() tape command from kernel space to
enable and disable **DEFAULT** compression (not MTCOMPRESSION
ioctl, the MT_ST_DEF_COMPRESSION code path) there is a case
where the default_compression/compression_changed flags
can horribly out of sync.
Please take a look at this code. We have gotten around it
by simply calling MTCOMPRESSION everytime we need to use it,
however, but the other path seems busted, and it would be
nice for it to work properly.
Thanks,
Jeff
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: st.c SCSI Tape ioctl() bug
2001-11-19 3:48 st.c SCSI Tape ioctl() bug Jeff V. Merkey
@ 2001-11-21 21:58 ` Kai Makisara
2001-11-21 22:14 ` Jeff Merkey
0 siblings, 1 reply; 3+ messages in thread
From: Kai Makisara @ 2001-11-21 21:58 UTC (permalink / raw)
To: Jeff V. Merkey; +Cc: linux-kernel
On Sun, 18 Nov 2001, Jeff V. Merkey wrote:
>
>
> Kai/Linux,
>
> The ioctl() function to enable/disable code 15 comrpession has
> some problems. I have a fix to the code, but it does not
> always seem to work properly, so I think you should do this
> review.
>
> If you call the ioctl() tape command from kernel space to
> enable and disable **DEFAULT** compression (not MTCOMPRESSION
> ioctl, the MT_ST_DEF_COMPRESSION code path) there is a case
> where the default_compression/compression_changed flags
> can horribly out of sync.
>
> Please take a look at this code. We have gotten around it
> by simply calling MTCOMPRESSION everytime we need to use it,
> however, but the other path seems busted, and it would be
> nice for it to work properly.
>
The default compression is meant to be set only at system
startup/module loading. If the user wants to change the compression at any
other time, using MTCOMPRESSION is the correct way.
However, I agree that setting the default compression at any other time
should also give the expected result. Currently, the compression default
will be enforced when a new tape is inserted. It might be better to change
the compression immediately after the default has been changed if the
drive is ready. This should also synchronize the compression_changed flag.
I will think about this a little more and then make the changes.
Kai
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: st.c SCSI Tape ioctl() bug
2001-11-21 21:58 ` Kai Makisara
@ 2001-11-21 22:14 ` Jeff Merkey
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Merkey @ 2001-11-21 22:14 UTC (permalink / raw)
To: Kai Makisara, Jeff V. Merkey; +Cc: linux-kernel
Thanks Kai. You may want to check the default settings of these flags. We
did notice that for whatever reaosn, when theyn get out of sync it's related
ot this problem. However, the fix I did to the code appeared to cause
breakage of other areas. Clearly a task better left to you.
Jeff
----- Original Message -----
From: "Kai Makisara" <Kai.Makisara@kolumbus.fi>
To: "Jeff V. Merkey" <jmerkey@vger.timpanogas.org>
Cc: <linux-kernel@vger.kernel.org>
Sent: Wednesday, November 21, 2001 2:58 PM
Subject: Re: st.c SCSI Tape ioctl() bug
> On Sun, 18 Nov 2001, Jeff V. Merkey wrote:
>
> >
> >
> > Kai/Linux,
> >
> > The ioctl() function to enable/disable code 15 comrpession has
> > some problems. I have a fix to the code, but it does not
> > always seem to work properly, so I think you should do this
> > review.
> >
> > If you call the ioctl() tape command from kernel space to
> > enable and disable **DEFAULT** compression (not MTCOMPRESSION
> > ioctl, the MT_ST_DEF_COMPRESSION code path) there is a case
> > where the default_compression/compression_changed flags
> > can horribly out of sync.
> >
> > Please take a look at this code. We have gotten around it
> > by simply calling MTCOMPRESSION everytime we need to use it,
> > however, but the other path seems busted, and it would be
> > nice for it to work properly.
> >
> The default compression is meant to be set only at system
> startup/module loading. If the user wants to change the compression at any
> other time, using MTCOMPRESSION is the correct way.
>
> However, I agree that setting the default compression at any other time
> should also give the expected result. Currently, the compression default
> will be enforced when a new tape is inserted. It might be better to change
> the compression immediately after the default has been changed if the
> drive is ready. This should also synchronize the compression_changed flag.
> I will think about this a little more and then make the changes.
>
> Kai
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-11-21 22:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-19 3:48 st.c SCSI Tape ioctl() bug Jeff V. Merkey
2001-11-21 21:58 ` Kai Makisara
2001-11-21 22:14 ` Jeff Merkey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox