Re: [PATCH] RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_START

2019-10-16 Thread Paul Walmsley
me in Linux kernel that they > can't > be overlapped. > > Fixes: d95f1a542c3d ("RISC-V: Implement sparsemem") > Signed-off-by: Greentime Hu Thanks, here's what's been queued for v5.4-rc. - Paul From: Greentime Hu Date: Tue, 8 Oct 2019 14:45:24 +0800 Subject: [PA

Re: [PATCH] RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_START

2019-10-16 Thread Andreas Schwab
On Okt 16 2019, greentime...@sifive.com wrote: > From: Greentime Hu > > This patch fixes the virtual address layout in pgtable.h. > The virtual address of FIXADDR_START and VMEMMAP_START should not be > overlapped. > These addresses will be existed at the same time in Linux kernel that they >

Re: [PATCH] RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_START

2019-10-16 Thread Anup Patel
On Wed, Oct 16, 2019 at 1:04 PM wrote: > > From: Greentime Hu > > This patch fixes the virtual address layout in pgtable.h. > The virtual address of FIXADDR_START and VMEMMAP_START should not be > overlapped. > These addresses will be existed at the same time in Linux kernel that they > can't

[PATCH] RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_START

2019-10-16 Thread greentime . hu
From: Greentime Hu This patch fixes the virtual address layout in pgtable.h. The virtual address of FIXADDR_START and VMEMMAP_START should not be overlapped. These addresses will be existed at the same time in Linux kernel that they can't be overlapped. Fixes: d95f1a542c3d ("RISC-V: Implement