On Thu, Aug 8, 2019 at 4:13 AM Michel Dänzer michel@daenzer.net wrote:
On 2019-08-08 7:31 a.m., Alex Deucher wrote:
On Wed, Aug 7, 2019 at 11:49 PM Mikhail Gavrilov mikhail.v.gavrilov@gmail.com 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 this patch.
I think we can just drop the kmalloc altogether. How about this patch?
Memory allocated by kvz/malloc needs to be freed with kvfree.
Yup, good catch. Updated patch attached.
Alex