On Thu, Aug 16, 2018 at 7:14 PM, Linus Torvalds <[email protected]> wrote: > On Thu, Aug 16, 2018 at 12:37 AM Sedat Dilek <[email protected]> wrote: >>> >> I am here on Linux v4.18 and tried first to merge the l1tf-final Git-branch. >> Unfortunately, this is no more available in the tip Git-tree. > > Right. That branch - for obvious reasons - was never really available > on a public site. I had it as a bundle over secure email, and just > faked it all. > >> How can I get the history and subjects of all commits in your tree to >> cherry-pick the single commits? > > Just do "git fetch" of my upstream. Not merging it (so no pull), just > fetching everything I have. > > You don't want just the l1tf branch anyway, since there's three or > four subsequent fixes there too.. > > Linus
Thanks Linus. I looked at the patchset of Linux 4.18.2-rc1 [1]. Some of those patches are not in your tree. - Sedat - [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/log/?h=linux-4.18.y

