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

2020-03-09 Thread Anshuman Khandual
On 03/07/2020 12:35 PM, Christophe Leroy wrote: > > > Le 07/03/2020 à 01:56, Anshuman Khandual a écrit : >> >> >> On 03/07/2020 06:04 AM, Qian Cai wrote: >>> >>> On Mar 6, 2020, at 7:03 PM, Anshuman Khandual wrote: Hmm, set_pte_at() function is not preferred here for these

Re: [PATCH v3 01/17] gcc PR 88409: miscompilation due to missing cc clobber in longlong.h macros

2020-03-09 Thread Vineet Gupta
On 3/9/20 8:23 AM, Alexander Cherepanov wrote: >> >> PR 89877 >> >> * longlong.h [__arc__] (add_ss): Add cc clobber >> (sub_ddmmss): Likewise. > > Is PR number in subject (88409) wrong? The one in Changelog (89877) seems to > be > right. Yes you are right. I'll fix this up. Thx,

Re: [PATCH v3 12/17] ARC: ABI lists

2020-03-09 Thread Florian Weimer
* Vineet Gupta: > On 3/7/20 7:20 AM, Florian Weimer wrote: >> * Vineet Gupta: >> >>> +GLIBC_2.32 sysctl F >> >> This looks like a mistake, given that ARC doesn't even have the sysctl >> system call. >> >> I think the current way of suppressing that involves creating an empty >> sysctl.mk file,