Re: [Cocci] Packages for release 1.0.0

2015-05-25 Thread Julia Lawall
On Tue, 26 May 2015, Eugeniy Meshcheryakov wrote: > Hello Julia, > > 29 квітня 2015 о 21:16 +0200 Julia Lawall написав(-ла): > > On Wed, 29 Apr 2015, Eliseo Martínez wrote: > > > I’ve seen release 1.0.0 has been published recently. Congrats! > > > Unfortunately, it seems distribution packages (at

Re: [Cocci] Packages for release 1.0.0

2015-05-25 Thread Eugeniy Meshcheryakov
Hello Julia, 29 квітня 2015 о 21:16 +0200 Julia Lawall написав(-ла): > On Wed, 29 Apr 2015, Eliseo Martínez wrote: > > I’ve seen release 1.0.0 has been published recently. Congrats! > > Unfortunately, it seems distribution packages (at least those for Ubuntu) > > are still stuck on 1.0.0-rc23 (Oc

Re: [Cocci] [PATCH v3] Added tables i2c_device_id and platform_device_id for checking. Extend checking on tables containing structures which are initialized without specifying member name.

2015-05-25 Thread Julia Lawall
On Tue, 19 May 2015, Daniel Granat wrote: > Signed-off-by: Daniel Granat > --- > scripts/coccinelle/misc/of_table.cocci | 26 +- > 1 file changed, 21 insertions(+), 5 deletions(-) > > diff --git a/scripts/coccinelle/misc/of_table.cocci > b/scripts/coccinelle/misc/of_t

Re: [Cocci] [PATCH 2/2] coccinelle: pci_free_consistent.cocci: Adjust commit log of generated patch

2015-05-25 Thread Fabio Estevam
On Mon, May 25, 2015 at 9:21 AM, Fabio Estevam wrote: > On Mon, May 25, 2015 at 9:17 AM, Julia Lawall wrote: >> On Mon, 25 May 2015, Fabio Estevam wrote: >> >>> The commit log should better describe the action that the patch will do. >>> >>> In this case we are 'adding' the pci_free_consistent. >

Re: [Cocci] [PATCH 2/2] coccinelle: pci_free_consistent.cocci: Adjust commit log of generated patch

2015-05-25 Thread Fabio Estevam
On Mon, May 25, 2015 at 9:17 AM, Julia Lawall wrote: > On Mon, 25 May 2015, Fabio Estevam wrote: > >> The commit log should better describe the action that the patch will do. >> >> In this case we are 'adding' the pci_free_consistent. > > Not sure to follow the reasoning. The semantic patch doesn

Re: [Cocci] [PATCH 1/2] coccinelle: clk_put.cocci: Adjust commit log of generated patch

2015-05-25 Thread Julia Lawall
On Mon, 25 May 2015, Fabio Estevam wrote: > The commit log should better describe the action that the patch will do. > > In this case we are 'adding' the missing clk_put. Here too, the semantic patch doesn't add anything. julia > Signed-off-by: Fabio Estevam > --- > scripts/coccinelle/free/cl

Re: [Cocci] [PATCH 2/2] coccinelle: pci_free_consistent.cocci: Adjust commit log of generated patch

2015-05-25 Thread Julia Lawall
On Mon, 25 May 2015, Fabio Estevam wrote: > The commit log should better describe the action that the patch will do. > > In this case we are 'adding' the pci_free_consistent. Not sure to follow the reasoning. The semantic patch doesn't add anything. julia > > Signed-off-by: Fabio Estevam > --

[Cocci] [PATCH 1/2] coccinelle: clk_put.cocci: Adjust commit log of generated patch

2015-05-25 Thread Fabio Estevam
The commit log should better describe the action that the patch will do. In this case we are 'adding' the missing clk_put. Signed-off-by: Fabio Estevam --- scripts/coccinelle/free/clk_put.cocci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coccinelle/free/clk_put.c

[Cocci] [PATCH 2/2] coccinelle: pci_free_consistent.cocci: Adjust commit log of generated patch

2015-05-25 Thread Fabio Estevam
The commit log should better describe the action that the patch will do. In this case we are 'adding' the pci_free_consistent. Signed-off-by: Fabio Estevam --- scripts/coccinelle/free/pci_free_consistent.cocci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/coccinell

Re: [Cocci] [PATCH] coccinelle: irqf_oneshot.cocci: Improve the generated commit log

2015-05-25 Thread Valentin Rothberg
On Mon, May 25, 2015 at 8:21 AM, Julia Lawall wrote: > Valentin? (It's his semantic patch) > > julia > > On Sun, 24 May 2015, Fabio Estevam wrote: > >> From: Fabio Estevam >> >> Improve the commit log of the generated patch by mentioning the commit >> log that makes threaded IRQs without a prima

Re: [Cocci] [PATCH] coccinelle: irqf_oneshot.cocci: Improve the generated commit log

2015-05-25 Thread Michal Marek
Dne 25.5.2015 v 14:30 Valentin Rothberg napsal(a): > On Mon, May 25, 2015 at 8:21 AM, Julia Lawall wrote: >> Valentin? (It's his semantic patch) >> >> julia >> >> On Sun, 24 May 2015, Fabio Estevam wrote: >> >>> From: Fabio Estevam >>> >>> Improve the commit log of the generated patch by mention