Re: [PATCH -next] livepatch: Make klp_apply_object_relocs static
From: Josh Poimboeuf <hidden>
Date: 2020-05-08 15:53:50
Also in:
lkml
From: Josh Poimboeuf <hidden>
Date: 2020-05-08 15:53:50
Also in:
lkml
On Fri, May 08, 2020 at 08:06:34PM +0800, Samuel Zou wrote:
Fix the following sparse warning: kernel/livepatch/core.c:748:5: warning: symbol 'klp_apply_object_relocs' was not declared. Should it be static?
Yes, it should :-) So instead of the question, the patch description should probably state that it should be static because its only caller is in the file. With that change: Acked-by: Josh Poimboeuf <redacted> -- Josh