Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-27 Thread Catalin Marinas
On Tue, Apr 17, 2018 at 03:55:08PM +0530, Chintan Pandya wrote: > Ping... > > On 4/3/2018 1:30 PM, Chintan Pandya wrote: > > This series of patches are follow up work (and depends on) > > Toshi Kani 's patches "fix memory leak/ > > panic in ioremap huge pages". First of all,

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-27 Thread Catalin Marinas
On Tue, Apr 17, 2018 at 03:55:08PM +0530, Chintan Pandya wrote: > Ping... > > On 4/3/2018 1:30 PM, Chintan Pandya wrote: > > This series of patches are follow up work (and depends on) > > Toshi Kani 's patches "fix memory leak/ > > panic in ioremap huge pages". First of all, you'd need to post

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-17 Thread Chintan Pandya
Ping... On 4/3/2018 1:30 PM, Chintan Pandya wrote: This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series of patches are tested on 4.9 kernel with Cortex-A75 based SoC. These patches can

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-17 Thread Chintan Pandya
Ping... On 4/3/2018 1:30 PM, Chintan Pandya wrote: This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series of patches are tested on 4.9 kernel with Cortex-A75 based SoC. These patches can also go into

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-05 Thread Chintan Pandya
On 4/3/2018 5:25 PM, Chintan Pandya wrote: On 4/3/2018 2:13 PM, Marc Zyngier wrote: Hi Chintan, Hi Marc, On 03/04/18 09:00, Chintan Pandya wrote: This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-05 Thread Chintan Pandya
On 4/3/2018 5:25 PM, Chintan Pandya wrote: On 4/3/2018 2:13 PM, Marc Zyngier wrote: Hi Chintan, Hi Marc, On 03/04/18 09:00, Chintan Pandya wrote: This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-03 Thread Chintan Pandya
On 4/3/2018 2:13 PM, Marc Zyngier wrote: Hi Chintan, Hi Marc, On 03/04/18 09:00, Chintan Pandya wrote: This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series of patches are tested on

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-03 Thread Chintan Pandya
On 4/3/2018 2:13 PM, Marc Zyngier wrote: Hi Chintan, Hi Marc, On 03/04/18 09:00, Chintan Pandya wrote: This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series of patches are tested on 4.9 kernel with

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-03 Thread Marc Zyngier
Hi Chintan, On 03/04/18 09:00, Chintan Pandya wrote: > This series of patches are follow up work (and depends on) > Toshi Kani 's patches "fix memory leak/ > panic in ioremap huge pages". > > This series of patches are tested on 4.9 kernel with Cortex-A75 > based SoC. Given

Re: [PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-03 Thread Marc Zyngier
Hi Chintan, On 03/04/18 09:00, Chintan Pandya wrote: > This series of patches are follow up work (and depends on) > Toshi Kani 's patches "fix memory leak/ > panic in ioremap huge pages". > > This series of patches are tested on 4.9 kernel with Cortex-A75 > based SoC. Given that this is

[PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-03 Thread Chintan Pandya
This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series of patches are tested on 4.9 kernel with Cortex-A75 based SoC. These patches can also go into '-stable' branch (if accepted) for 4.6

[PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64

2018-04-03 Thread Chintan Pandya
This series of patches are follow up work (and depends on) Toshi Kani 's patches "fix memory leak/ panic in ioremap huge pages". This series of patches are tested on 4.9 kernel with Cortex-A75 based SoC. These patches can also go into '-stable' branch (if accepted) for 4.6 onwards. >From