<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 6, 2022 at 9:09 PM Konstantin Ryabitsev <<a href="mailto:konstantin@linuxfoundation.org">konstantin@linuxfoundation.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Oct 06, 2022 at 01:21:04PM +0500, neutrino network wrote:<br>
> Hello,<br>
> <br>
> How to extract patches from the kernel mailing list?<br>
<br>
If you do it frequently and want a convenient tool to do it, I suggest you<br>
look at b4:<br>
<a href="https://b4.docs.kernel.org/en/stable-0.10.y/" rel="noreferrer" target="_blank">https://b4.docs.kernel.org/en/stable-0.10.y/</a><br>
<br>
-K<br></blockquote><div><div>Thank you all, using "b4" to extract the mbox and "git am" to apply on target repo was helpful. Sharing steps;<br></div><div><div><ul><li>Get message ID from the email posted on KML with patch/es<br></li></ul></div><div><ul><li>Clone linux repo, git clone git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git</a><br></li></ul></div><div><ul><li>Get mbox of your KML patches;</li><ul><li>yum install b4</li><li>b4 am <email-message-id> /*Generate mbox id at end, starting with "git am" command*/<br></li><li>git am ./<b4-generated-mbx-id>.mbx /*Copy paste the command after your b4 am completed succesfully*/</li><li>It will apply all the patches in the series on your local linux repository<br></li></ul></ul></div></div> cheers.</div></div></div>