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 3E872C433FE for ; Sun, 28 Nov 2021 08:13:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357008AbhK1IQV (ORCPT ); Sun, 28 Nov 2021 03:16:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229798AbhK1IOU (ORCPT ); Sun, 28 Nov 2021 03:14:20 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F29ABC061574; Sun, 28 Nov 2021 00:11:04 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A5514B80935; Sun, 28 Nov 2021 08:11:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C1F14C004E1; Sun, 28 Nov 2021 08:11:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1638087062; bh=5mwb19/SHMi03iwE7udtKKydPp4JSsXL3XurwhuFH3A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0K2ApgpytQUtBR+gHf0XQ4IVfREvcAcvqrRQCFEkSEh4tyg/4RgsWQPWnCzG8fTEe SH/XrehDyc5gpu5nvByHKqYX1D6pMeTw48b05fwQywetPn0B+Oiv4yzdzHaaVFDXoe g7AmRL+Ek0wMH4ULJlhFBJB83junJ0MyrsoK//p8= Date: Sun, 28 Nov 2021 09:10:58 +0100 From: Greg Kroah-Hartman To: Lu Baolu Cc: Joerg Roedel , Alex Williamson , Bjorn Helgaas , Jason Gunthorpe , Christoph Hellwig , Kevin Tian , Ashok Raj , Will Deacon , Robin Murphy , Dan Williams , rafael@kernel.org, Diana Craciun , Cornelia Huck , Eric Auger , Liu Yi L , Jacob jun Pan , Chaitanya Kulkarni , Stuart Yoder , Laurentiu Tudor , Thierry Reding , David Airlie , Daniel Vetter , Jonathan Hunter , Li Yang , iommu@lists.linux-foundation.org, linux-pci@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/17] Fix BUG_ON in vfio_iommu_group_notifier() Message-ID: References: <20211128025051.355578-1-baolu.lu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211128025051.355578-1-baolu.lu@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 28, 2021 at 10:50:34AM +0800, Lu Baolu wrote: > The original post and intent of this series is here. > https://lore.kernel.org/linux-iommu/20211115020552.2378167-1-baolu.lu@linux.intel.com/ Please put the intent in the message, dont make us go and dig it up again. thanks, greg k-h