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 smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4FEF8C433EF for ; Fri, 4 Feb 2022 23:23:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id 0265760BAE; Fri, 4 Feb 2022 23:23:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 10rGUA5WXKK2; Fri, 4 Feb 2022 23:23:44 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by smtp3.osuosl.org (Postfix) with ESMTPS id 01F41600BA; Fri, 4 Feb 2022 23:23:44 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id D0F57C0011; Fri, 4 Feb 2022 23:23:43 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5485DC000B for ; Fri, 4 Feb 2022 23:23:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 34BD6408D1 for ; Fri, 4 Feb 2022 23:23:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (2048-bit key) header.d=linutronix.de header.b="2rLCAeeH"; dkim=neutral reason="invalid (unsupported algorithm ed25519-sha256)" header.d=linutronix.de header.b="QphJxMQP" Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C9-8WS4J3vQX for ; Fri, 4 Feb 2022 23:23:42 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by smtp4.osuosl.org (Postfix) with ESMTPS id 9BD56408CA for ; Fri, 4 Feb 2022 23:23:42 +0000 (UTC) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1644017020; 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=vjKFLhJ0WKOYdjVNT75NralCeXORWUK8K4Zouf8H2hA=; b=2rLCAeeHPv2kZnBHn2OmGzTO+yyDRHq9i3gmwAezbl2N1S3B037Us1GM6mm3h4p8lyAB0B 1NFbYIt1m67miC4jgKkjS5AFY/MKleQ91Omh25Rj/wXS2soRK/RUAFkBL5wehByF7MG6l5 EVWrv+GJO9/m62e7yM01hZ1xnEfI/mM3DAqL7MPZZyG2Y1mKJeqMylPEnJ79zbIS39chKO JbXxSzGslbCy4zmRBNVXIBQPwlilwUcjFIk3VMYk2Q6qtsS9H4+sMZ9c8dMI/gmGt1cBYO X4LgeAv+0GCVGCb6ly3N2t6SAL4ZeDXd2Id8tr0Lq0/7NQCmhrBBijBBfhCVEA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1644017020; 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=vjKFLhJ0WKOYdjVNT75NralCeXORWUK8K4Zouf8H2hA=; b=QphJxMQP6qkYru6xRH4MdbwS6ihQZIdWWFCq9uH7lRxVuKawXyAz83JLiJS5P9XEkVnycC vqyCIRZIM6mJx7CA== To: Fenghua Yu , Dave Hansen , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Andy Lutomirski , Tony Luck , Lu Baolu , Joerg Roedel , Josh Poimboeuf , Jacob Pan , Ashok Raj , Ravi V Shankar Subject: Re: [PATCH v3 03/11] iommu/ioasid: Introduce a helper to check for valid PASIDs In-Reply-To: <20220128202905.2274672-4-fenghua.yu@intel.com> References: <20220128202905.2274672-1-fenghua.yu@intel.com> <20220128202905.2274672-4-fenghua.yu@intel.com> Date: Sat, 05 Feb 2022 00:23:40 +0100 Message-ID: <87tudeb4hv.ffs@tglx> MIME-Version: 1.0 Cc: Fenghua Yu , iommu@lists.linux-foundation.org, x86 , linux-kernel X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Fri, Jan 28 2022 at 12:28, Fenghua Yu wrote: > pasid_valid() is defined to check if a given PASID is valid. > > Suggested-by: Ashok Raj > Suggested-by: Jacob Pan > Signed-off-by: Fenghua Yu > Reviewed-by: Tony Luck Reviewed-by: Thomas Gleixner _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu