Re: [PATCH v2 4/4] coccinelle: api: add selfcheck for memdup_user rule

From: Markus Elfring
Date: Mon Jun 08 2020 - 15:07:36 EST


> Check that the rule matches vmemdup_user implementation.
> memdup_user is out of scope because we are not matching
> kmalloc_track_caller() function.

I find this change description improvable.
Will it become helpful (for example) to mention that you would like to
add another operation mode?


> +@finalize:python depends on selfcheck@
> +filtered << merge.filtered;
> +checked_files << merge.checked_files;
> +@@

Are we looking for better software documentation for such functionality?

Regards,
Markus