[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LSU.2.21.1901231518320.31908@pobox.suse.cz>
Date: Wed, 23 Jan 2019 15:30:57 +0100 (CET)
From: Miroslav Benes <mbenes@...e.cz>
To: Nicholas Mc Guire <hofrat@...dl.org>
cc: Josh Poimboeuf <jpoimboe@...hat.com>, Jessica Yu <jeyu@...nel.org>,
Jiri Kosina <jikos@...nel.org>, Petr Mladek <pmladek@...e.com>,
live-patching@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V3] livepatch: non static warnings fix
Hi,
On Wed, 23 Jan 2019, Nicholas Mc Guire wrote:
> Sparse reported warnings about non-static symbols. For the variables
> a simple static attribute is fine - for the functions referenced by
> livepatch via klp_func the symbol-names must be unmodified in the
> symbol table and the patchable code has to be emitted. The resolution
> is to attach __used attribute to the shared statically declared functions.
>
> Signed-off-by: Nicholas Mc Guire <hofrat@...dl.org>
> Suggested-by: Joe Lawrence <joe.lawrence@...hat.com>
> Link: https://lkml.org/lkml/2018/12/13/827
could you reorder the tags and change Link: tag to
https://lkml.kernel.org/r/<message_id> as asked for when we reviewed v2?
With that
Acked-by: Miroslav Benes <mbenes@...e.cz>
M
Powered by blists - more mailing lists