]> Git Repo - linux.git/commit
livepatch: Make 'klp_stack_entries' static
authorJosh Poimboeuf <[email protected]>
Tue, 30 May 2023 23:15:58 +0000 (16:15 -0700)
committerPetr Mladek <[email protected]>
Mon, 5 Jun 2023 11:56:52 +0000 (13:56 +0200)
commit42cffe980ce383893660d78e33340763ca1dadae
treeee8bf44229f48bc6726d7596421487fdd14b9d36
parentac9a78681b921877518763ba0e89202254349d1b
livepatch: Make 'klp_stack_entries' static

The 'klp_stack_entries' percpu array is only used in transition.c.  Make
it static.

Fixes: e92606fa172f ("livepatch: Convert stack entries array to percpu")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Josh Poimboeuf <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/5115752fca6537720700f4bf5b178959dfbca41a.1685488550.git.jpoimboe@kernel.org
kernel/livepatch/transition.c
This page took 0.051917 seconds and 4 git commands to generate.