From: Marco Gatti <marco@pianoinflames.de>
To: Jens Axboe <jens.axboe@oracle.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Robert Hancock <hancockr@shaw.ca>,
Andrew Morton <akpm@linux-foundation.org>,
IDE/ATA development list <linux-ide@vger.kernel.org>,
Greg KH <greg@kroah.com>, Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@elte.hu>, Jeff Garzik <jgarzik@pobox.com>
Subject: Re: Bug: get EXT3-fs error Allocating block in system zone
Date: Mon, 10 Dec 2007 19:01:39 +0100 [thread overview]
Message-ID: <475D7F03.7050100@pianoinflames.de> (raw)
In-Reply-To: <20071209210137.GD13382@kernel.dk>
Jens Axboe schrieb:
>>>> Hello Jens,
>>>> Thanks for help. I just applied the patch. Unfortunately it doesn't work.
>>> Can you try and additionally boot with iommu=off as a boot parameter?
>>>
>> Yes. This is the end of getting any sata devices. See screenshots for
>> errors. It continued untill ata4. At the end no root device was found.
>
> Hmm, even though the address is set to 0xffffffff we still seem to
> receive requests outside that range. Lets assume it's the scsi logic,
> can you test this? IOW, patch + iommu=off + this patch.
>
> I probably wont see any more mails tonight, we can continue this
> tomorrow (or someone else can step in, whatever comes first :-)
>
> diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
> index 2faced6..769ce3a 100644
> --- a/drivers/scsi/scsi_lib.c
> +++ b/drivers/scsi/scsi_lib.c
> @@ -1572,7 +1572,9 @@ struct request_queue *__scsi_alloc_queue(struct Scsi_Host *shost,
> #endif
>
> blk_queue_max_sectors(q, shost->max_sectors);
> +#if 0
> blk_queue_bounce_limit(q, scsi_calculate_bounce_limit(shost));
> +#else
> blk_queue_segment_boundary(q, shost->dma_boundary);
>
> if (!shost->use_clustering)
I applied the path. Got Hunk #1 succeeded at 1562 with fuzz 2 (offset
-10 lines).
I didn't compile completly.
drivers/scsi/scsi_lib.c:1565:1: error: unterminated #else
make[2]: *** [drivers/scsi/scsi_lib.o] Error 1
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2
next prev parent reply other threads:[~2007-12-10 18:01 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <fa.Fg53DJSEh/kZhf/uRCv9FYZsaSQ@ifi.uio.no>
[not found] ` <fa.nPzIjJ2SchPb1LOa/dRWb/WyEZU@ifi.uio.no>
[not found] ` <fa.LkmHGN+Fx6H930bfeCDU6pGdBKM@ifi.uio.no>
[not found] ` <fa.oSqMiIX7WubypXrhZGaRKU5wNGU@ifi.uio.no>
[not found] ` <fa.0pc9/nNmTq+eWIU9rADRn0xYGdI@ifi.uio.no>
[not found] ` <fa.hqM73i24f6G31R5F3sKL8+3H8Ww@ifi.uio.no>
2007-12-09 17:55 ` Bug: get EXT3-fs error Allocating block in system zone Robert Hancock
2007-12-09 18:59 ` Linus Torvalds
2007-12-09 19:09 ` Jens Axboe
2007-12-09 19:58 ` Marco Gatti
2007-12-09 20:04 ` Jens Axboe
[not found] ` <475C536B.5070409@pianoinflames.de>
2007-12-09 21:01 ` Jens Axboe
2007-12-10 18:01 ` Marco Gatti [this message]
2007-12-10 18:08 ` Jens Axboe
2007-12-10 18:11 ` Linus Torvalds
2007-12-10 23:59 ` Robert Hancock
2008-01-31 18:46 ` Marco Gatti
2007-12-18 8:36 ` Marco Gatti
2007-12-10 16:38 ` Mark Lord
2007-12-10 17:47 ` Marco Gatti
2007-12-19 21:25 ` Marco Gatti
2007-12-19 21:27 ` Alan Cox
2007-12-04 20:54 Marco Gatti
2007-12-07 0:25 ` Andrew Morton
2007-12-07 0:42 ` Linus Torvalds
2007-12-07 7:24 ` Marco Gatti
2007-12-08 21:21 ` Marco Gatti
2007-12-09 0:47 ` Linus Torvalds
2007-12-09 16:59 ` Marco Gatti
2007-12-09 18:56 ` Linus Torvalds
2007-12-07 7:11 ` Marco Gatti
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=475D7F03.7050100@pianoinflames.de \
--to=marco@pianoinflames.de \
--cc=akpm@linux-foundation.org \
--cc=greg@kroah.com \
--cc=hancockr@shaw.ca \
--cc=jens.axboe@oracle.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.