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 84EA4C61DA4 for ; Tue, 14 Feb 2023 21:31:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233069AbjBNVbi (ORCPT ); Tue, 14 Feb 2023 16:31:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57274 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232626AbjBNVbg (ORCPT ); Tue, 14 Feb 2023 16:31:36 -0500 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4A9B2CC7B for ; Tue, 14 Feb 2023 13:31:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1676410269; x=1707946269; h=date:from:to:cc:subject:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=7A6xUgg1KlIcBAaPTam1mZddqUhKOilo6t8rJoPOkyc=; b=DqTuYOvra3kS9IQrMuYtSzZ4ynIxKbqP0Fy/RT/wRxT6pO+zOe0lUkYQ atkg49kcCzTt+a03RPyICN6J9+VkeNOqzzPiiXP0IEqShyysLIQKjZF+E I37dfsjyZ1DOR8N0s9P63OopdzdJlR0KPPRjNJMvVEueSAaCNGCuoQqIx wE4seDyzWIUGADqFoBUfLkvJh3lFwOaw5t2VTo1lzfVgFQyi9Bw7OvbJA jxMBJ0Wky7GZUXAhV1i1bMxT4embebNbTJ+XsSxtt+iWHhcxfUcBarVCP O7AVhJXpEhxJnEItr4yaPNF8oHEilW4VMxn66AzNWptzF8j37ns0wwzZl g==; X-IronPort-AV: E=McAfee;i="6500,9779,10621"; a="329902988" X-IronPort-AV: E=Sophos;i="5.97,297,1669104000"; d="scan'208";a="329902988" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2023 13:30:12 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10621"; a="646912439" X-IronPort-AV: E=Sophos;i="5.97,297,1669104000"; d="scan'208";a="646912439" Received: from jacob-builder.jf.intel.com (HELO jacob-builder) ([10.24.100.114]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Feb 2023 13:30:12 -0800 Date: Tue, 14 Feb 2023 13:33:52 -0800 From: Jacob Pan To: Jason Gunthorpe Cc: Jean-Philippe Brucker , LKML , iommu@lists.linux.dev, Lu Baolu , Joerg Roedel , Jean-Philippe Brucker , Robin Murphy , Will Deacon , David Woodhouse , Raj Ashok , "Tian, Kevin" , Yi Liu , jacob.jun.pan@linux.intel.com Subject: Re: [PATCH v2 3/3] iommu: Remove ioasid infrastructure Message-ID: <20230214133352.1f69b624@jacob-builder> In-Reply-To: References: <20230214064414.1038058-1-jacob.jun.pan@linux.intel.com> <20230214064414.1038058-4-jacob.jun.pan@linux.intel.com> <20230214093107.323d7e76@jacob-builder> Organization: OTC X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jason, On Tue, 14 Feb 2023 13:57:29 -0400, Jason Gunthorpe wrote: > On Tue, Feb 14, 2023 at 09:31:07AM -0800, Jacob Pan wrote: > > Hi Jason, > > > > On Tue, 14 Feb 2023 09:06:18 -0400, Jason Gunthorpe > > wrote: > > > On Tue, Feb 14, 2023 at 09:32:33AM +0000, Jean-Philippe Brucker > > > wrote: > > > > > diff --git a/include/uapi/linux/iommu.h > > > > > b/include/uapi/linux/iommu.h index 65d8b0234f69..a95f07f0c98c > > > > > 100644 --- a/include/uapi/linux/iommu.h > > > > > +++ b/include/uapi/linux/iommu.h > > > > > @@ -157,5 +157,6 @@ struct iommu_page_response { > > > > > __u32 grpid; > > > > > __u32 code; > > > > > }; > > > > > +#define IOMMU_PASID_INVALID (-1U) > > > > > > > > Why change UAPI? > > > > > > There is no uapi, this whole file needs to be deleted too > > > > > ok. another clean up. > > > > As I also replied to Jean, I ran into a circular #include problem if > > mm.h #include iommu.h, I guess I could also create another header, e.g. > > iommu_defs.h to avoid it. any other suggestions? > > Given this header is not used, just delete things from it to resolve > the problem? no, sorry i didn't make it clear. I meant if we do #include in sched/mm.h, then I got circular include problem. The problem is not with include/uapi/linux/iommu.h I could fix it by adding another header include/linux/iommu_defs.h for #define IOMMU_PASID_INVALID (-1U) But it feels like an overkill. Thanks, Jacob