DRM/KMS: report

2023-10-14 Thread tlaronde
[I'm sending this to the tech-kern since the previous message on tech-userlevel is only: the list seems dead?] [CAVEATS: Please remember that I'm not an english native speaker, and that what follows is not a "lecture" or a judgement about what is done, but a home made translation in some english

DRM/KMS: report

2023-10-14 Thread tlaronde
[I'm sending this to the tech-kern since the previous message on tech-userlevel is only: the list seems dead?] [CAVEATS: Please remember that I'm not an english native speaker, and that what follows is not a "lecture" or a judgement about what is done, but a home made translation in some english

Re: cv_fdrestart()

2023-10-14 Thread Jason Thorpe
> On Oct 14, 2023, at 6:38 AM, Taylor R Campbell > wrote: > >> Date: Fri, 13 Oct 2023 13:41:50 -0700 >> From: Jason Thorpe >> >>> On Oct 13, 2023, at 11:48 AM, Andrew Doran wrote: >>> >>> Add cv_fdrestart() (better name suggestions welcome): >> >> Oof. > > Why do we need this at

Re: cv_fdrestart()

2023-10-14 Thread Taylor R Campbell
> Date: Fri, 13 Oct 2023 13:41:50 -0700 > From: Jason Thorpe > > > On Oct 13, 2023, at 11:48 AM, Andrew Doran wrote: > > > > Add cv_fdrestart() (better name suggestions welcome): > > Oof. Why do we need this at all? Condition variable semantics is standard, well-studied, and