Hi,
With any official image:
dmesg | grep version
=> 4.4.96-12193-g3e4eb6ada739-dirty (for example)
We hit this issue in our internal builds too. In our case it was caused by:
1. building a *copy* of the kernel tree +
In our builds Mike worked around this issue by running git update-index --refresh after copying any kernel tree.
Marc