On Tue, Jan 25, 2022 at 9:14 AM Christian Göttsche <cgzones@xxxxxxxxxxxxxx> wrote: > > Enclose the macro arguments in parenthesis to avoid potential evaluation > order issues. > > Note the xperm and ebitmap macros are still not side-effect safe due to > double evaluation. > > Reported by clang-tidy [bugprone-macro-parentheses] > > Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> > --- > security/selinux/include/security.h | 4 ++-- > security/selinux/ss/ebitmap.h | 6 +++--- > security/selinux/ss/sidtab.c | 4 ++-- > 3 files changed, 7 insertions(+), 7 deletions(-) Merged, thanks. -- paul-moore.com