2017-09-24 5:43 GMT+09:00 Julia Lawall <[email protected]>: > > > On Wed, 20 Sep 2017, Kees Cook wrote: > >> This improves the patch mode of setup_timer.cocci. Several patterns >> were missing: >> - assignments-before-init_timer() cases >> - limit the .data case removal to the specific struct timer_list instance >> - handling calls by dereference (timer->field vs timer.field) >> >> Cc: Julia Lawall <[email protected]> >> Cc: Gilles Muller <[email protected]> >> Cc: Nicolas Palix <[email protected]> >> Cc: Michal Marek <[email protected]> >> Cc: [email protected] >> Signed-off-by: Kees Cook <[email protected]> > > Acked-by: Julia Lawall <[email protected]> > > Note that I proposed some changes on this rule as well, on August 23 > (https://systeme.lip6.fr/pipermail/cocci/2017-August/004386.html). My > changes are still orthogonal to the ones proposed here. > > Actually, my changes are in the part about matching, and this patch on > covers the -D patch case (transformation). The matching rules should be > extended in the same way that the patch rules are extended below, but it > would be better to apply my patch first. > > julia >
Applied to linux-kbuild/misc -- Best Regards Masahiro Yamada

