On Fri, Sep 08, 2017 at 02:23:50PM +0300, Fathi Boudra wrote:
On 8 September 2017 at 12:41, Greg KH gregkh@google.com wrote:
On Fri, Sep 08, 2017 at 08:18:49AM +0000, Linaro QA wrote:
Summary
kernel-repo: https://git.linaro.org/lkft/arm64-stable-rc.git kernel-branch: 4.4.87-rc1-hikey-20170907 kernel-commit: fa7c6cfbb88f3c4f333dbc9f2c63baf476506b63 kernel-describe: 4.4.86-hikey-18-gfa7c6cfbb88f
Can someone explain the difference between "kernel-branch" and "kernel-describe" to me and why they would show two different kernel version numbers?
kernel-branch is supposed to be the kernel branch used.
But is it?
kernel-describe is the output of git describe.
"git describe --contains"? or just "git describe"?
Why do you have a branch per "rc" anyway? That's going to be crazy...
Sumit's tree has a single branch 4.4.y-rc-hikey, which isn't.
???
The kernel-branch value in this case is the tag that he used.
Ok, so it's wrong?
totally confused...
See https://git.linaro.org/lkft/arm64-stable-rc.git
As we use the same template for all the kernels, we end with this bogus value.
How is it "bogus"? If it is, why even show it?
For this particular tree, we can either remove the value as a whole or set an empty value instead of fallback to the tag name.
still confused as to what is going on...
greg k-h