pw: Add Eric to the pull-req template and email addresses

Given also Eric recently became co-maintainer for netdev, lets add him
to the PR template letter as well.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
diff --git a/README b/README
index 86bb20e..3c07987 100644
--- a/README
+++ b/README
@@ -180,7 +180,7 @@
 The resulting file is then edited to describe the changes that the pull-request
 contains. It's then sent out same way as other patches through git-send-email:
 
-  $ git send-email --to davem@davemloft.net --cc kuba@kernel.org --cc pabeni@redhat.com --cc daniel@iogearbox.net --cc ast@kernel.org --cc andrii@kernel.org --cc netdev@vger.kernel.org --cc bpf@vger.kernel.org pr-bpf-2019-09-26.patch
+  $ git send-email --to davem@davemloft.net --cc kuba@kernel.org --cc pabeni@redhat.com --cc edumazet@google.com --cc daniel@iogearbox.net --cc ast@kernel.org --cc andrii@kernel.org --cc netdev@vger.kernel.org --cc bpf@vger.kernel.org pr-bpf-2019-09-26.patch
 
 The PR will then show up the usual way in patchwork and assigned to the higher
 level maintainer delegate for pulling.
diff --git a/pw-request-pull b/pw-request-pull
index 3faf59f..bad8d85 100755
--- a/pw-request-pull
+++ b/pw-request-pull
@@ -46,7 +46,7 @@
 git request-pull $since ${remote[1]} > $file
 what=$(cat $file | grep "files changed")
 
-echo -e "Subject: pull-request: $tree $today\n\nHi David, hi Jakub, hi Paolo,\n\nThe following pull-request contains BPF updates for your *${remote[0]}* tree.\n\nWe've added $count non-merge commits during the last $delta day(s) which contain\na total of$what.\n\nThe main changes are:\n\n1) ..., from XYZ. Among others:\n\n    - Blah blah sub item.\n\n2) ..., from ABC.\n\nPlease consider pulling these changes from:\n\n  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/$tree.git\n\nThanks a lot!\n\nAlso thanks to reporters, reviewers and testers of commits in this pull-request:\n\n$thanks\n\n----------------------------------------------------------------\n\n$(cat $file)" > $file
+echo -e "Subject: pull-request: $tree $today\n\nHi David, hi Jakub, hi Paolo, hi Eric,\n\nThe following pull-request contains BPF updates for your *${remote[0]}* tree.\n\nWe've added $count non-merge commits during the last $delta day(s) which contain\na total of$what.\n\nThe main changes are:\n\n1) ..., from XYZ. Among others:\n\n    - Blah blah sub item.\n\n2) ..., from ABC.\n\nPlease consider pulling these changes from:\n\n  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/$tree.git\n\nThanks a lot!\n\nAlso thanks to reporters, reviewers and testers of commits in this pull-request:\n\n$thanks\n\n----------------------------------------------------------------\n\n$(cat $file)" > $file
 #bug=$(grep -c gitolite $file)
 if [ "$bug" -gt "0" ]; then
   echo "PR not generated: using gitolite url, not public one!"