Re: [Cocci] [PATCH v2] coccinelle: misc: semantic patch to delete overly complex return code processing

2014-09-26 Thread Michal Marek
On Sat, Aug 23, 2014 at 07:34:45AM +0200, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr This semantic patch simplifies cases where the effect of the processing of a function call's return code is just to return the result of the function directly. It may also delete a local

[Cocci] glimpse / webglimpse now free software

2014-09-26 Thread Luis R. Rodriguez
I'm happy to announce that the University of Arizona has accepted the request to release both glimpse / webglimpse as free software under the ISC license. http://webglimpse.net/ https://github.com/gvelez17/glimpse https://github.com/gvelez17/webglimpse Thanks to the University of Arizona and

[Cocci] [PATCH v1 1/5] module: add extra argument for parse_params() callback

2014-09-26 Thread Luis R. Rodriguez
From: Luis R. Rodriguez mcg...@suse.com This adds an extra argument onto parse_params() to be used as a way to make the unused callback a bit more useful and generic by allowing the caller to pass on a data structure of its choice. An example use case is to allow us to easily make module