[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200910011026.17510.elendil@planet.nl>
Date: Thu, 1 Oct 2009 10:26:14 +0200
From: Frans Pop <elendil@...net.nl>
To: manty@...ty.net
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-ide@...r.kernel.org,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Subject: Re: kernel BUG at drivers/ide/ide-disk.c:187 (2.6.31)
Hi Manty,
Andrew Morton wrote:
> On Wed, 30 Sep 2009 13:05:29 +0200 Santiago Garcia Mantinan wrote:
>> kernel BUG at drivers/ide/ide-disk.c:187!
Looks like this is a deliberate test for unknown requests that was added in
2.6.31 with the following commit:
commit 2c7eaa43c3bb7b3b9fe2051d17f308c1f0728c78
Author: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
Date: Mon Jun 15 22:16:10 2009 +0200
ide: BUG() on unknown requests
Unsupported requests should be never handed down to device drivers
and the best thing we can do upon discovering such request inside
driver's ->do_request method is to just BUG().
In previous kernels the code would not dump, but still fail and print the
request flags, identified by "ide_do_rw_disk - bad command", to the kernel
log.
Manty: Have you ever seen such messages with previous kernels?
Question for IDE maintainers: should maybe the old printing of request info
be reinstated, or can the request flags also be obtained from the BUG
info?
Cheers,
FJP
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists