Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-28 Thread Sui Jingfeng
Hi, On 2023/4/27 17:34, Daniel Vetter wrote: On Thu, Apr 20, 2023 at 02:47:24AM +0800, Sui Jingfeng wrote: Hi, On 2023/4/17 15:29, Thomas Zimmermann wrote: Hi Am 14.04.23 um 12:58 schrieb Sui Jingfeng: Hi, On 2023/4/14 03:16, Thomas Zimmermann wrote: Hi, thanks for the patch. This is eff

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-27 Thread Daniel Vetter
On Thu, Apr 20, 2023 at 02:47:24AM +0800, Sui Jingfeng wrote: > Hi, > > On 2023/4/17 15:29, Thomas Zimmermann wrote: > > Hi > > > > Am 14.04.23 um 12:58 schrieb Sui Jingfeng: > > > Hi, > > > > > > On 2023/4/14 03:16, Thomas Zimmermann wrote: > > > > Hi, > > > > > > > > thanks for the patch. Thi

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-19 Thread Sui Jingfeng
Hi, On 2023/4/17 15:29, Thomas Zimmermann wrote: Hi Am 14.04.23 um 12:58 schrieb Sui Jingfeng: Hi, On 2023/4/14 03:16, Thomas Zimmermann wrote: Hi, thanks for the patch. This is effectively a revert of commit 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM buffer"). Pleas

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-17 Thread Daniel Vetter
On Mon, Apr 17, 2023 at 09:29:07AM +0200, Thomas Zimmermann wrote: > Hi > > Am 14.04.23 um 12:58 schrieb Sui Jingfeng: > > Hi, > > > > On 2023/4/14 03:16, Thomas Zimmermann wrote: > > > Hi, > > > > > > thanks for the patch. This is effectively a revert of commit > > > 8fbc9af55de0 ("drm/fbdev-ge

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-17 Thread Sui Jingfeng
Hi, On 2023/4/17 15:29, Thomas Zimmermann wrote: Hi Am 14.04.23 um 12:58 schrieb Sui Jingfeng: Hi, On 2023/4/14 03:16, Thomas Zimmermann wrote: Hi, thanks for the patch. This is effectively a revert of commit 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM buffer"). Pleas

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-17 Thread Thomas Zimmermann
Hi Am 14.04.23 um 12:58 schrieb Sui Jingfeng: Hi, On 2023/4/14 03:16, Thomas Zimmermann wrote: Hi, thanks for the patch. This is effectively a revert of commit 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM buffer"). Please add a Fixes tag. Am 13.04.23 um 20:06 schrieb S

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-16 Thread Sui Jingfeng
Hi, On 2023/4/16 15:57, Daniel Vetter wrote: On Fri, Apr 14, 2023 at 06:58:53PM +0800, Sui Jingfeng wrote: Hi, On 2023/4/14 03:16, Thomas Zimmermann wrote: Hi, thanks for the patch. This is effectively a revert of commit 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM buffer

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-16 Thread Daniel Vetter
On Fri, Apr 14, 2023 at 06:58:53PM +0800, Sui Jingfeng wrote: > Hi, > > On 2023/4/14 03:16, Thomas Zimmermann wrote: > > Hi, > > > > thanks for the patch. This is effectively a revert of commit > > 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM > > buffer"). Please add a Fixes t

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-14 Thread Sui Jingfeng
Hi, On 2023/4/14 03:16, Thomas Zimmermann wrote: Hi, thanks for the patch. This is effectively a revert of commit 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM buffer"). Please add a Fixes tag. Am 13.04.23 um 20:06 schrieb Sui Jingfeng: From: Sui Jingfeng The crazy fbd

Re: [PATCH v2] drm/fbdev-generic: prohibit potential out-of-bounds access

2023-04-13 Thread Thomas Zimmermann
Hi, thanks for the patch. This is effectively a revert of commit 8fbc9af55de0 ("drm/fbdev-generic: Set screen size to size of GEM buffer"). Please add a Fixes tag. Am 13.04.23 um 20:06 schrieb Sui Jingfeng: From: Sui Jingfeng The crazy fbdev test of IGT may write after EOF, which lead to o