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 51120C05027 for ; Thu, 26 Jan 2023 17:40:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231897AbjAZRky (ORCPT ); Thu, 26 Jan 2023 12:40:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229756AbjAZRkv (ORCPT ); Thu, 26 Jan 2023 12:40:51 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5225F6D5F3 for ; Thu, 26 Jan 2023 09:40:49 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 6328E68D05; Thu, 26 Jan 2023 18:40:44 +0100 (CET) Date: Thu, 26 Jan 2023 18:40:44 +0100 From: Christoph Hellwig To: Alex Williamson Cc: Arnd Bergmann , Tony Krowiak , Jason Gunthorpe , Arnd Bergmann , "Steven Rostedt (Google)" , Finn Behrens , Miguel Ojeda , Masami Hiramatsu , linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH] vfio-mdev: add back CONFIG_VFIO dependency Message-ID: <20230126174044.GA15999@lst.de> References: <20230126163719.3585002-1-arnd@kernel.org> <20230126103811.56d71351.alex.williamson@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230126103811.56d71351.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:38:11AM -0700, Alex Williamson wrote: > Seems like it wouldn't just be the sample drivers with this issue, > don't VFIO_CCW, VFIO_AP, and DRM_I915_GVT_KVMGT all have this problem? > Thanks, Yes, they all need to depend on VFIO. Should I resend the series with that fixed?