-------- Forwarded Message -------- Subject: Re: [PATCH 1/1] radix-tree: do not export radix_tree_preloads as GPL Date: Fri, 17 Jul 2020 14:33:31 +0200 From: Alberto Milone <alberto.milone@xxxxxxxxxxxxx> To: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> CC: linux-fsdevel@xxxxxxxxxxxxxxx, mingo@xxxxxxxxxx On 17/07/2020 12:43, Sebastian Andrzej Siewior wrote: > On 2020-07-17 12:18:48 [+0200], Alberto Milone wrote: >> Commit cfa6705d89b6 ("radix-tree: Use local_lock >> for protection") replaced a DEFINE_PER_CPU() with an >> EXPORT_PER_CPU_SYMBOL_GPL(), which made the >> radix_tree_preloads symbol GPL only. All the other >> symbols in the file are exported with EXPORT_SYMBOL(). > Is this a problem if you disable CONFIG_DEBUG_LOCK_ALLOC ? I checked and CONFIG_DEBUG_LOCK_ALLOC is not enabled in our kernels.