All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts: add git log check for NIC and LRO
@ 2016-09-20  8:53 Ferruh Yigit
  2016-09-23 12:47 ` [PATCH v2] scripts: add more git log checks Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2016-09-20  8:53 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Add git log capitalization check for LRO and NIC

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 scripts/check-git-log.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh
index 1e05cf2..6db84c5 100755
--- a/scripts/check-git-log.sh
+++ b/scripts/check-git-log.sh
@@ -114,8 +114,10 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<api\>' \
 	-e ':.*\<dma\>' \
 	-e ':.*\<pci\>' \
+	-e ':.*\<lro\>' \
 	-e ':.*\<mtu\>' \
 	-e ':.*\<mac\>' \
+	-e ':.*\<nic\>' \
 	-e ':.*\<numa\>' \
 	-e ':.*\<vlan\>' \
 	-e ':.*\<rss\>' \
-- 
2.7.4

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

* [PATCH v2] scripts: add more git log checks
  2016-09-20  8:53 [PATCH] scripts: add git log check for NIC and LRO Ferruh Yigit
@ 2016-09-23 12:47 ` Ferruh Yigit
  2016-09-26  3:26   ` Yuanhan Liu
  2016-10-26 21:34   ` Thomas Monjalon
  0 siblings, 2 replies; 4+ messages in thread
From: Ferruh Yigit @ 2016-09-23 12:47 UTC (permalink / raw)
  To: dev; +Cc: Thomas Monjalon

Alphabetically sorted items to check and
added git log capitalization checks for LRO, NIC and PMD

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
 scripts/check-git-log.sh | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh
index 1e05cf2..5f8a9fc 100755
--- a/scripts/check-git-log.sh
+++ b/scripts/check-git-log.sh
@@ -112,20 +112,23 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e '\<[hsf]w\>' \
 	-e '\<l[234]\>' \
 	-e ':.*\<api\>' \
+	-e ':.*\<arm\>' \
+	-e ':.*\<armv7\>' \
+	-e ':.*\<armv8\>' \
 	-e ':.*\<dma\>' \
-	-e ':.*\<pci\>' \
-	-e ':.*\<mtu\>' \
+	-e ':.*\<freebsd\>' \
+	-e ':.*\<linux\>' \
+	-e ':.*\<lro\>' \
 	-e ':.*\<mac\>' \
+	-e ':.*\<mtu\>' \
+	-e ':.*\<nic\>' \
 	-e ':.*\<numa\>' \
-	-e ':.*\<vlan\>' \
+	-e ':.*\<pci\>' \
+	-e ':.*\<pmd\>' \
 	-e ':.*\<rss\>' \
-	-e ':.*\<freebsd\>' \
-	-e ':.*\<linux\>' \
-	-e ':.*\<tilegx\>' \
 	-e ':.*\<tile-gx\>' \
-	-e ':.*\<arm\>' \
-	-e ':.*\<armv7\>' \
-	-e ':.*\<armv8\>' \
+	-e ':.*\<tilegx\>' \
+	-e ':.*\<vlan\>' \
 	| sed 's,^,\t,')
 [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"
 
-- 
2.7.4

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

* Re: [PATCH v2] scripts: add more git log checks
  2016-09-23 12:47 ` [PATCH v2] scripts: add more git log checks Ferruh Yigit
@ 2016-09-26  3:26   ` Yuanhan Liu
  2016-10-26 21:34   ` Thomas Monjalon
  1 sibling, 0 replies; 4+ messages in thread
From: Yuanhan Liu @ 2016-09-26  3:26 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev, Thomas Monjalon

On Fri, Sep 23, 2016 at 01:47:27PM +0100, Ferruh Yigit wrote:
> Alphabetically sorted items to check and
> added git log capitalization checks for LRO, NIC and PMD
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> ---
>  scripts/check-git-log.sh | 21 ++++++++++++---------
>  1 file changed, 12 insertions(+), 9 deletions(-)
> 
> diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh
> index 1e05cf2..5f8a9fc 100755
> --- a/scripts/check-git-log.sh
> +++ b/scripts/check-git-log.sh
> @@ -112,20 +112,23 @@ bad=$(echo "$headlines" | grep -E --color=always \
>  	-e '\<[hsf]w\>' \
>  	-e '\<l[234]\>' \
>  	-e ':.*\<api\>' \
> +	-e ':.*\<arm\>' \
> +	-e ':.*\<armv7\>' \
> +	-e ':.*\<armv8\>' \
>  	-e ':.*\<dma\>' \
> -	-e ':.*\<pci\>' \
> -	-e ':.*\<mtu\>' \
> +	-e ':.*\<freebsd\>' \
> +	-e ':.*\<linux\>' \
> +	-e ':.*\<lro\>' \
>  	-e ':.*\<mac\>' \
> +	-e ':.*\<mtu\>' \
> +	-e ':.*\<nic\>' \
>  	-e ':.*\<numa\>' \
> -	-e ':.*\<vlan\>' \
> +	-e ':.*\<pci\>' \
> +	-e ':.*\<pmd\>' \
>  	-e ':.*\<rss\>' \
> -	-e ':.*\<freebsd\>' \
> -	-e ':.*\<linux\>' \
> -	-e ':.*\<tilegx\>' \
>  	-e ':.*\<tile-gx\>' \
> -	-e ':.*\<arm\>' \
> -	-e ':.*\<armv7\>' \
> -	-e ':.*\<armv8\>' \
> +	-e ':.*\<tilegx\>' \
> +	-e ':.*\<vlan\>' \

That basically means to me that you should store this (long) list into a
file, with the help of "-f" option.

	--yliu

>  	| sed 's,^,\t,')
>  [ -z "$bad" ] || printf "Wrong headline lowercase:\n$bad\n"
>  
> -- 
> 2.7.4

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

* Re: [PATCH v2] scripts: add more git log checks
  2016-09-23 12:47 ` [PATCH v2] scripts: add more git log checks Ferruh Yigit
  2016-09-26  3:26   ` Yuanhan Liu
@ 2016-10-26 21:34   ` Thomas Monjalon
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2016-10-26 21:34 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

2016-09-23 13:47, Ferruh Yigit:
> Alphabetically sorted items to check and
> added git log capitalization checks for LRO, NIC and PMD
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

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

end of thread, other threads:[~2016-10-26 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-20  8:53 [PATCH] scripts: add git log check for NIC and LRO Ferruh Yigit
2016-09-23 12:47 ` [PATCH v2] scripts: add more git log checks Ferruh Yigit
2016-09-26  3:26   ` Yuanhan Liu
2016-10-26 21:34   ` Thomas Monjalon

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.