[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <170133638383.3077649.18368811865734250360.b4-ty@kernel.org>
Date: Thu, 30 Nov 2023 10:26:23 +0100
From: Maxime Ripard <mripard@...nel.org>
To: Sarah Walker <sarah.walker@...tec.com>,
Dan Carpenter <dan.carpenter@...aro.org>
Cc: Frank Binns <frank.binns@...tec.com>,
Donald Robson <donald.robson@...tec.com>,
Matt Coster <matt.coster@...tec.com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Thomas Zimmermann <tzimmermann@...e.de>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>,
dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: Re: (subset) [PATCH] drm/imagination: fix off by one in
pvr_vm_mips_init() error handling
On Thu, 30 Nov 2023 10:27:15 +0300, Dan Carpenter wrote:
> If the call to vmap() fails the "page_nr" is one element beyond the end
> of the mips_data->pt_dma_addr[] and mips_data->pt_pages[] arrays.
>
> The way that this is traditionally written is that we clean up the
> partial loop iteration before the goto and then we can say
> while (--i >= 0). At that point we know that all the elements thus
> far are initialized so we don't need to have NULL checks.
>
> [...]
Applied to drm/drm-misc (drm-misc-next).
Thanks!
Maxime
Powered by blists - more mailing lists