[PATCH kernel-tests] kbuild: don't CC the list for BUILD DONE notifications
Fengguang Wu
fengguang.wu at intel.com
Mon Feb 1 22:07:59 PST 2016
[linux-review:Bean-Huo/Add-a-bakvol-module-in-UBI-layer-for-MLC-paired-page-power-loss-issue/20160202-104450] 2078d3920abf1d89be7eaf087100b4482dd532dc BUILD DONE
To: Bean Huo <jackyard88 at gmail.com>
Cc: peterpandong at micron.com, zszubbocsev at micron.com, linux-kernel at vger.kernel.org, linux-mtd at lists.infradead.org, beanhuo at micron.com, boris.brezillon at free-electrons.com, computersforpeace at gmail.com, adrian.hunter at intel.com, dedekind1 at gmail.com, richard at nod.at
https://github.com/0day-ci/linux Bean-Huo/Add-a-bakvol-module-in-UBI-layer-for-MLC-paired-page-power-loss-issue/20160202-104450
2078d3920abf1d89be7eaf087100b4482dd532dc drivers:mtd:ubi: Kconfig Makefile
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---
lib/kbuild.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/kbuild.sh b/lib/kbuild.sh
index 757aefb..bb879e5 100755
--- a/lib/kbuild.sh
+++ b/lib/kbuild.sh
@@ -5075,9 +5075,6 @@ email_header()
eval "$($LKP_SRC/bin/yaml-to-shell-vars $REVIEW_ROOT/$head_commit)"
echo "In-Reply-To: <$message_id>"
echo "TO: ${from//$'\n'/, }"
- [[ $subject =~ (RFC|Re: |RE: ) ]] && return
- echo "CC: ${to//$'\n'/, }"
- echo "CC: ${cc//$'\n'/, }"
else
add_to "$(git_committer $head_commit)"
fi
--
2.7.0.rc3
More information about the linux-mtd
mailing list