Re: [v2] sysctl: Reduce dput(child) calls in proc_sys_fill_cache()
From: Markus Elfring
Date: Mon Oct 28 2024 - 09:02:19 EST
…
>> This issue was transformed by using a script for the
>> semantic patch language like the following.
>> <SmPL>
> Aren't you missing a "virtual patch" here?
Yes.
I presented an SmPL script example which would not be directly used
for the tool “coccicheck”.
> Is there another way to run it besides this command:
Another command example:
time spatch -timeout 23 -j4 --chunksize 1 --no-loops -dir . …/Projekte/Coccinelle/janitor/avoid_duplicate_function_call2.cocci > …/Projekte/Bau/Linux/scripts/Coccinelle/tuning1/next/20240913/avoid_duplicate_function_call2-no_loops.diff 2> …/Projekte/Bau/Linux/scripts/Coccinelle/tuning1/next/20240913/avoid_duplicate_function_call2-no_loops-errors.txt
Regards,
Markus