Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31024 )
Change subject: Introduce netns API ......................................................................
Patch Set 1:
(1 comment)
File src/core/netns.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-2874): https://gerrit.osmocom.org/c/libosmocore/+/31024/comment/f9908a21_60f4b5ef PS1, Line 123: rc = mkdir(NETNS_PREFIX_PATH, S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH); Symbolic permissions 'S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH' are not preferred. Consider using octal permissions '0755'.