✓ CI.checkpatch: success for drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 19 17:28:00 UTC 2024
== Series Details ==
Series: drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
URL : https://patchwork.freedesktop.org/series/136292/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 5dfe5acf875a1c4e0aef515ec8a8d474c6788150
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Jul 19 10:23:34 2024 -0700
drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
The size of an array of binds is directly tied to several kmalloc in the
KMD, thus making these kmalloc more likely to fail. Return -ENOBUFS in
the case of these failures.
The expected UMD behavior upon returning -ENOBUFS is to split an array
of binds into a series of single binds.
Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch eb6045a759ea13e8d159bdaea423e904b9e3717b drm-intel
5dfe5acf875a drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
More information about the Intel-xe
mailing list