Re: [PATCH v7 2/4] drm/panthor: Add driver IOCTL for setting BO labels

From: Daniel Stone
Date: Tue Apr 15 2025 - 07:08:18 EST


Hi,

On Fri, 11 Apr 2025 at 16:05, Adrián Larumbe
<adrian.larumbe@xxxxxxxxxxxxx> wrote:
> +#define PANTHOR_BO_LABEL_MAXLEN PAGE_SIZE

PAGE_SIZE can change between kernel builds with a config setting.

If the thinking here is '4KiB is big enough' (which I agree with),
then just define it to 4096.

Cheers,
Daniel