Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-10 | coccinelle: api: kfree_sensitive: print memset position | Denis Efremov | |
Print memset() call position in addition to the kfree() position to ease issues identification. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Julia Lawall <julia.lawall@inria.fr> | |||
2020-09-12 | coccinelle: api: update kzfree script to kfree_sensitive | Denis Efremov | |
Commit 453431a54934 ("mm, treewide: rename kzfree() to kfree_sensitive()") renames kzfree to kfree_sensitive and uses memzero_explicit(...) instead of memset(..., 0, ...) internally. Update cocci script to reflect these changes. Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> |