From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6DA9CC433FE for ; Wed, 2 Mar 2022 08:26:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240101AbiCBI0o (ORCPT ); Wed, 2 Mar 2022 03:26:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240093AbiCBI0n (ORCPT ); Wed, 2 Mar 2022 03:26:43 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 63AE0B82CC for ; Wed, 2 Mar 2022 00:26:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1646209560; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=YtrInDoeeooDXLH4/ASDNuBM89b2Da/ya3ncv+m8FWA=; b=NrKxjS2mZ+3LnBTNJCqK+BpA/wvESboaJuprHaZfPRJe6Vhr9BJ5QjipGwKmKGkpMhGDZN tcA4cEpdd6JCOxI1V+8K/WJWZb4DGmZ29Ry5t5KweCDXskl+gZc5TgulC8NcFclj/Lcufz E3EHKq9FlGA4zQz7FLTkcP/hCdREJDk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-326-sAHRB3rVNm6CEswhqULziw-1; Wed, 02 Mar 2022 03:25:57 -0500 X-MC-Unique: sAHRB3rVNm6CEswhqULziw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2F944824FA7; Wed, 2 Mar 2022 08:25:55 +0000 (UTC) Received: from T590 (ovpn-8-19.pek2.redhat.com [10.72.8.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 629027FCE4; Wed, 2 Mar 2022 08:25:49 +0000 (UTC) Date: Wed, 2 Mar 2022 16:25:45 +0800 From: Ming Lei To: Abdul Haleem Cc: linux-scsi , yukuai3@huawei.com, linux-next , axboe@kernel.dk, linux-block@vger.kernel.org, linuxppc-dev , linux-kernel Subject: Re: [next-20220225][Oops][ppc] lvm snapshot merge results kernel panics (throtl_pending_timer_fn) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 02, 2022 at 01:31:39PM +0530, Abdul Haleem wrote: > Greeting's > > Linux next kernel 5.17.0-rc5-next-20220225 crashed on my power 10 LPAR when > merge lvm snapshot on nvme disk Please try next-20220301, in which the "bad" patch of 'block: cancel all throttled bios in del_gendisk()' is dropped. Thanks, Ming