aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2023-12-24 19:02:21 +0000
committerSeongJae Park <sj@kernel.org>2023-12-24 19:11:13 +0000
commitb3513dabd77ffc25baf982aa7e2019a8c92cb1df (patch)
tree8489321ee580f7f0f0caec07b0cdabda3b308077
parent356014b28900b57aed04e66b903f1628cb88a956 (diff)
downloaddamon-hack-b3513dabd77ffc25baf982aa7e2019a8c92cb1df.tar.gz
format_patch: Cc David Gow for kunit test patches
Signed-off-by: SeongJae Park <sj@kernel.org>
-rwxr-xr-xformat_patch.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/format_patch.sh b/format_patch.sh
index ae84672..96b357d 100755
--- a/format_patch.sh
+++ b/format_patch.sh
@@ -65,10 +65,12 @@ do
if echo "$patch" | grep "damon" | grep "test" | grep --quiet "unit"
then
echo "Cc: Brendan Higgins <brendanhiggins@google.com>" >> "$patch"
+ echo "Cc: David Gow <davidgow@google.com>" >> "$patch"
echo "Cc: kunit-dev@googlegroups.com" >> "$patch"
echo "Cc: linux-kselftest@vger.kernel.org" >> "$patch"
echo "Cc: Brendan Higgins <brendanhiggins@google.com>" >> "$cc_total"
+ echo "Cc: David Gow <davidgow@google.com>" >> "$cc_total"
echo "Cc: kunit-dev@googlegroups.com" >> "$cc_total"
echo "Cc: linux-kselftest@vger.kernel.org" >> "$cc_total"
fi