[Cocci] [PATCH v7] coccicheck: Support search for SmPL scripts within selected directory hierarchy

2019-11-10 Thread zhongshiqi
*Allow defining the environment variable “COCCI” as a directory to search SmPL scripts. *Start a corresponding file determination if it contains an acceptable path. *Adjust software documentation for using coccicheck with a selected directory. Signed-off-by: zhongshiqi --- Changes in v7

[Cocci] [PATCH v6] coccicheck: Support search for SmPL scripts within selected directory hierarchy

2019-11-03 Thread zhongshiqi
*Allow defining the environment variable “COCCI” as a directory to search SmPL scripts. *Start a corresponding file determination if it contains an acceptable path. *Update coccinelle.rst documents for use coccicheck with a directory selection Signed-off-by: zhongshiqi --- Changes in v6

[Cocci] [PATCH v5] coccicheck: Support search for SmPL scripts within selected directory hierarchy

2019-10-29 Thread zhongshiqi
*Allow defining the environment variable “COCCI” as a directory to search SmPL scripts. *Start a corresponding file determination if it contains an acceptable path. Signed-off-by: zhongshiqi --- Changes in v5: 1:rewrite change description as an enumeration Changes in v4: 1

[Cocci] [PATCH v4] coccicheck: Support search for SmPL scripts within selected directory hierarchy

2019-10-26 Thread zhongshiqi
Allow defining the environment variable “COCCI” as a directory to search SmPL scripts. Start a corresponding file determination if it contains an acceptable path. Signed-off-by: zhongshiqi --- Changes in v4: 1:rewrite change description in another wording Changes in v3: 1

[Cocci] [PATCH v3] coccicheck: Support search for SmPL scripts within selected directory hierarchy

2019-10-24 Thread zhongshiqi
Allow defining COCCI as a directory to search SmPL scripts. Start a corresponding file determination if the environment variable “COCCI” contains an acceptable path. Signed-off-by: zhongshiqi --- Changes in v3: 1:rewrite change description 2:fix patch subject 3:modify

[Cocci] [PATCH v2] coccicheck:support $COCCI being defined as a directory

2019-10-23 Thread zhongshiqi
Put a modification in scripts/coccicheck which supports users in configuring COCCI parameter as a directory to traverse files in directory whose next level directory contains rule files with Suffix of cocci. Signed-off-by: zhongshiqi --- Changes in v2: 1.fix patch subject according to

[PATCH] Configuring COCCI parameter as a directory is supportted

2019-10-23 Thread zhongshiqi
This patch puts a modification in scripts/coccicheck which supports users in configuring COCCI parameter as a directory to traverse files in directory. Signed-off-by: zhongshiqi --- scripts/coccicheck | 4 1 file changed, 4 insertions(+) diff --git a/scripts/coccicheck b/scripts