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 6001CC74A5B for ; Tue, 21 Mar 2023 10:34:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230350AbjCUKeo (ORCPT ); Tue, 21 Mar 2023 06:34:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230325AbjCUKem (ORCPT ); Tue, 21 Mar 2023 06:34:42 -0400 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A27D23756B for ; Tue, 21 Mar 2023 03:34:06 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4Pgnyc0xzqz4whr; Tue, 21 Mar 2023 21:33:59 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1679394840; bh=AZBxZBErI7bC11AKURL/fDXfLU64bJPXSy0jubRl/1M=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=NmottEFE7a/dSPZAqpGNXOii0lvujqTNochXP/A2xjAxplMCo5826IR1XghamjbiL yBpJ7GT3bcNmN1deVy1dV3s71td0RwyFWQBVmTSYcYgtIK0Yd3ToyCYatSo1M6ZtOM AUFiFuRX9nBBXh7VzgpryEqIaEaSJcInnAEAiIXjAhq5CwXr7lsNqeYWpDXQsZD1yC FvFVoFaYwdpglqTvVEIiWXY2hEhxzLUZ1apH0PTozTjG18Mug0uoThZTqi1lE3Q2pR G60to+oMPHhrnORuRrotwGqP7DuGb0aPkLouHl0yfzxeeIo4z63kZoY8ZfEE61X+41 0ATiOG3XCzYCQ== From: Michael Ellerman To: Timothy Pearson , Timothy Pearson Cc: kvm , linuxppc-dev Subject: Re: [PATCH v2 0/4] Reenable VFIO support on POWER systems In-Reply-To: <2099448392.25626899.1679166370571.JavaMail.zimbra@raptorengineeringinc.com> References: <8398361.16996856.1678123793664.JavaMail.zimbra@raptorengineeringinc.com> <87bkl2ywz2.fsf@mpe.ellerman.id.au> <1816556668.17777469.1678390100763.JavaMail.zimbra@raptorengineeringinc.com> <2099448392.25626899.1679166370571.JavaMail.zimbra@raptorengineeringinc.com> Date: Tue, 21 Mar 2023 21:33:57 +1100 Message-ID: <877cvav1ey.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Timothy Pearson writes: > ----- Original Message ----- >> From: "Timothy Pearson" >> To: "Michael Ellerman" >> Cc: "Timothy Pearson" , "kvm" , "linuxppc-dev" >> >> Sent: Thursday, March 9, 2023 1:28:20 PM >> Subject: Re: [PATCH v2 0/4] Reenable VFIO support on POWER systems > >> ----- Original Message ----- >>> From: "Michael Ellerman" >>> To: "Timothy Pearson" , "kvm" >>> >>> Cc: "linuxppc-dev" >>> Sent: Thursday, March 9, 2023 5:40:01 AM >>> Subject: Re: [PATCH v2 0/4] Reenable VFIO support on POWER systems >> >>> Timothy Pearson writes: >>>> This patch series reenables VFIO support on POWER systems. It >>>> is based on Alexey Kardashevskiys's patch series, rebased and >>>> successfully tested under QEMU with a Marvell PCIe SATA controller >>>> on a POWER9 Blackbird host. >>>> >>>> Alexey Kardashevskiy (3): >>>> powerpc/iommu: Add "borrowing" iommu_table_group_ops >>>> powerpc/pci_64: Init pcibios subsys a bit later >>>> powerpc/iommu: Add iommu_ops to report capabilities and allow blocking >>>> domains >>> >>> As sent the patches had lost Alexey's authorship (no From: line), I >>> fixed it up when applying so the first 3 are authored by Alexey. >>> >>> cheers >> >> Thanks for catching that, it wasn't intentional. Probably used a wrong Git >> command... > > Just wanted to touch base on the patches, since they're still listed as Under Review on patchwork. Are we good to go for the 6.4 merge window? They've been in my next (and so linux-next), since last week. I just haven't updated patchwork yet. So yeah they are on track to go into mainline during the v6.4 merge window. cheers