On Tue, 2017-08-15 at 08:51 +0200, Dmitry Vyukov wrote: > Eric, what's the "David Miller net tree"? Is it > https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git? I > don't see 2c87d63ac853550e734edfd45e1be5e5aa44fbcc there. > https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git is > what we are testing and the last commit on which we saw this bug is: > > commit cb44a8606f063099991242ada4b8fa2fb26769b3 > Merge: 54161ed4eede a656d34a6e5a > Author: David S. Miller > Date: Mon Aug 14 11:18:16 2017 -0700 > Merge branch 'mlnx-i2c' >
Extracted from Documentation/networking/netdev-FAQ.txt A: There are always two trees (git repositories) in play. Both are driven by David Miller, the main network maintainer. There is the "net" tree, and the "net-next" tree. As you can probably guess from the names, the net tree is for fixes to existing code already in the mainline tree from Linus, and net-next is where the new code goes for the future release. You can find the trees here: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git Hope this helps.