Re: [PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-12 Thread Daniel Lezcano
On 10/06/2017 11:49, Marc Zyngier wrote: > On Fri, Jun 09 2017 at 5:26:32 pm BST, frowand.l...@gmail.com wrote: >> From: Frank Rowand >> >> Fix boot warning 'Trying to vfree() nonexistent vm area' >> from arch_timer_mem_of_init(). >> >> Refactored code attempts to read and

Re: [PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-12 Thread Daniel Lezcano
On 10/06/2017 11:49, Marc Zyngier wrote: > On Fri, Jun 09 2017 at 5:26:32 pm BST, frowand.l...@gmail.com wrote: >> From: Frank Rowand >> >> Fix boot warning 'Trying to vfree() nonexistent vm area' >> from arch_timer_mem_of_init(). >> >> Refactored code attempts to read and iounmap using address

Re: [PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-10 Thread Marc Zyngier
On Fri, Jun 09 2017 at 5:26:32 pm BST, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Fix boot warning 'Trying to vfree() nonexistent vm area' > from arch_timer_mem_of_init(). > > Refactored code attempts to read and iounmap using address frame > instead of address

Re: [PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-10 Thread Marc Zyngier
On Fri, Jun 09 2017 at 5:26:32 pm BST, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Fix boot warning 'Trying to vfree() nonexistent vm area' > from arch_timer_mem_of_init(). > > Refactored code attempts to read and iounmap using address frame > instead of address

Re: [PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-09 Thread Fu Wei
Hi Frank, On 10 June 2017 at 08:26, wrote: > From: Frank Rowand > > Fix boot warning 'Trying to vfree() nonexistent vm area' > from arch_timer_mem_of_init(). > > Refactored code attempts to read and iounmap using address frame > instead of address

Re: [PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-09 Thread Fu Wei
Hi Frank, On 10 June 2017 at 08:26, wrote: > From: Frank Rowand > > Fix boot warning 'Trying to vfree() nonexistent vm area' > from arch_timer_mem_of_init(). > > Refactored code attempts to read and iounmap using address frame > instead of address ioremap(frame->cntbase). > > Fixes:

[PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-09 Thread frowand . list
From: Frank Rowand Fix boot warning 'Trying to vfree() nonexistent vm area' from arch_timer_mem_of_init(). Refactored code attempts to read and iounmap using address frame instead of address ioremap(frame->cntbase). Fixes: c389d701dfb70 ("clocksource: arm_arch_timer:

[PATCH] clocksource: fix read and iounmap of incorrect variable

2017-06-09 Thread frowand . list
From: Frank Rowand Fix boot warning 'Trying to vfree() nonexistent vm area' from arch_timer_mem_of_init(). Refactored code attempts to read and iounmap using address frame instead of address ioremap(frame->cntbase). Fixes: c389d701dfb70 ("clocksource: arm_arch_timer: split MMIO timer