Re: [PATCH v6 2/7] arm64: Introduce VA_BITS and translation level options

2014-07-16 Thread Jungseok Lee
On Jul 16, 2014, at 6:44 AM, Catalin Marinas wrote: > On 15 Jul 2014, at 15:53, Jungseok Lee wrote: >> On Jul 15, 2014, at 7:41 AM, Catalin Marinas wrote: >>> On Mon, Jul 14, 2014 at 09:38:59PM +0100, Joel Schopp wrote: I agree that these patches would be very useful. I just rebased my fix >

Re: [PATCH v6 2/7] arm64: Introduce VA_BITS and translation level options

2014-07-15 Thread Catalin Marinas
On 15 Jul 2014, at 15:53, Jungseok Lee wrote: > On Jul 15, 2014, at 7:41 AM, Catalin Marinas wrote: >> On Mon, Jul 14, 2014 at 09:38:59PM +0100, Joel Schopp wrote: >>> I agree that these patches would be very useful. I just rebased my fix >>> for a VTTBR_BADDR_MASK bug on one of these patches tha

Re: [PATCH v6 2/7] arm64: Introduce VA_BITS and translation level options

2014-07-15 Thread Jungseok Lee
On Jul 15, 2014, at 7:41 AM, Catalin Marinas wrote: > On Mon, Jul 14, 2014 at 09:38:59PM +0100, Joel Schopp wrote: >> I agree that these patches would be very useful. I just rebased my fix >> for a VTTBR_BADDR_MASK bug on one of these patches that could be pulled >> out independently. See >> http

Re: [PATCH v6 2/7] arm64: Introduce VA_BITS and translation level options

2014-07-14 Thread Catalin Marinas
On Mon, Jul 14, 2014 at 09:38:59PM +0100, Joel Schopp wrote: > I agree that these patches would be very useful. I just rebased my fix > for a VTTBR_BADDR_MASK bug on one of these patches that could be pulled > out independently. See > https://lists.cs.columbia.edu/pipermail/kvmarm/2014-July/01048

Re: [PATCH v6 2/7] arm64: Introduce VA_BITS and translation level options

2014-07-14 Thread Joel Schopp
I agree that these patches would be very useful. I just rebased my fix for a VTTBR_BADDR_MASK bug on one of these patches that could be pulled out independently. See https://lists.cs.columbia.edu/pipermail/kvmarm/2014-July/010480.html The original author Jungseok Lee is no longer available to wo

Re: [PATCH v6 2/7] arm64: Introduce VA_BITS and translation level options

2014-07-14 Thread Timur Tabi
On Mon, May 12, 2014 at 4:40 AM, Jungseok Lee wrote: > This patch adds virtual address space size and a level of translation > tables to kernel configuration. It facilicates introduction of > different MMU options, such as 4KB + 4 levels, 16KB + 4 levels and > 64KB + 3 levels, easily. Is there a