On Fri, 2025-05-09 at 11:50 +0200, Christian Lamparter wrote:
What's interessting/very strange strange about this time-travel stuff:
commit 0b8b2668f998 ("um: insert scheduler ticks when userspace does not yield")
$ git describe 0b8b2668f998 => v6.12-rc2-43-g0b8b2668f998
Come to think of it, often you just want "git describe --contains":
$ git describe --contains --match=v* 0b8b2668f998 v6.13-rc1~18^2~25
johannes