✓ CI.checkpatch: success for drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 23 02:01:16 UTC 2024
== Series Details ==
Series: drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds (rev3)
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 af09f9f62b36c8dbdae1e3c64ffa1a482343d5c0
Author: Matthew Brost <matthew.brost at intel.com>
Date: Mon Jul 22 18:17:02 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.
v2:
- Resend for CI
v3:
- Resend for CI
Cc: Paulo Zanoni <paulo.r.zanoni at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch b27d70e1042bf6a31ba7e5acf58b61c9cd28f95b drm-intel
af09f9f62b36 drm/xe: Return -ENOBUFS if a kmalloc fails which is tied to an array of binds
More information about the Intel-xe
mailing list