From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 60758] module scsi_wait_scan not found kernel panic on boot
Date: Fri, 21 Feb 2014 05:53:40 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from mail.kernel.org ([198.145.19.201]:34414 "EHLO mail.kernel.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1752318AbaBUFxr (ORCPT );
Fri, 21 Feb 2014 00:53:47 -0500
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 229EC2015A
for ; Fri, 21 Feb 2014 05:53:45 +0000 (UTC)
Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52])
by mail.kernel.org (Postfix) with ESMTP id 48BFC201BF
for ; Fri, 21 Feb 2014 05:53:44 +0000 (UTC)
In-Reply-To:
Sender: linux-scsi-owner@vger.kernel.org
List-Id: linux-scsi@vger.kernel.org
To: linux-scsi@vger.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=60758
--- Comment #59 from Lin Feng ---
(In reply to Thorsten Kohfeldt from comment #57)
> I have filed a bug against dracut:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1067669
>
> which gives an explanation at least for kernel 3.13.
>
>
> That kernel version introduces multi queue block i/o for virtio_blk, which
> in turn does not any more call blk_init_queue() but blk_mq_init_queue()
> instead.
>
> Dracut matches against symbol blk_init_queue but not yet against symbol
> blk_mq_init_queue.
>
Good, based on the bisect it seems that it's the root cause, thanks :)
--
You are receiving this mail because:
You are the assignee for the bug.