Yes that is the correct kernel.  The mainline-build-one script uses the
'git describe' command to come up with the name.  That command returns
the closest git tag and not the one that contains it.  So in the case of
commit d38162e4b5c643733792f32be4ea107c831827b4:

git describe d38162e4b5c643733792f32be4ea107c831827b4                           
 
v4.12-rc1-13-gd38162e


However, that test kernel is actually using commits in -rc4, which you can see 
if the '--contains' option is given to git describe:

git describe --contains d38162e4b5c643733792f32be4ea107c831827b4
v4.12-rc4~20^2~4^2~3


I can continue to build the kernels, there are about 3 left.  It only takes 
about 15 minutes to build the kernel for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753662

Title:
  [i40e] LACP bonding start up race conditions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1753662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to