✓ CI.checkpatch: success for drm/xe: xe_gen_wa_oob: replace program_invocation_short_name (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Feb 24 22:21:28 UTC 2025
== Series Details ==
Series: drm/xe: xe_gen_wa_oob: replace program_invocation_short_name (rev2)
URL : https://patchwork.freedesktop.org/series/139088/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4d5483eb4a627e23024b9c9816ccaf522a2610ab
Author: Daniel Gomez <da.gomez at samsung.com>
Date: Mon Feb 24 07:23:13 2025 +0100
drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
program_invocation_short_name() may not be available in other systems.
Instead, replace it with the argv[0] to pass the executable name.
Fixes build error when program_invocation_short_name is not available:
drivers/gpu/drm/xe/xe_gen_wa_oob.c:34:3: error: use of
undeclared identifier 'program_invocation_short_name' 34 |
program_invocation_short_name); | ^ 1 error
generated.
Suggested-by: Masahiro Yamada <masahiroy at kernel.org>
Signed-off-by: Daniel Gomez <da.gomez at samsung.com>
+ /mt/dim checkpatch 0bd853a9790bbe9c4ccf3bf2c521958d1df41d54 drm-intel
4d5483eb4a62 drm/xe: xe_gen_wa_oob: replace program_invocation_short_name
More information about the Intel-xe
mailing list