diff options
author | Nagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com> | 2017-06-19 20:08:49 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-19 21:13:05 +0300 |
commit | d16c0649feb4fe4e814f44803df5a617769c3233 (patch) | |
tree | 995e2800a4efd43e9df827caf0df33e37cb49988 /security/selinux | |
parent | bdca8cc096203b17ad0ac4e19f50578207e054d2 (diff) | |
download | linux-d16c0649feb4fe4e814f44803df5a617769c3233.tar.xz |
sed regex in Makefile.build requires line break between exported symbols
The following regex in Makefile.build matches only one ___EXPORT_SYMBOL per line.
sed
's/.*___EXPORT_SYMBOL[[:space:]]*\([a-zA-Z0-9_]*\)[[:space:]]*,.*/EXPORT_SYMBOL(\1);/'
ATOMIC_OPS macro in atomic_64.S expands multiple symbols in same line hence
version generation is done only for the last matched symbol. This patch adds
new line between the symbol expansions.
Signed-off-by: Nagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>
Reviewed-by: Babu Moger <babu.moger@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'security/selinux')
0 files changed, 0 insertions, 0 deletions