Message ID | 20230712125455.1986455-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 590E0EB64D9 for <linux-block@archiver.kernel.org>; Wed, 12 Jul 2023 12:55:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231520AbjGLMzv (ORCPT <rfc822;linux-block@archiver.kernel.org>); Wed, 12 Jul 2023 08:55:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229993AbjGLMzu (ORCPT <rfc822;linux-block@vger.kernel.org>); Wed, 12 Jul 2023 08:55:50 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A0311736 for <linux-block@vger.kernel.org>; Wed, 12 Jul 2023 05:55:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689166505; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5CYqK3Y+IQKFaUkutdkJlO3sotphYax9MRe0AccKI2w=; b=NMF8elJOLN2B6Ld6/MIgP86eUw2w/r1OG6RR6S3xoOvniErJynIclF4R31wRyUTcy5WITq eMqOJ/QJzm1V8wOHMEDq4itk8IAyRTzhv3Uyh6qR5YC0lNL9G707hJYRvvhyuoH+Z+u3xc MRibskSX69dUCqWd1fGe34m6dg6xJ04= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-418-PESh_r3nPIO4H1zgny0CSw-1; Wed, 12 Jul 2023 08:55:03 -0400 X-MC-Unique: PESh_r3nPIO4H1zgny0CSw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 151EB3C0FC99; Wed, 12 Jul 2023 12:55:03 +0000 (UTC) Received: from localhost (ovpn-8-25.pek2.redhat.com [10.72.8.25]) by smtp.corp.redhat.com (Postfix) with ESMTP id E15D3C1ED96; Wed, 12 Jul 2023 12:55:01 +0000 (UTC) From: Ming Lei <ming.lei@redhat.com> To: Jens Axboe <axboe@kernel.dk>, Christoph Hellwig <hch@lst.de>, linux-nvme@lists.infradead.org, "Martin K . Petersen" <martin.petersen@oracle.com>, linux-scsi@vger.kernel.org Cc: linux-block@vger.kernel.org, Wen Xiong <wenxiong@linux.ibm.com>, Keith Busch <kbusch@kernel.org>, Ming Lei <ming.lei@redhat.com> Subject: [PATCH 0/8] blk-mq: fix wrong queue mapping for kdump kernel Date: Wed, 12 Jul 2023 20:54:47 +0800 Message-Id: <20230712125455.1986455-1-ming.lei@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series |
blk-mq: fix wrong queue mapping for kdump kernel
|
expand
|