From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D08AB33D2 for ; Wed, 11 Jan 2023 18:14:52 +0000 (UTC) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1673460884; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AZYuW/cbFP1npKoEuiZS220jTN+uu0yF86SLxB0rDLw=; b=n2adJGAWgm3oaXK8gv1F+D9qxvKrLD4Ca14k99SFx9vASL2BHee2wrua46zwXKETDr7NY1 CihQXUsAliDiTmuIS4LC9HP5NJXixU2O6ESxByMfRStuY8KoIg+XSxVffYOVysRDMk61Ux vCPOYSK5O+eLozOk77UiqL2EbyFEELkUyv2EFAil9baOlJ4isy8h37jJ2X4rYxLNminLAL X+glBz8TS4JmYzze0yvyeylTQFDYsyHZGmbV48mQSUbBYgA+gCwbcS/BKbDLRuxonmVOuJ tSTzCZ/cB7Uw+MWWYtKZf3dJIWfN0aYlo0Tin6Rw9E1KHRvMaxWZTA7E+k3xIQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1673460884; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=AZYuW/cbFP1npKoEuiZS220jTN+uu0yF86SLxB0rDLw=; b=wvHogutoxNI5fWcTtr0163kh24SEW5rPzVUVvUTShaM5FgXjE2tJHvhgxvlrQUBOhdLlku MiqiniY06TRlnYBQ== To: Jason Gunthorpe , Alexander Gordeev , Alex Williamson , Lu Baolu , Christian Borntraeger , Cornelia Huck , David Woodhouse , Gerald Schaefer , Vasily Gorbik , Heiko Carstens , iommu@lists.linux.dev, Joerg Roedel , kvm@vger.kernel.org, linux-s390@vger.kernel.org, Marc Zyngier , Robin Murphy , Suravee Suthikulpanit , Sven Schnelle , Will Deacon Cc: Bharat Bhushan , Christian Borntraeger , Eric Auger , Eric Farman , Kevin Tian , Marc Zyngier , Matthew Rosato , Tomasz Nowicki , Will Deacon Subject: Re: [PATCH iommufd v3 1/9] irq: Add msi_device_has_isolated_msi() In-Reply-To: <1-v3-3313bb5dd3a3+10f11-secure_msi_jgg@nvidia.com> References: <1-v3-3313bb5dd3a3+10f11-secure_msi_jgg@nvidia.com> Date: Wed, 11 Jan 2023 19:14:44 +0100 Message-ID: <87h6wxhraj.ffs@tglx> Precedence: bulk X-Mailing-List: iommu@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Jason! On Thu, Jan 05 2023 at 15:33, Jason Gunthorpe wrote: > Subject: Re: [PATCH iommufd v3 1/9] irq: Add msi_device_has_isolated_msi() Nit: The correct prefix for this is 'genirq/msi:' Other than that: Reviewed-by: Thomas Gleixner