Re: [PATCH linux-next v2] powerpc: init jump label early in ppc 64

From: Michael Ellerman
Date: Sat Aug 06 2022 - 02:46:10 EST


On Tue, 26 Jul 2022 09:57:47 +0800, zhouzhouyi@xxxxxxxxx wrote:
> From: Zhouyi Zhou <zhouzhouyi@xxxxxxxxx>
>
> In ppc 64, invoke jump_label_init in setup_feature_keys is too late
> because static key will be used in subroutine of parse_early_param
> which is again subroutine of early_init_devtree.
>
> So we invoke jump_label_init just before parse_early_param in
> early_init_devtree.
>
> [...]

Applied to powerpc/next.

[1/1] powerpc: init jump label early in ppc 64
https://git.kernel.org/powerpc/c/ca829e05d3d4f728810cc5e4b468d9ebc7745eb3

cheers