On Thu, Apr 30, 2026 at 9:41 AM Jiazi Li <[email protected]> wrote: > > Add rules for finding places where str_alloc_free()/str_free_alloc > can be used. > This currently finds 4 locations. > > Adjust the position of some coccinelle rules, so they sorted in the > same order as they appear in the header.
... > Suggested-by: Andy Shevchenko <[email protected]> I indeed suggested sorting the coccinelle script to follow the order of appearance of the functions in the C file. However, this patch has two changes in one, and the second one I have not suggested. So, split these to two (the first one is sorting one, which may have my Suggested-by tag, and the second one is adding your new helper). > V2: Keep coccinelle stances sorted in the same order as they appear in > the header. -- With Best Regards, Andy Shevchenko
