[Intel-xe] ✗ CI.checkpatch: warning for Backport set frontbuffer return value check
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 29 10:59:59 UTC 2023
== Series Details ==
Series: Backport set frontbuffer return value check
URL : https://patchwork.freedesktop.org/series/124447/
State : warning
== 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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2d60d4db2be47d2489257782b3638589250bda9c
Author: Jouni Högander <jouni.hogander at intel.com>
Date: Fri Sep 29 13:50:30 2023 +0300
drm/i915: Warn on if set frontbuffer return value is not NULL on release
i915_gem_object_set_frontbuffer returns set frontbuffer pointer. When we
are releasing frontbuffer we are clearing the pointer from the object. Warn
on if return value is not null.
v3: Check i915_gem_object_set_frontbuffer return value separately
v2: Instead of ignoring do drm_WARN_ON
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Jani Nikula <jani.nikula at intel.com>
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
Reviewed-by: Jani Nikula <jani.nikula at intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230928082924.164720-1-jouni.hogander@intel.com
+ /mt/dim checkpatch 9a795b4f0ebe6bf70b1c873e323c3e0e7e113c64 drm-intel
174e0e455 Revert "drm/i915: Ignore set frontbuffer return value on release"
-:10: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '93f635ae20cce2b9ee9b647ef986615552ae28d1', maybe rebased or not pulled?
#10:
This reverts commit 93f635ae20cce2b9ee9b647ef986615552ae28d1.
total: 0 errors, 1 warnings, 0 checks, 9 lines checked
2d60d4db2 drm/i915: Warn on if set frontbuffer return value is not NULL on release
More information about the Intel-xe
mailing list