* Andreas Herrmann <andreas.herrmann3@amd.com> wrote:
it was there - but some other commit from upstream interfered.
it was a good idea - as that the final destination where the PAT patches
end up.
current tip/x86/pat head is:
tip/x86/pat 499f8f8: x86: rename pat_wc_enabled to pat_enabled
indeed. I cherry-picked this commit meanwhile into x86/pat.
either is fine - but if you make specific topic updates it's best to do
them against the topic branch and we'll integrate them all together. If
in doubt, using tip/master doesnt hurt.
usually i do this: i update x86/pat, then i switch to 'master' and check
whether it all merges cleanly via 'git-merge x86/pat'.
when you switch to a topic branch, you might also want to update to the
latest linus tree via 'git-merge linus/master', to pick up all other
fixes as well. The topic branches always merge cleanly to linus-latest.
(we automate that - the x86/pat topic branch is not stale as its -rc3
base would suggest, there simply was no need to merge it to Linus-latest
up to now)
Ingo
--