Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-03-24 Thread Daniel Vetter
On Fri, 24 Mar 2023 at 11:38, Thierry Reding wrote: > > On Fri, Mar 24, 2023 at 10:59:23AM +0100, Daniel Vetter wrote: > > On Fri, 24 Mar 2023 at 10:46, Daniel Vetter wrote: > > > > > > On Wed, Mar 08, 2023 at 05:28:06PM +, Jon Hunter wrote: > > > > > > > > > > > > On 08/03/2023 16:56, Nathan

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-03-24 Thread Thierry Reding
On Fri, Mar 24, 2023 at 10:59:23AM +0100, Daniel Vetter wrote: > On Fri, 24 Mar 2023 at 10:46, Daniel Vetter wrote: > > > > On Wed, Mar 08, 2023 at 05:28:06PM +, Jon Hunter wrote: > > > > > > > > > On 08/03/2023 16:56, Nathan Chancellor wrote: > > > > Ping? This warning is now in 6.3-rc1. > >

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-03-24 Thread Daniel Vetter
On Fri, 24 Mar 2023 at 10:46, Daniel Vetter wrote: > > On Wed, Mar 08, 2023 at 05:28:06PM +, Jon Hunter wrote: > > > > > > On 08/03/2023 16:56, Nathan Chancellor wrote: > > > Ping? This warning is now in 6.3-rc1. > > > > Thierry is away at the moment. > > > > David, Daniel, do you want to pick

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-03-24 Thread Daniel Vetter
On Wed, Mar 08, 2023 at 05:28:06PM +, Jon Hunter wrote: > > > On 08/03/2023 16:56, Nathan Chancellor wrote: > > Ping? This warning is now in 6.3-rc1. > > Thierry is away at the moment. > > David, Daniel, do you want to pick this up directly in the meantime as a fix > for 6.3? Mikko has alre

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-03-08 Thread Jon Hunter
On 08/03/2023 16:56, Nathan Chancellor wrote: Ping? This warning is now in 6.3-rc1. Thierry is away at the moment. David, Daniel, do you want to pick this up directly in the meantime as a fix for 6.3? Mikko has already reviewed and FWIW ... Reviewed-by: Jon Hunter Thanks Jon On Thu,

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-03-08 Thread Nathan Chancellor
Ping? This warning is now in 6.3-rc1. On Thu, Feb 23, 2023 at 09:28:28AM -0700, Nathan Chancellor wrote: > Hi Thierry, Daniel, and David, > > On Fri, Jan 27, 2023 at 11:14:00PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > The error handling for platform_get_irq() failing no longe

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-02-23 Thread Nathan Chancellor
Hi Thierry, Daniel, and David, On Fri, Jan 27, 2023 at 11:14:00PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > The error handling for platform_get_irq() failing no longer > works after a recent change, clang now points this out with > a warning: > > drivers/gpu/host1x/dev.c:520:6: erro

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-02-01 Thread Nick Desaulniers
On Fri, Jan 27, 2023 at 11:14:00PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > The error handling for platform_get_irq() failing no longer > works after a recent change, clang now points this out with > a warning: > > drivers/gpu/host1x/dev.c:520:6: error: variable 'syncpt_irq' is unin

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-01-28 Thread Mikko Perttunen
On 1/28/23 01:18, Nathan Chancellor wrote: On Fri, Jan 27, 2023 at 11:14:00PM +0100, Arnd Bergmann wrote: From: Arnd Bergmann The error handling for platform_get_irq() failing no longer works after a recent change, clang now points this out with a warning: drivers/gpu/host1x/dev.c:520:6: erro

Re: [PATCH] gpu: host1x: fix uninitialized variable use

2023-01-27 Thread Nathan Chancellor
On Fri, Jan 27, 2023 at 11:14:00PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > The error handling for platform_get_irq() failing no longer > works after a recent change, clang now points this out with > a warning: > > drivers/gpu/host1x/dev.c:520:6: error: variable 'syncpt_irq' is unin

[PATCH] gpu: host1x: fix uninitialized variable use

2023-01-27 Thread Arnd Bergmann
From: Arnd Bergmann The error handling for platform_get_irq() failing no longer works after a recent change, clang now points this out with a warning: drivers/gpu/host1x/dev.c:520:6: error: variable 'syncpt_irq' is uninitialized when used here [-Werror,-Wuninitialized] if (syncpt_irq <