APPLIED: [PATCH][BIONIC] UBUNTU: SAUCE: s390/topology: don't inline cpu_to_node

Seth Forshee seth.forshee at canonical.com
Fri Dec 1 21:29:07 UTC 2017


On Thu, Nov 30, 2017 at 02:58:13PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Inlining cpu_to_node ends up with the GPL exported array cpu_topology
> being pulled into all sources that call cpu_to_node and indirectly
> makes cpu_to_node into a function that has the same GPL exported
> constraints.  This is unlike any other architecture where cpu_to_node
> does not have this constraint. Fix this by making cpu_to_node a macro
> that calls a non-inlined __cpu_to_node helper function that performs
> the same as the original cpu_to_node.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>

Applied, and also re-applied the zfs update which had been reverted.
Thanks!




More information about the kernel-team mailing list