Lines Matching full:your

3 Submitting patches: the essential guide to getting your code into the kernel
9 can greatly increase the chances of your change being accepted.
19 This documentation assumes that you're using ``git`` to prepare your patches.
21 use it, it will make your life as a kernel developer and in general much
45 Describe your changes
48 Describe your problem. Whether your patch is a one-line bug fix or
60 from upstream, so include anything that could help route your change
69 different workloads. Describe the expected downsides of your
77 The maintainer will thank you if you write your patch description in a
81 Solve only one problem per patch. If your description starts to get
82 long, that's a sign that you probably need to split up your patch.
94 Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
112 there is no collision with your six-character ID now, that condition may
130 However, try to make your explanation understandable without external
135 In case your patch fixes a bug, use the 'Closes:' tag with a URL referencing
145 If your patch fixes a bug in a specific commit, e.g. you found an issue using
168 Separate your changes
173 For example, if your changes include both bug fixes and performance
175 or more patches. If your changes include an API update, and a new
188 in your patch description.
190 When dividing your change into a series of patches, take special care to
193 splitting your patch series at any point; they will not thank you if you
196 If you cannot condense your patch set into a smaller set of patches,
201 Style-check your changes
204 Check your patch for basic style violations, details of which can be
207 the reviewers time and will get your patch rejected, probably
213 moving the code and your changes. This greatly aids review of the
217 Check your patches with the patch style checker prior to submission
219 viewed as a guide, not as a replacement for human judgment. If your code
227 You should be able to justify all violations that remain in your
231 Select the recipients for your patch
237 scripts/get_maintainer.pl can be very useful at this step (pass paths to your
253 Linus directly, so typically you should do your best to -avoid-
267 into the sign-off area of your patch (note, NOT an email recipient). You
283 developer to be able to "quote" your changes, using standard e-mail
284 tools, so that they may comment on specific portions of your code.
295 Be wary of your editor's word-wrap corrupting your patch,
296 if you choose to cut-n-paste your patch.
300 attachment as plain text, making it impossible to comment on your
302 decreasing the likelihood of your MIME-attached change being accepted.
304 Exception: If your mailer is mangling patches then someone may ask
308 your e-mail client so that it sends your patches untouched.
313 Your patch will almost certainly get comments from reviewers on ways in
314 which the patch can be improved, in the form of a reply to your email. You must
328 Notify people that commented on your patch about new versions by adding them to
353 to your reply. This makes responses easier to find, and saves time and
364 After you have submitted your change, be patient and wait. Reviewers are
365 busy people and may not get to your patch right away.
370 happen, make sure that you have sent your patches to the right place.
379 Don't add "RESEND" when you are submitting a modified version of your
389 convention to prefix your subject line with [PATCH]. This lets Linus
396 Sign your work - the Developer's Certificate of Origin
575 increase the likelihood of your patch getting into the kernel.
594 which stable kernel versions should receive your fix. This is the preferred
609 that, if you have your patches stored in a ``git`` repository, proper patch
650 Bear in mind that the ``summary phrase`` of your email becomes a
790 When other developers receive your patches and start the review process,
792 commit/branch your work applies on, considering the sheer amount of
797 run a series of tests in order to establish the quality of your
800 If you are using ``git format-patch`` to generate your patches, you can
801 automatically include the base tree information in your submission by
809 [perform your edits and commits]
834 If you are not using git to format your patches, you can still include
836 on which your work is based. You should add it either in the cover
839 content, right before your email signature.