[PATCH v4 05/26] docs: Fix some broken references

2018-06-15 Thread Mauro Carvalho Chehab
As we move stuff around, some doc references are broken. Fix some of them via this script: ./scripts/documentation-file-ref-check --fix Manually checked if the produced result is valid, removing a few false-positives. Acked-by: Takashi Iwai Acked-by: Masami Hiramatsu Acked-by: Stephen

Re: [PATCH 3/3] libsepol/cil: use a colon instead of a semicolon to report rc

2018-06-15 Thread Stephen Smalley
On 06/09/2018 03:30 PM, Nicolas Iooss wrote: > Signed-off-by: Nicolas Iooss Thanks, applied all three. > --- > libsepol/cil/src/cil_resolve_ast.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libsepol/cil/src/cil_resolve_ast.c > b/libsepol/cil/src/cil_resolve_ast.c

Re: [PATCH 1/1] scripts: add a helper script to run clang's static analyzer

2018-06-15 Thread Stephen Smalley
On 06/09/2018 04:08 PM, Nicolas Iooss wrote: > Using clang's static analyzer is as simple as running "scan-build make", > but in order to obtain clean and reproducible results, the build > environment has to be cleaned beforehand ("make clean distclean"). > > Moreover the project requires running

Re: [PATCH v3 05/27] docs: Fix some broken references

2018-06-15 Thread Coly Li
On 2018/6/15 12:08 AM, Mauro Carvalho Chehab wrote: > As we move stuff around, some doc references are broken. Fix some of > them via this script: > ./scripts/documentation-file-ref-check --fix > > Manually checked if the produced result is valid, removing a few > false-positives. > >