Re: [PATCH v7 3/4] drm/panthor: Label all kernel BO's

2025-04-15 Thread kernel test robot
rnel.org/r/20250411150357.3308921-4-adrian.larumbe%40collabora.com patch subject: [PATCH v7 3/4] drm/panthor: Label all kernel BO's config: i386-buildonly-randconfig-006-20250414 (https://download.01.org/0day-ci/archive/20250414/202504142148.nbayzlue-...@intel.com/config) compiler: gcc-12 (D

Re: [PATCH v7 3/4] drm/panthor: Label all kernel BO's

2025-04-14 Thread Steven Price
On 11/04/2025 16:03, Adrián Larumbe wrote: > Kernel BO's aren't exposed to UM, so labelling them is the responsibility > of the driver itself. This kind of tagging will prove useful in further > commits when want to expose these objects through DebugFS. > > Expand panthor_kernel_bo_create() interf

[PATCH v7 3/4] drm/panthor: Label all kernel BO's

2025-04-11 Thread Adrián Larumbe
Kernel BO's aren't exposed to UM, so labelling them is the responsibility of the driver itself. This kind of tagging will prove useful in further commits when want to expose these objects through DebugFS. Expand panthor_kernel_bo_create() interface to take a NULL-terminated string. No bounds check