Re: CVS commit: src/sys/rump/include/rump

2020-06-17 Thread Kamil Rytarowski
On 16.06.2020 14:23, Kamil Rytarowski wrote:
> On 16.06.2020 12:25, J. Hannken-Illjes wrote:
>>> On 15. Jun 2020, at 01:38, Kamil Rytarowski  wrote:
>>>
>>> Module Name:src
>>> Committed By:   kamil
>>> Date:   Sun Jun 14 23:38:25 UTC 2020
>>>
>>> Modified Files:
>>> src/sys/rump/include/rump: rump.h
>>>
>>> Log Message:
>>> Remove old compat include of rump_syscallshotgun.h
>>>
>>> It was separated in 2016 and is no longer needed.
>>>
>>>
>>> To generate a diff of this commit:
>>> cvs rdiff -u -r1.71 -r1.72 src/sys/rump/include/rump/rump.h
>>>
>>> Please note that diffs are not public domain; they are subject to the
>>> copyright notices on the relevant files.
>>
>> This broke most or all NFS tests on ATF (see attached list).
>>
>> Please revert or investigate.
>>
>> --
>> J. Hannken-Illjes - hann...@eis.cs.tu-bs.de - TU Braunschweig (Germany)
>>
> 
> I'm looking into it.
> 

Should be fixed.



signature.asc
Description: OpenPGP digital signature


Re: CVS commit: src/tests/lib/libc/sys

2020-06-17 Thread Rin Okuyama

On 2020/06/17 17:42, Rin Okuyama wrote:

Now, all *_crash_fpe tests pass for powerpc, and nothing changes for amd64
at least.


Here, powerpc means powerpc/oea, more specifically Mac mini G4.

At the moment, fenv.h doesn't work correctly on booke and ibm4xx, where FPU
is emulated in software. For some processors of oea, m[ft]msr instructions
used in fenv.h may be privileged, and need similar care as booke/ibm4xx.

Thanks,
rin