On 6/9/26 10:32, Uwe Kleine-König (The Capable Hub) wrote:
Hello,
On Tue, Apr 28, 2026 at 04:47:03PM +0200, Uwe Kleine-König (The Capable Hub)
wrote:
UTS_RELEASE evaluates to a static string and changes quite easily (e.g.
uncommitted changes in the source tree or new commits). So when checking
if a patch introduces changes to the resulting binary each usage of
UTS_RELEASE is source of annoyance.
Instead of using UTS_RELEASE directly use init_utsname()->release which
evaluates to the same string but with that a change of UTS_RELEASE
doesn't affect amdgpu_dev_coredump.o.
Signed-off-by: Uwe Kleine-König (The Capable Hub) <[email protected]>
Is this patch still on someone's radar?
Best regards
Uwe
Sorry it looks like it got missed. Thanks for pinging.
I'll pick it up.