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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F1E45C433EF for ; Sun, 31 Oct 2021 18:41:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AE07C60FBF for ; Sun, 31 Oct 2021 18:41:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230043AbhJaSoa (ORCPT ); Sun, 31 Oct 2021 14:44:30 -0400 Received: from mga12.intel.com ([192.55.52.136]:51518 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230041AbhJaSoa (ORCPT ); Sun, 31 Oct 2021 14:44:30 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10154"; a="210960132" X-IronPort-AV: E=Sophos;i="5.87,197,1631602800"; d="scan'208";a="210960132" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2021 11:41:53 -0700 X-IronPort-AV: E=Sophos;i="5.87,197,1631602800"; d="scan'208";a="637597286" Received: from jwcarin-mobl.amr.corp.intel.com (HELO intel.com) ([10.252.132.129]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2021 11:41:51 -0700 Date: Sun, 31 Oct 2021 11:41:50 -0700 From: Ben Widawsky To: Dan Williams Cc: linux-cxl@vger.kernel.org, "Weiny, Ira" , "Schofield, Alison" , Vishal L Verma Subject: Re: [PATCH] cxl/core: Convert to EXPORT_SYMBOL_NS_GPL Message-ID: <20211031184150.blkw7ioxo3ln6hkk@intel.com> References: <163555506776.2553440.17247681249660176777.stgit@dwillia2-desk3.amr.corp.intel.com> <20211031183123.m6wors3hizsbm7cd@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-cxl@vger.kernel.org On 21-10-31 11:35:11, Dan Williams wrote: [snip] > > I can't see any reason to have plain EXPORT_SYMBOL_GPL() for these, we > *want* other users to declare the CXL namespace. Why do we care if they declare CXL namespace?