On Tue, Jan 17, 2023 at 05:50:06PM -0600, Tom Saeger wrote: > On Sat, Jan 14, 2023 at 02:53:52PM +0100, Greg Kroah-Hartman wrote: > Masahiroy's commit is already in Linus's tree. > > ❯ git log -n1 --format=oneline 99cb0d917ffa > 99cb0d917ffa1ab628bb67364ca9b162c07699b1 arch: fix broken BuildID for arm64 and riscv > > ❯ git tag --contains=99cb0d917ffa > v6.2-rc2 > v6.2-rc3 > v6.2-rc4 Using 'git tag' doesn't always show the best info, better is the following: $ git describe --contains 99cb0d917ffa1ab628bb67364ca9b162c07699b1 v6.2-rc2~5^2~6 Anyway, I'll look at this after the next round gets released, thanks! greg k-h