Hi Joao,
[auto build test ERROR on arc/for-next]
[cannot apply to pci/next v4.5-rc3 next-20160208]
[if your patch is applied to the wrong git tree, please drop us a note to help
improving the system]
url:
https://github.com/0day-ci/linux/commits/Joao-Pinto/PCI-support-added-to-ARC/20160209
>From: Daniel Lezcano [mailto:daniel.lezc...@linaro.org]
>Sent: Monday, February 08, 2016 4:22 PM
>> +ret = clk_prepare_enable(clk);
>> +if (ret)
>> +pr_err("Couldn't enable parent clock\n");
>> +
>> +nps_timer_rate = clk_get_rate(clk);
>If there is an error, you continue
On 02/09/2016 01:36 PM, Noam Camus wrote:
From: Daniel Lezcano [mailto:daniel.lezc...@linaro.org] Sent:
Monday, February 08, 2016 4:22 PM
+ ret = clk_prepare_enable(clk); +if (ret) +
pr_err("Couldn't
enable parent clock\n"); + + nps_timer_rate = clk_get_rate(c
>From: Daniel Lezcano
>Sent: Tuesday, February 9, 2016 3:38 PM
>Actually I was referring to clk_prepare_enable, clocksource_register_hz.
>Agree clk_get_rate is always valid.
Thanks for making this clear.
Any way as you can see I do call pr_err() in case of error just like most
drivers around.
By
On 02/09/2016 10:47 PM, Noam Camus wrote:
From: Daniel Lezcano Sent: Tuesday,
February 9, 2016 3:38 PM
Actually I was referring to clk_prepare_enable,
clocksource_register_hz. Agree clk_get_rate is always valid.
Thanks for making this clear. Any way as you can see I do call
pr_err() in case
On Friday 05 February 2016 09:40 PM, a...@redhat.com wrote:
> Em Fri, Feb 05, 2016 at 11:18:52AM +, Noam Camus escreveu:
>> Well here for EZchip I also see the:
>> undefined reference to `__sync_add_and_fetch_4'
>> undefined reference to `__sync_sub_and_fetch_4'
>
> Yeah, because there is no:
This showed up on ARC when running LMBench bw_mem tests as
Overlapping TLB Machine Check Exception triggered due to STLB entry
(2M pages) overlapping some NTLB entry (regular 8K page).
bw_mem 2m touches a large chunk of vaddr creating NTLB entries.
In the interim khugepaged kicks in, collapsing th
Vineet Gupta writes:
> This showed up on ARC when running LMBench bw_mem tests as
> Overlapping TLB Machine Check Exception triggered due to STLB entry
> (2M pages) overlapping some NTLB entry (regular 8K page).
>
> bw_mem 2m touches a large chunk of vaddr creating NTLB entries.
> In the interim
On Wednesday 10 February 2016 10:37 AM, Aneesh Kumar K.V wrote:
> Vineet Gupta writes:
>
>> This showed up on ARC when running LMBench bw_mem tests as
>> Overlapping TLB Machine Check Exception triggered due to STLB entry
>> (2M pages) overlapping some NTLB entry (regular 8K page).
>>
>> bw_mem 2
Cc: Kirill A. Shutemov
Cc: Aneesh Kumar K.V
Cc: Andrea Arcangeli
Cc: Andrew Morton
Cc:
Cc: linux-ker...@vger.kernel.org
Cc: linux...@kvack.org
Signed-off-by: Vineet Gupta
---
mm/pgtable-generic.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mm/pgtable-generic.c b/m
10 matches
Mail list logo