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 BA288C433EF for ; Wed, 16 Mar 2022 21:10:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1358129AbiCPVLs (ORCPT ); Wed, 16 Mar 2022 17:11:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1355934AbiCPVLn (ORCPT ); Wed, 16 Mar 2022 17:11:43 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84D5042A16; Wed, 16 Mar 2022 14:10:28 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:35::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id C53FE2CD; Wed, 16 Mar 2022 21:10:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net C53FE2CD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1647465027; bh=6PY+oP187Km4X4DENxa30QTAKestJk5QoK9x4lPxiXw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=kc1Km2RbeQki+bPzH8xgB8YhtJLFbkat9ffYIcuRayQbjxnhYXQoj2ank61Srmfoj DsbzBoPZBH9m8b1R9mD791Xs4GSMHN5UdEybAdtEGhMp/xaeCH7+z0BQ4CMrQLWiYC ZuKdUol8/ew8nNw02U6lzDSIzxpTEcXPc/2Jq4VJNO/my6bdlw/aNcKVI1Y9qwUe6O a1FBuIwBY60lCoi55q4i5tWsmywdd3ky4qaeH4ARiMLfYgmZ7dIh1ScDLiPMzSaApv hYazpkfTdxN2HXQUl35MGEMeflZdpi9Rv0E+7a+gFqJFql/7MNUwtNspJxwnYq8V0k sR9+gcu8DkjDA== From: Jonathan Corbet To: Alex Williamson , alex.williamson@redhat.com, kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, jgg@nvidia.com, shameerali.kolothum.thodi@huawei.com, kevin.tian@intel.com, yishaih@nvidia.com, linux-doc@vger.kernel.org, hch@infradead.org Subject: Re: [PATCH v4] vfio-pci: Provide reviewers and acceptance criteria for variant drivers In-Reply-To: <164736509088.181560.2887686123582116702.stgit@omen> References: <164736509088.181560.2887686123582116702.stgit@omen> Date: Wed, 16 Mar 2022 15:10:27 -0600 Message-ID: <87wngtsiws.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Alex Williamson writes: > Device specific extensions for devices exposed to userspace through > the vfio-pci-core library open both new functionality and new risks. > Here we attempt to provided formalized requirements and expectations > to ensure that future drivers both collaborate in their interaction > with existing host drivers, as well as receive additional reviews > from community members with experience in this area. > > Cc: Jason Gunthorpe > Acked-by: Shameer Kolothum > Reviewed-by: Yishai Hadas > Acked-by: Kevin Tian > Signed-off-by: Alex Williamson So this seems fine to me. Did you want it to go through the docs tree, or did you have another path in mind for it? Thanks, jon