Re: [hurd, commited] hurd: Make getrandom a stub inside the random translator

2021-12-31 Thread Florian Weimer
* Samuel Thibault via Libc-alpha: > Joseph Myers, le ven. 31 déc. 2021 20:24:02 +, a ecrit: >> On Fri, 31 Dec 2021, Samuel Thibault wrote: >> >> > +extern char *trivfs_server_name __attribute__((weak)); >> >> This looks like it has caused many linknamespace test failures, of the >> form: >>

Re: [hurd, commited] hurd: Make getrandom a stub inside the random translator

2021-12-31 Thread Samuel Thibault
Joseph Myers, le ven. 31 déc. 2021 20:24:02 +, a ecrit: > On Fri, 31 Dec 2021, Samuel Thibault wrote: > > > +extern char *trivfs_server_name __attribute__((weak)); > > This looks like it has caused many linknamespace test failures, of the > form: > > [initial] __assert_fail -> [libc.a(asser

Re: [PATCH] kern/thread.c: some minor style changes

2021-12-31 Thread Samuel Thibault
Alicia, le ven. 31 déc. 2021 12:02:53 +0100, a ecrit: > On Thu, 30 Dec 2021 11:26:43 +0300 > Adam Kandur wrote: > > > @@ -1638,8 +1631,8 @@ kern_return_t thread_abort( > > > > /* > > * > > - * clear it of an event wait > > - */ > > +* clear it of an event wait

Re: [PATCH] kern/thread.c: some minor style changes

2021-12-31 Thread Alicia
On Thu, 30 Dec 2021 11:26:43 +0300 Adam Kandur wrote: > @@ -1638,8 +1631,8 @@ kern_return_t thread_abort( > > /* >* > - * clear it of an event wait > - */ > + * clear it of an event wait > + > evc_notify_abort(thread); > > /* Does this