On 5/12/22 17:41, Bob Pearson wrote:
OK thanks. I don't exactly know how to merge "the latest master branch". I did merge the tag v5.18-rc2 and am now trying
v5.18-rc4. As far as I can tell rc6 is the latest branch. When I tried to merge the git repo it didn't work.
Hmm ... what didn't work? Merging or running blktests?
Anyway, this is how I merge Linus' latest branch:
$ git remote add origin \
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
$ git fetch origin
$ git merge origin/master
I also found which commit I merged from the master branch (see also my
email from May 7):
$ git merge 4b97bac0756a
Thanks,
Bart.