mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Markus Plail <plail@web.de>
Cc: linux-kernel@vger.kernel.org, Vegard.Lima@hia.no,
	matthias.welk@fokus.gmd.de
Subject: Re: [Bug] 2.5.44-ac2 cdrom eject panic
Date: Fri, 25 Oct 2002 18:53:54 +0200	[thread overview]
Message-ID: <20021025165354.GG4153@suse.de> (raw)
In-Reply-To: <87pttyh3r5.fsf@gitteundmarkus.de>

On Fri, Oct 25 2002, Markus Plail wrote:
> Hi Jens!
> 
> * Jens Axboe writes:
> >Please try:
> >*.kernel.org/pub/linux/kernel/people/axboe/patches/v2.5/2.5.44/sgio-16.bz2
>                                                                      ^^16b
> >That should fix the silly panic.
> 
> Yes it does. I can't burn though. I attached the cdrecord output. Hava
> a look at the Blocks numbers. Although the image is only 500MB, it says
> it wouldn't fit on the disc which is 700MB. In another try it wanted to
> start burning although I had a bought audio CD in the burner.

As a hack, can you change:

	if ((rq->flags & REQ_BLOCK_PC) && !rq->errors)
		rq->errors = sense_key;

in drivers/ide/ide-cd.c:cdrom_decode_status() to

	if ((rq->flags & REQ_BLOCK_PC) && !rq->errors)
		rq->errors = 2;

-- 
Jens Axboe


  reply	other threads:[~2002-10-25 16:48 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-25 10:36 Nyk Tarr
2002-10-25 10:39 ` Jens Axboe
2002-10-25 13:09   ` Markus Plail
2002-10-25 14:35     ` Jens Axboe
2002-10-25 14:42     ` Jens Axboe
2002-10-25 16:39       ` Markus Plail
2002-10-25 16:53         ` Jens Axboe [this message]
2002-10-27 19:41           ` Markus Plail
2002-10-27 18:56             ` Jens Axboe
2002-10-28 12:14               ` Jens Axboe
2002-10-28 15:14                 ` Markus Plail
2002-10-28 14:58                   ` Jens Axboe
2002-10-25 13:10   ` Nyk Tarr
2002-10-25 14:46     ` Jens Axboe
2002-10-25 14:48       ` Jens Axboe
2002-10-25 17:25         ` Nyk Tarr
2002-10-25 17:31           ` Jens Axboe
2002-10-25 13:49   ` Alan Cox

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=20021025165354.GG4153@suse.de \
    --to=axboe@suse.de \
    --cc=Vegard.Lima@hia.no \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthias.welk@fokus.gmd.de \
    --cc=plail@web.de \
    /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

Powered by JetHome