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 B812AEB64D9 for ; Tue, 27 Jun 2023 04:51:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229910AbjF0EvX (ORCPT ); Tue, 27 Jun 2023 00:51:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229623AbjF0EvV (ORCPT ); Tue, 27 Jun 2023 00:51:21 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CDE1EB for ; Mon, 26 Jun 2023 21:51:20 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id C38146732D; Tue, 27 Jun 2023 06:51:16 +0200 (CEST) Date: Tue, 27 Jun 2023 06:51:16 +0200 From: Christoph Hellwig To: Eric Farman Cc: Kirti Wankhede , Alex Williamson , Christoph Hellwig , Matthew Rosato , Kevin Tian , Jason Gunthorpe , Tony Krowiak , kvm@vger.kernel.org, Alexander Egorenkov Subject: Re: [PATCH] vfio/mdev: Move the compat_class initialization to module init Message-ID: <20230627045116.GA16878@lst.de> References: <20230626133642.2939168-1-farman@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230626133642.2939168-1-farman@linux.ibm.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Yeah, this is the structure that the code should have had since the very beginning: Reviewed-by: Christoph Hellwig