diff options
author | Matthias Maennich <maennich@google.com> | 2019-10-18 12:31:40 +0300 |
---|---|---|
committer | Jessica Yu <jeyu@kernel.org> | 2019-10-18 16:32:42 +0300 |
commit | a2b11184389489dcca4fa899b290fc2751ea55ac (patch) | |
tree | 4fb2bc0a84fb64b0e9d32b2e4a28aa442539565d /security/keys | |
parent | 4f5cafb5cb8471e54afdc9054d973535614f7675 (diff) | |
download | linux-a2b11184389489dcca4fa899b290fc2751ea55ac.tar.xz |
modpost: delegate updating namespaces to separate function
Let the function 'sym_update_namespace' take care of updating the
namespace for a symbol. While this currently only replaces one single
location where namespaces are updated, in a following patch, this
function will get more call sites.
The function signature is intentionally close to sym_update_crc and
taking the name by char* seems like unnecessary work as the symbol has
to be looked up again. In a later patch of this series, this concern
will be addressed.
This function ensures that symbol::namespace is either NULL or has a
valid non-empty value. Previously, the empty string was considered 'no
namespace' as well and this lead to confusion.
Acked-by: Will Deacon <will@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
Diffstat (limited to 'security/keys')
0 files changed, 0 insertions, 0 deletions