✓ CI.checkpatch: success for drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlocked
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 15 22:49:29 UTC 2025
== Series Details ==
Series: drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlocked
URL : https://patchwork.freedesktop.org/series/143575/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 22e49c582a1e2eb7d0bb2c38c7b3af272af50350
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Wed Jan 15 14:20:29 2025 -0800
drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlocked
We rely on stream->pollin to decide whether or not to block during
poll/read calls. However, currently there are blocking read code paths
which don't even set stream->pollin. The best place to consistently set
stream->pollin for all code paths is therefore to set it in
xe_oa_buffer_check_unlocked.
Fixes: e936f885f1e9 ("drm/xe/oa/uapi: Expose OA stream fd")
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 83dd30e2ec24ab8307774b149fcd998a4191eec2 drm-intel
22e49c582a1e drm/xe/oa: Set stream->pollin in xe_oa_buffer_check_unlocked
More information about the Intel-xe
mailing list