Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-14 Thread Will Deacon
[+Mark] On Wed, Aug 14, 2019 at 05:29:09PM +0530, Bhupesh Sharma wrote: > On Wed, Aug 14, 2019 at 1:51 PM Will Deacon wrote: > > > > On Wed, Aug 14, 2019 at 01:34:49PM +0530, Bhupesh Sharma wrote: > > > I still see the following issue on a 48-bit hardware (i.e. _non_ > > > ARMv8.2 hardware) with

Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-14 Thread Bhupesh Sharma
On Wed, Aug 14, 2019 at 1:51 PM Will Deacon wrote: > > On Wed, Aug 14, 2019 at 01:34:49PM +0530, Bhupesh Sharma wrote: > > I still see the following issue on a 48-bit hardware (i.e. _non_ > > ARMv8.2 hardware) with branch 'for-next/52-bit-kva' with commit > > d2d73d2fef421ca0d4 as the HEAD: > > Ha

Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-14 Thread Will Deacon
On Wed, Aug 14, 2019 at 01:34:49PM +0530, Bhupesh Sharma wrote: > I still see the following issue on a 48-bit hardware (i.e. _non_ > ARMv8.2 hardware) with branch 'for-next/52-bit-kva' with commit > d2d73d2fef421ca0d4 as the HEAD: Have you tried the patches I posted here: http://lists.infradead.o

Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-14 Thread Bhupesh Sharma
Hi Will, Steve, I still see the following issue on a 48-bit hardware (i.e. _non_ ARMv8.2 hardware) with branch 'for-next/52-bit-kva' with commit d2d73d2fef421ca0d4 as the HEAD: [ 41.318745] Freeing initrd memory: 25856K [ 41.12] hw perfevents: enabled with armv8_pmuv3_0 PMU driver, 7 coun

Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-13 Thread Geert Uytterhoeven
Hi Will, On Tue, Aug 13, 2019 at 3:10 PM Will Deacon wrote: > On Tue, Aug 13, 2019 at 02:43:23PM +0200, Geert Uytterhoeven wrote: > > On Fri, Aug 9, 2019 at 6:47 PM Will Deacon wrote: > > > On Wed, Aug 07, 2019 at 04:55:12PM +0100, Steve Capper wrote: > > > > This patch series adds support for 5

Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-13 Thread Will Deacon
Hi Geert, On Tue, Aug 13, 2019 at 02:43:23PM +0200, Geert Uytterhoeven wrote: > On Fri, Aug 9, 2019 at 6:47 PM Will Deacon wrote: > > On Wed, Aug 07, 2019 at 04:55:12PM +0100, Steve Capper wrote: > > > This patch series adds support for 52-bit kernel VAs using some of the > > > machinery already

Re: [PATCH V5 00/12] 52-bit kernel + user VAs

2019-08-13 Thread Geert Uytterhoeven
Hi Will, Steve, On Fri, Aug 9, 2019 at 6:47 PM Will Deacon wrote: > On Wed, Aug 07, 2019 at 04:55:12PM +0100, Steve Capper wrote: > > This patch series adds support for 52-bit kernel VAs using some of the > > machinery already introduced by the 52-bit userspace VA code in 5.0. > > Cheers, I've pu