From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) (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 274C118A6A7 for ; Mon, 23 Jun 2025 10:45:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.14 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750675513; cv=none; b=m4e2u4zaTzBXI1G5zkQJu29X4BUYVX62watja/Ob+MAiNCYsnioRHGlAjxNvOyQ9u4+7xhBwPFUAiTzk71Sgy5I4pcbha/fFBAZIieMm4QYnUCoivSs3fxNecSLTvRtVy5ftqb/0mPNEFKTW97RkadBelezwFp2jC///KgR3bR0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750675513; c=relaxed/simple; bh=L06ElXWy8V969egiTxFaIcfw/vBAMHlrYHgw+dk8MhU=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=TgZs4adYEQ51b8cK+vQI83Vrr5U+9fU8RPn6mrj2alP/XduDFw1fWrCgdbYrlN0Wr8XndYR5+R5dYCTd5nMZGwmY0NjO1Upp7Modj8+Qj0NP3pfntrG1ffNTFBlXIV/eARfMfMKNxAGQ4uu5v2+4ue1gNWSSHaBz3iOQmOOcVq0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=gvLkYCvl; arc=none smtp.client-ip=198.175.65.14 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="gvLkYCvl" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1750675512; x=1782211512; h=date:from:to:cc:subject:message-id:mime-version; bh=L06ElXWy8V969egiTxFaIcfw/vBAMHlrYHgw+dk8MhU=; b=gvLkYCvlbEqlsCYN2yI7Ffur5Spd4EuxKf8IHYvFDRoeyKC5Iye2VK+7 DuDttsSJzkBy4CgIBktn55jL2cw/+B5lhhCrAeYJ37Mf+H1EL8XstN7j3 cpxHJKRoLODD0noVAGvy5SecwCPHPosE2EQ4OmsljZgE5SPoVKA7JH8Nw Xmyhb0LLuRN6QKXLGHne7cPweRyGsfQ/CLAkt5wg018KOXoWQOuycZxGe B1lQSeMsaTE9f6WdG321cJBLl6JtZ19i9quXjPcSw49FRB9asWSKJyLuA QCjHJNllm318lcOrGdUAQbW8HG9oqkmyKOB38rkaonMOO2CE6PvSjrdKw A==; X-CSE-ConnectionGUID: pS3X+TXmQq6LgW5ornGjow== X-CSE-MsgGUID: cYb0wa8iSrGFtED7V2/hmg== X-IronPort-AV: E=McAfee;i="6800,10657,11472"; a="56656359" X-IronPort-AV: E=Sophos;i="6.16,258,1744095600"; d="scan'208";a="56656359" Received: from orviesa009.jf.intel.com ([10.64.159.149]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2025 03:45:11 -0700 X-CSE-ConnectionGUID: D9ErFu8VSP2hlOm376NByw== X-CSE-MsgGUID: nYYidfzvQO+bLM2YQ6V/Xg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.16,258,1744095600"; d="scan'208";a="151336349" Received: from smile.fi.intel.com ([10.237.72.52]) by orviesa009.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2025 03:45:11 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.98.2) (envelope-from ) id 1uTefj-000000098vz-27gH; Mon, 23 Jun 2025 13:45:07 +0300 Date: Mon, 23 Jun 2025 13:45:07 +0300 From: Andy Shevchenko To: linux-iio@vger.kernel.org Cc: Jonathan Cameron , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= Subject: EXPORT_SYMBOL_GPL_FOR_MODULES() heads up Message-ID: Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo Pay attention to a new commit 707f853d7fa3 ("module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helper"). This one is what we mostly need in IIO. -- With Best Regards, Andy Shevchenko