aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2022-10-18 23:12:28 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2022-10-18 23:12:28 +0200
commit65c1aedc0ccadcf76c5a3109950bbf468d1e2968 (patch)
tree0546e1e5d36294f040e789ce1bc24ba5defb41c3
parent50d346b460e1dadd0c93c04b73db531c983416c0 (diff)
downloadpw-65c1aedc0ccadcf76c5a3109950bbf468d1e2968.tar.gz
pw, docs: Add Martin to send-email snippet
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index c91e02c..376dea5 100644
--- a/README
+++ b/README
@@ -180,7 +180,7 @@ repository. To generate the PR, simply do:
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 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
+ $ 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 martin.lau@linux.dev --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.