kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* submitting a patch for a stable tree
@ 2017-12-17 19:24 Martin Kaiser
  2017-12-17 20:23 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Kaiser @ 2017-12-17 19:24 UTC (permalink / raw)
  To: kernelnewbies

Dear all,

I tried to submit a patch for 4.14 that was already accepted upstream
and is in linux-next and the 4.15-rcs.

To understand how this should be done, I looked at
https://www.kernel.org/doc/html/v4.14/process/stable-kernel-rules.html
and tried to follow Option 2. It looks like I didn't get it right.


I started with a tree that contains the patch and ran

git format-patch -1 <commit id>

and then

git send-email --to stable at verg.kernel.org \
   --cc <the original maintainer and reviewers> \
   --annotate <patch file>

I added the upstream commit id above the original commit message and a
tag line

Cc: <stable@vger.kernel.org> # 4.14.x

to the patch and sent it out.


Is there anything that's wrong or missing? Is there a mailing list
archive for stable at vger.kernel.org where I can have a look at correct
submissions and check that my submission made it to the list?

Thanks for your help,

   Martin

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-18 13:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-17 19:24 submitting a patch for a stable tree Martin Kaiser
2017-12-17 20:23 ` Greg KH
2017-12-18  9:38   ` Greg KH
2017-12-18 13:04     ` Martin Kaiser
2017-12-18 12:54   ` Martin Kaiser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).