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 442C0C54EAA for ; Mon, 30 Jan 2023 07:33:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235240AbjA3Hdc (ORCPT ); Mon, 30 Jan 2023 02:33:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbjA3Hda (ORCPT ); Mon, 30 Jan 2023 02:33:30 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9CAA41A4A5 for ; Sun, 29 Jan 2023 23:33:28 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id E812368BEB; Mon, 30 Jan 2023 08:33:24 +0100 (CET) Date: Mon, 30 Jan 2023 08:33:24 +0100 From: Christoph Hellwig To: Alex Williamson Cc: Christoph Hellwig , Arnd Bergmann , Tony Krowiak , Jason Gunthorpe , Arnd Bergmann , "Steven Rostedt (Google)" , Finn Behrens , Miguel Ojeda , Masami Hiramatsu , linux-kernel@vger.kernel.org Subject: Re: [PATCH] vfio-mdev: add back CONFIG_VFIO dependency Message-ID: <20230130073324.GA590@lst.de> References: <20230126163719.3585002-1-arnd@kernel.org> <20230126103811.56d71351.alex.williamson@redhat.com> <20230126174044.GA15999@lst.de> <20230126104515.3fcb3abf.alex.williamson@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230126104515.3fcb3abf.alex.williamson@redhat.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 26, 2023 at 10:45:15AM -0700, Alex Williamson wrote: > The culprit is already in my next branch, we just need a fix that > includes all the cases. A respin of Arnd's patch would be preferable > to keep the fixes in one place. Thanks, Arnd, do you plan to resend the patch, or should I take care of it?