Update to 6.2-rc6
I don't expect this to be merged (soon), but I had to make the change anyway, so figured I'd share it in case someone else needs it too.
EDIT: I can't modify the source branch name, so that's stuck on rc3, but I've just updated it to rc6.
Currently the blhc
job fails (next to lintian) and I think I know what caused it and it wasn't a change I made.
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/tools/perf/tests/workloads/Build is a new file in 6.2 and it has 4 lines with -U_FORTIFY_SOURCE
in it.
I haven't looked into tools/perf/libsymbol/kallsyms.o
yet, but I guess it's the same.
My guess is that they need either a quilt patch or an extension to blhc
's regex, but I lack the skills/knowledge to do that.
I found the following possibly related links: