Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Andreas Schwab
s/iee754/ieee754/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different." ___ linux-snps-arc mailing list

Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Vineet Gupta
On 6/3/20 1:46 AM, Andreas Schwab wrote: > s/iee754/ieee754/ Fixed. Thx ___ linux-snps-arc mailing list linux-snps-arc@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Adhemerval Zanella
On 03/06/2020 14:06, Vineet Gupta via Libc-alpha wrote: > On 6/3/20 1:46 AM, Andreas Schwab wrote: >> s/iee754/ieee754/ > > Fixed. Thx > I think this patchset is ok, there is no need to send a v4. Do you need someone to push it upstream for you?

Re: [PATCH v3 1/4] iee754: provide gcc builtins based generic sqrt functions

2020-06-03 Thread Vineet Gupta
On 6/3/20 10:09 AM, Adhemerval Zanella via Libc-alpha wrote: > I think this patchset is ok, there is no need to send a v4. Do you > need someone to push it upstream for you? I do have write access to repo, I'll push it shortly. Thx, -Vineet ___

Re: [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice

2020-06-03 Thread Ira Weiny
On Wed, Jun 03, 2020 at 01:57:36PM -0700, Andrew Morton wrote: > On Thu, 21 May 2020 10:42:50 -0700 Ira Weiny wrote: > > > > > > > > > Actually it occurs to me that the patch consolidating kmap_prot is odd > > > > for > > > > sparc 32 bit... > > > > > > > > Its a long shot but could you try

Re: [PATCH v6 07/13] ARC: Linux Syscall Interface

2020-06-03 Thread Vineet Gupta
On 5/29/20 9:49 AM, Adhemerval Zanella via Libc-alpha wrote: >> +; - child starts here - >> + >> +; Setup TP register (only recent kernels v4.19+ do that) >> +and.f 0, r12, CLONE_SETTLS >> +mov.nz r25, r9 > Do you still need to set it since the minimum supported

Re: [PATCH v6 07/13] ARC: Linux Syscall Interface

2020-06-03 Thread Vineet Gupta
On 6/3/20 1:04 PM, Adhemerval Zanella via Libc-alpha wrote: > > > On 03/06/2020 16:46, Vineet Gupta wrote: >> On 5/29/20 9:49 AM, Adhemerval Zanella via Libc-alpha wrote: + ; - child starts here - + + ; Setup TP register (only recent kernels v4.19+ do that) +

Re: [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice

2020-06-03 Thread Andrew Morton
On Thu, 21 May 2020 10:42:50 -0700 Ira Weiny wrote: > > > > > > Actually it occurs to me that the patch consolidating kmap_prot is odd for > > > sparc 32 bit... > > > > > > Its a long shot but could you try reverting this patch? > > > > > > 4ea7d2419e3f kmap: consolidate kmap_prot definitions

Re: [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice

2020-06-03 Thread Guenter Roeck
s which already has > Ira's patches and it booted fine. I've used sparc32_defconfig to build > the kernel and qemu-system-sparc with default machine and CPU. > > > Mike, am I wrong? Do you think the kmap() patches are still causing issues? > For my part, all I can s

Re: [PATCH v2 2/4] iee754: provide gcc builtins based generic fma functions

2020-06-03 Thread Stefan Liebler
On 6/2/20 7:13 PM, Vineet Gupta wrote: > On 6/2/20 5:51 AM, Stefan Liebler via Libc-alpha wrote: >> #endif /* math-use-builtins.h */ >> Please also update the current architecture specific math-use-builtins.h >> file: sysdeps/s390/fpu/math-use-builtins.h >> Otherwise it will break build on s390x.