Re: Pass -fno-delete-null-pointer-checks to Clang under MKSANITIZER/MKLIBCSANITIZER

2020-05-23 Thread Christos Zoulas
In article , Kamil Rytarowski wrote: >-=-=-=-=-=- >-=-=-=-=-=- > >On 13.05.2020 19:07, Kamil Rytarowski wrote: >> I propose to pass -fno-delete-null-pointer-checks to Clang under >> MKSANITIZER/MKLIBCSANITIZER. >> >> http://netbsd.org/~kamil/patch-00251-rump-fno-delete-null-pointer-checks.txt >>

Re: Pass -fno-delete-null-pointer-checks to Clang under MKSANITIZER/MKLIBCSANITIZER

2020-05-23 Thread Kamil Rytarowski
On 13.05.2020 19:07, Kamil Rytarowski wrote: > I propose to pass -fno-delete-null-pointer-checks to Clang under > MKSANITIZER/MKLIBCSANITIZER. > > http://netbsd.org/~kamil/patch-00251-rump-fno-delete-null-pointer-checks.txt > > This disabled alerts from Clang and permits to run sanitized rump. >

Re: getrandom and getentropy

2020-05-23 Thread Kamil Rytarowski
On 23.05.2020 02:38, Kamil Rytarowski wrote: > On 01.05.2020 21:19, Taylor R Campbell wrote: >> I propose that we additionally adopt getrandom and getentropy, two C >> APIs the world is converging on. > > I propose to import the getrandom code with the Linux semantics and > integrate into compat_l