On Mon, Apr 29, 2019 at 07:21:36AM +0200, Michal Kubecek wrote:
> 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()
>
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
Julian Anastasov (1):
ipvs: do not schedule icmp errors from tunnels
Jérôme Glisse (2):
cifs: fix page reference leak with readv/writev
zram: pass down the bvec we need to read into in the work struct
Lijun Ou (1):
RDMA/hns: Bugfix for mapping user db
Linus Torvalds (2):
3 matches
Mail list logo