diff options
author | Kefu Chai <kchai@redhat.com> | 2016-01-21 05:41:03 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-01-21 06:12:48 +0100 |
commit | a2c1b53684e05688b1767a8f90f7a007d347a38e (patch) | |
tree | 0f0e6ffb92ba394b404e519f3216d890da5b7b85 /SubmittingPatches.rst | |
parent | SubmittingPatches: add doc for commit title (diff) | |
download | ceph-a2c1b53684e05688b1767a8f90f7a007d347a38e.tar.xz ceph-a2c1b53684e05688b1767a8f90f7a007d347a38e.zip |
SubmittingPatches: sending kernel patches to mailing list
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'SubmittingPatches.rst')
-rw-r--r-- | SubmittingPatches.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index 27f04f78694..3e2624bbcb3 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -203,8 +203,10 @@ sending patches. The project will generally accept code either by pulling code directly from a published git tree (usually on github), or via patches emailed directly -to the email list (ceph-devel@vger.kernel.org). Github is preferred due to -the convenience of the 'pull request' feature. +to the email list (ceph-devel@vger.kernel.org). For the kernel client, +patches are expected to be reviewed in the email list. And for everything +else, github is preferred due to the convenience of the 'pull request' +feature. 1. Github pull request |