download_patchset_from_LKML
Last updated
Was this helpful?
Last updated
Was this helpful?
我们经常在 LKML 中阅读新 feature 对应的 patchset,有时候想要提前品尝一下效果, 这时候我们要如何从 LKML 中下载新 feature 对应的 patchset?
安装 b4
从 中找到想要的 patchset
从 permalink 找到 Message-ID
通过 b4 am <Message-ID>
下载 patchset
得到一个 *.mbx
后缀的文件,此文件就是 patchset
通过 git am *.mbx
将 patchset 打上 linux 源码中