✓ CI.checkpatch: success for drm/xe: Avoid unnecessary OOM kills
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 17 15:08:18 UTC 2024
== Series Details ==
Series: drm/xe: Avoid unnecessary OOM kills
URL : https://patchwork.freedesktop.org/series/140118/
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 0dc98431464164aea1572bff9e22bef83d971972
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Thu Oct 17 16:44:07 2024 +0200
drm/xe: Don't unnecessarily invoke the OOM killer on multiple binds
Multiple single-ioctl binds can be split up into multiple bind
ioctls, reducing the memory required to hold the bind array.
So rather than allowing the OOM killer to be invoked, return
-ENOMEM or -ENOBUFS to user-space to take corrective action.
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2701
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 6d5c65cb1afb42b0bbe813847d9271271d2875a2 drm-intel
d28623b099ed drm/xe: Avoid the OOM killer on buffer object memory allocation
0dc984314641 drm/xe: Don't unnecessarily invoke the OOM killer on multiple binds
More information about the Intel-xe
mailing list