All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] devtools: add git log checks for sctp and iova
@ 2017-12-16  2:22 Ferruh Yigit
  2018-01-04 17:20 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Ferruh Yigit @ 2017-12-16  2:22 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev, Ferruh Yigit

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

diff --git a/devtools/check-git-log.sh b/devtools/check-git-log.sh
index 910daba42..c601f6ae9 100755
--- a/devtools/check-git-log.sh
+++ b/devtools/check-git-log.sh
@@ -124,6 +124,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<crc\>' \
 	-e ':.*\<dma\>' \
 	-e ':.*\<freebsd\>' \
+	-e ':.*\<iova\>' \
 	-e ':.*\<linux\>' \
 	-e ':.*\<lro\>' \
 	-e ':.*\<lsc\>' \
@@ -135,6 +136,7 @@ bad=$(echo "$headlines" | grep -E --color=always \
 	-e ':.*\<pci\>' \
 	-e ':.*\<pmd\>' \
 	-e ':.*\<rss\>' \
+	-e ':.*\<sctp\>' \
 	-e ':.*\<tso\>' \
 	-e ':.*\<[Vv]lan\>' \
 	-e ':.*\<vsi\>' \
-- 
2.14.3

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

* Re: [PATCH] devtools: add git log checks for sctp and iova
  2017-12-16  2:22 [PATCH] devtools: add git log checks for sctp and iova Ferruh Yigit
@ 2018-01-04 17:20 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2018-01-04 17:20 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: dev

16/12/2017 03:22, Ferruh Yigit:
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-16  2:22 [PATCH] devtools: add git log checks for sctp and iova Ferruh Yigit
2018-01-04 17:20 ` 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.