Re: [PATCH] drm/managed: Fix off-by-one in warning

2020-03-30 Thread Daniel Vetter
On Mon, Mar 30, 2020 at 12:29:44PM +0200, Sam Ravnborg wrote: > On Sat, Mar 28, 2020 at 11:02:26PM +0100, Daniel Vetter wrote: > > On Sat, Mar 28, 2020 at 7:49 PM Sam Ravnborg wrote: > > > > > > Hi Daniel. > > > > > > On Sat, Mar 28, 2020 at 05:23:58PM +0100, Daniel Vetter wrote: > > > > I'm

Re: [PATCH] drm/managed: Fix off-by-one in warning

2020-03-30 Thread Sam Ravnborg
On Sat, Mar 28, 2020 at 11:02:26PM +0100, Daniel Vetter wrote: > On Sat, Mar 28, 2020 at 7:49 PM Sam Ravnborg wrote: > > > > Hi Daniel. > > > > On Sat, Mar 28, 2020 at 05:23:58PM +0100, Daniel Vetter wrote: > > > I'm thinking this is the warning that fired in the 0day report, but I > > > can't

Re: [PATCH] drm/managed: Fix off-by-one in warning

2020-03-30 Thread Daniel Vetter
Ok 0day people uploaded the tree they tested (from patches) now, I confirmed it's indeed this line that's blowing up. -Daniel On Sat, Mar 28, 2020 at 5:24 PM Daniel Vetter wrote: > > I'm thinking this is the warning that fired in the 0day report, but I > can't double-check yet since 0day didn't

Re: [PATCH] drm/managed: Fix off-by-one in warning

2020-03-28 Thread Daniel Vetter
On Sat, Mar 28, 2020 at 7:49 PM Sam Ravnborg wrote: > > Hi Daniel. > > On Sat, Mar 28, 2020 at 05:23:58PM +0100, Daniel Vetter wrote: > > I'm thinking this is the warning that fired in the 0day report, but I > > can't double-check yet since 0day didn't upload its source tree > > anywhere I can

Re: [PATCH] drm/managed: Fix off-by-one in warning

2020-03-28 Thread Sam Ravnborg
Hi Daniel. On Sat, Mar 28, 2020 at 05:23:58PM +0100, Daniel Vetter wrote: > I'm thinking this is the warning that fired in the 0day report, but I > can't double-check yet since 0day didn't upload its source tree > anywhere I can check. And all the drivers I can easily test don't use >

[PATCH] drm/managed: Fix off-by-one in warning

2020-03-28 Thread Daniel Vetter
I'm thinking this is the warning that fired in the 0day report, but I can't double-check yet since 0day didn't upload its source tree anywhere I can check. And all the drivers I can easily test don't use drm_dev_alloc anymore ... Also if I'm correct supreme amounts of bad luck because usually