kisskb: FAILED linux-next/axs101_defconfig/arcompact Wed Oct 23, 16:03

2019-10-22 Thread noreply
FAILED linux-next/axs101_defconfig/arcompact Wed Oct 23, 16:03 http://kisskb.ellerman.id.au/kisskb/buildresult/14001644/ Commit: Add linux-next specific files for 20191023 f3c452cfc59c817950b150b51ec2b33409d7640b Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4 /

Re: [RFC 0/6] ARC: merge HAPS-HS with nSIM-HS configs

2019-10-22 Thread Vineet Gupta
Ok but this if off topic and not directly related to patches - or am I missing something. Indeed if we run UP only for nsim we should add pseudo SMP and also a true SMP. For uClibc-ng regression, it doesn't matter what they use and not for us to decide anyways - we just need to tell them (or

Re: [RFC 0/6] ARC: merge HAPS-HS with nSIM-HS configs

2019-10-22 Thread Eugeniy Paltsev
Btw, about nSIM regression runs: We are using UP configuration for all nSIM runs and I propose to use pseudo-SMP configuration (SMP configuration with only one CPU online) instead as our main target are SMP systems. So - run our verification jobs on both UP and pseudo-SMP nSIM run uClibc-ng

Re: [PATCH v3] ARC: mm: remove __ARCH_USE_5LEVEL_HACK

2019-10-22 Thread Mike Rapoport
On Wed, Oct 09, 2019 at 11:57:31AM -0700, Vineet Gupta wrote: > Add the intermediate p4d accessors to make it 5 level compliant. > > This is a non-functional change anyways since ARC has software page walker > with 2 lookup levels (pgd -> pte) > > There is slight code bloat due to pulling in

[PATCH] ARC: perf: Accommodate big-endian CPU

2019-10-22 Thread Alexey Brodkin
8-letter strings representing ARC perf events are stores in two 32-bit registers as ASCII characters like that: "IJMP", "IALL", "IJMPTAK" etc. And the same order of bytes in the word is used regardless CPU endianness. Which means in case of big-endian CPU core we need to swap bytes to get the

Re: [PATCH V7] mm/debug: Add tests validating architecture page table helpers

2019-10-22 Thread Anshuman Khandual
On 10/22/2019 12:41 PM, Christophe Leroy wrote: > > > On 10/21/2019 02:42 AM, Anshuman Khandual wrote: >> This adds tests which will validate architecture page table helpers and >> other accessors in their compliance with expected generic MM semantics. >> This will help various architectures in

Re: [PATCH V7] mm/debug: Add tests validating architecture page table helpers

2019-10-22 Thread Christophe Leroy
On 10/21/2019 02:42 AM, Anshuman Khandual wrote: This adds tests which will validate architecture page table helpers and other accessors in their compliance with expected generic MM semantics. This will help various architectures in validating changes to existing page table helpers or