lkml.org 
[lkml]   [2019]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectv5.1-rc7 fails to build on s390x (Re: Linux 5.1-rc7)
v5.1-rc7 fails to build on s390x due to

vmf->page = ZERO_PAGE(vmf->vm_start);

from commit 67f269b37f9b ("RDMA/ucontext: Fix regression with
disassociate"). This is not a problem on x86_64 where ZERO_PAGE()
doesn't use its argument but s390 version does.

I suppose the line should rather read

vmf->page = ZERO_PAGE(vmf->vma->vm_start);

but I'm just guessing.

Michal Kubecek

\
 
 \ /
  Last update: 2019-04-29 07:22    [W:0.056 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site