Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-10 Thread Mikhail Gavrilov
On Fri, 9 Aug 2019 at 23:55, Mikhail Gavrilov wrote: > Finally initial problem "gnome-shell: page allocation failure: > order:4, mode:0x40cc0(GFP_KERNEL|__GFP_COMP), > nodemask=(null),cpuset=/,mems_allowed=0" did not happens anymore with > latest version of the patch (I tested more than 23 hours)

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-09 Thread Hillf Danton
On Thu, 8 Aug 2019 13:32:06 +0800 Alex Deucher wrote: > > On Wed, Aug 7, 2019 at 11:49 PM Mikhail Gavrilov wrote: > > > > Unfortunately error "gnome-shell: page allocation failure: order:4, > > mode:0x40cc0(GFP_KERNEL|__GFP_COMP), > > nodemask=(null),cpuset=/,mems_allowed=0" still happens even wi

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-08 Thread Alex Deucher
On Thu, Aug 8, 2019 at 4:13 AM Michel Dänzer wrote: > > On 2019-08-08 7:31 a.m., Alex Deucher wrote: > > On Wed, Aug 7, 2019 at 11:49 PM Mikhail Gavrilov > > wrote: > >> > >> Unfortunately error "gnome-shell: page allocation failure: order:4, > >> mode:0x40cc0(GFP_KERNEL|__GFP_COMP), > >> nodemas

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-08 Thread Michel Dänzer
On 2019-08-08 7:31 a.m., Alex Deucher wrote: > On Wed, Aug 7, 2019 at 11:49 PM Mikhail Gavrilov > wrote: >> >> Unfortunately error "gnome-shell: page allocation failure: order:4, >> mode:0x40cc0(GFP_KERNEL|__GFP_COMP), >> nodemask=(null),cpuset=/,mems_allowed=0" still happens even with >> applying

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-07 Thread Alex Deucher
On Wed, Aug 7, 2019 at 11:49 PM Mikhail Gavrilov wrote: > > On Tue, 6 Aug 2019 at 06:48, Hillf Danton wrote: > > > > My bad, respin with one header file added. > > > > Hillf > > -8<--- > > > > --- a/drivers/gpu/drm/amd/display/dc/core/dc.c > > +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c >

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-06 Thread Hillf Danton
On Tue, 6 Aug 2019 01:15:01 +0800 Mikhail Gavrilov wrote: > > Unfortunately couldn't check this patch because, with the patch, the > kernel did not compile. > Here is compile error messages: > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c: In function > 'dc_create_state': > drivers/gpu/drm/

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-05 Thread Mikhail Gavrilov
On Mon, 5 Aug 2019 at 08:21, Hillf Danton wrote: > > > > Try to fix the failure above using vmalloc + kmalloc. > > --- a/drivers/gpu/drm/amd/display/dc/core/dc.c > +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c > @@ -1174,8 +1174,12 @@ struct dc_state *dc_create_state(struct > struct dc_st

Re: The issue with page allocation 5.3 rc1-rc2 (seems drm culprit here)

2019-08-04 Thread Dave Airlie
On Mon, 5 Aug 2019 at 08:23, Mikhail Gavrilov wrote: > > Hi folks, > Two weeks ago when commit 22051d9c4a57 coming to my system. > Started happen randomly errors: > "gnome-shell: page allocation failure: order:4, > mode:0x40cc0(GFP_KERNEL|__GFP_COMP), > nodemask=(null),cpuset=/,mems_allowed=0" > S