On Wed, Mar 23, 2016 at 3:06 PM, William Dauchy <wdau...@gmail.com> wrote: > 4bacc9c9234c ("overlayfs: Make f_path always point to the overlay and > f_inode to the underlay"). > This commit is from v4.1 if I am not wrong. So the stable tag might be wrong. > > Am I missing something?
Use "--contains", otherwise "git describe" will just say which kernel the patch has been committed to, not which release it appears in. git describe --contains 4bacc9c9234c v4.2-rc1~2^2~27 Thanks, Miklos