All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-13 20:26 ` Himanshu Jha
  0 siblings, 0 replies; 10+ messages in thread
From: Himanshu Jha @ 2018-01-13 20:26 UTC (permalink / raw)
  To: yamada.masahiro
  Cc: Julia.Lawall, Gilles.Muller, nicolas.palix, michal.lkml, cocci,
	linux-kernel, elfring, Himanshu Jha

Rename kzalloc-simple to zalloc-simple since now the rule is not
specific to kzalloc function only, but also to many other zero memory
allocating functions specified in the rule.

Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
---
     v2:
	-generated the patch using -M flag for renaming.
	-Since Markus earlier worked on renaming this patch adding his name too
 .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)

diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/zalloc-simple.cocci
similarity index 100%
rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci
rename to scripts/coccinelle/api/alloc/zalloc-simple.cocci
-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Cocci] [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-13 20:26 ` Himanshu Jha
  0 siblings, 0 replies; 10+ messages in thread
From: Himanshu Jha @ 2018-01-13 20:26 UTC (permalink / raw)
  To: cocci

Rename kzalloc-simple to zalloc-simple since now the rule is not
specific to kzalloc function only, but also to many other zero memory
allocating functions specified in the rule.

Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
---
     v2:
	-generated the patch using -M flag for renaming.
	-Since Markus earlier worked on renaming this patch adding his name too
 .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)

diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/zalloc-simple.cocci
similarity index 100%
rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci
rename to scripts/coccinelle/api/alloc/zalloc-simple.cocci
-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
  2018-01-13 20:26 ` [Cocci] " Himanshu Jha
@ 2018-01-14  9:00   ` Julia Lawall
  -1 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2018-01-14  9:00 UTC (permalink / raw)
  To: Himanshu Jha
  Cc: yamada.masahiro, Julia Lawall, Gilles Muller, nicolas.palix,
	michal.lkml, cocci, linux-kernel, elfring



On Sun, 14 Jan 2018, Himanshu Jha wrote:

> Rename kzalloc-simple to zalloc-simple since now the rule is not
> specific to kzalloc function only, but also to many other zero memory
> allocating functions specified in the rule.
>
> Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>

Acked-by: Julia Lawall <julia.lawall@lip6.fr>

Thanks.

> ---
>      v2:
> 	-generated the patch using -M flag for renaming.
> 	-Since Markus earlier worked on renaming this patch adding his name too
>  .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)
>
> diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/zalloc-simple.cocci
> similarity index 100%
> rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci
> rename to scripts/coccinelle/api/alloc/zalloc-simple.cocci
> --
> 2.7.4
>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Cocci] [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-14  9:00   ` Julia Lawall
  0 siblings, 0 replies; 10+ messages in thread
From: Julia Lawall @ 2018-01-14  9:00 UTC (permalink / raw)
  To: cocci



On Sun, 14 Jan 2018, Himanshu Jha wrote:

> Rename kzalloc-simple to zalloc-simple since now the rule is not
> specific to kzalloc function only, but also to many other zero memory
> allocating functions specified in the rule.
>
> Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>

Acked-by: Julia Lawall <julia.lawall@lip6.fr>

Thanks.

> ---
>      v2:
> 	-generated the patch using -M flag for renaming.
> 	-Since Markus earlier worked on renaming this patch adding his name too
>  .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)
>
> diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/zalloc-simple.cocci
> similarity index 100%
> rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci
> rename to scripts/coccinelle/api/alloc/zalloc-simple.cocci
> --
> 2.7.4
>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
  2018-01-13 20:26 ` [Cocci] " Himanshu Jha
@ 2018-01-16 14:35   ` Masahiro Yamada
  -1 siblings, 0 replies; 10+ messages in thread
From: Masahiro Yamada @ 2018-01-16 14:35 UTC (permalink / raw)
  To: Himanshu Jha
  Cc: Julia Lawall, Gilles Muller, Nicolas Palix, Michal Marek, cocci,
	Linux Kernel Mailing List, SF Markus Elfring

2018-01-14 5:26 GMT+09:00 Himanshu Jha <himanshujha199640@gmail.com>:
> Rename kzalloc-simple to zalloc-simple since now the rule is not
> specific to kzalloc function only, but also to many other zero memory
> allocating functions specified in the rule.
>
> Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
> ---
>      v2:
>         -generated the patch using -M flag for renaming.
>         -Since Markus earlier worked on renaming this patch adding his name too
>  .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)
>

Applied to linux-kbuild/misc. Thanks!




-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Cocci] [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-16 14:35   ` Masahiro Yamada
  0 siblings, 0 replies; 10+ messages in thread
From: Masahiro Yamada @ 2018-01-16 14:35 UTC (permalink / raw)
  To: cocci

2018-01-14 5:26 GMT+09:00 Himanshu Jha <himanshujha199640@gmail.com>:
> Rename kzalloc-simple to zalloc-simple since now the rule is not
> specific to kzalloc function only, but also to many other zero memory
> allocating functions specified in the rule.
>
> Suggested-by: SF Markus Elfring <elfring@users.sourceforge.net>
> Signed-off-by: Himanshu Jha <himanshujha199640@gmail.com>
> ---
>      v2:
>         -generated the patch using -M flag for renaming.
>         -Since Markus earlier worked on renaming this patch adding his name too
>  .../coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci}    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => zalloc-simple.cocci} (100%)
>

Applied to linux-kbuild/misc. Thanks!




-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
  2018-01-16 14:35   ` [Cocci] " Masahiro Yamada
  (?)
@ 2018-01-17 11:08   ` SF Markus Elfring
  2018-01-17 14:11       ` [Cocci] " Himanshu Jha
  -1 siblings, 1 reply; 10+ messages in thread
From: SF Markus Elfring @ 2018-01-17 11:08 UTC (permalink / raw)
  To: Masahiro Yamada, Julia Lawall, Himanshu Jha
  Cc: Gilles Muller, Luis R. Rodriguez, Michal Marek, Nicolas Palix,
	Tobin C. Harding, Coccinelle, linux-kernel

> Applied to linux-kbuild/misc.

How would you like to get a related document updated?
https://bottest.wiki.kernel.org/coccicheck#types_of_tests

Regards,
Markus

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
  2018-01-17 11:08   ` [v2] " SF Markus Elfring
@ 2018-01-17 14:11       ` Himanshu Jha
  0 siblings, 0 replies; 10+ messages in thread
From: Himanshu Jha @ 2018-01-17 14:11 UTC (permalink / raw)
  To: SF Markus Elfring
  Cc: Masahiro Yamada, Julia Lawall, Gilles Muller, Luis R. Rodriguez,
	Michal Marek, Nicolas Palix, Tobin C. Harding, Coccinelle,
	linux-kernel

On Wed, Jan 17, 2018 at 12:08:46PM +0100, SF Markus Elfring wrote:
> > Applied to linux-kbuild/misc.
> 
> How would you like to get a related document updated?
> https://bottest.wiki.kernel.org/coccicheck#types_of_tests

Fixed.

-- 
Thanks
Himanshu Jha

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Cocci] [v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
@ 2018-01-17 14:11       ` Himanshu Jha
  0 siblings, 0 replies; 10+ messages in thread
From: Himanshu Jha @ 2018-01-17 14:11 UTC (permalink / raw)
  To: cocci

On Wed, Jan 17, 2018 at 12:08:46PM +0100, SF Markus Elfring wrote:
> > Applied to linux-kbuild/misc.
> 
> How would you like to get a related document updated?
> https://bottest.wiki.kernel.org/coccicheck#types_of_tests

Fixed.

-- 
Thanks
Himanshu Jha

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple
  2018-01-17 14:11       ` [Cocci] " Himanshu Jha
  (?)
@ 2018-01-17 14:45       ` SF Markus Elfring
  -1 siblings, 0 replies; 10+ messages in thread
From: SF Markus Elfring @ 2018-01-17 14:45 UTC (permalink / raw)
  To: Himanshu Jha
  Cc: Masahiro Yamada, Julia Lawall, Gilles Muller, Luis R. Rodriguez,
	Michal Marek, Nicolas Palix, Tobin C. Harding, Coccinelle,
	linux-kernel

>> https://bottest.wiki.kernel.org/coccicheck#types_of_tests
> 
> Fixed.

How do you think about to mention a date in this document
since when the changed file name may be used?

Regards,
Markus

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-01-17 14:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-13 20:26 [PATCH v2] Coccinelle: kzalloc-simple: Rename kzalloc-simple to zalloc-simple Himanshu Jha
2018-01-13 20:26 ` [Cocci] " Himanshu Jha
2018-01-14  9:00 ` Julia Lawall
2018-01-14  9:00   ` [Cocci] " Julia Lawall
2018-01-16 14:35 ` Masahiro Yamada
2018-01-16 14:35   ` [Cocci] " Masahiro Yamada
2018-01-17 11:08   ` [v2] " SF Markus Elfring
2018-01-17 14:11     ` Himanshu Jha
2018-01-17 14:11       ` [Cocci] " Himanshu Jha
2018-01-17 14:45       ` SF Markus Elfring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.