Re: [PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-03-19 Thread Andrea Bolognani
On Tue, Mar 19, 2024 at 05:45:10PM +0100, Michal Prívozník wrote: > On 2/27/24 19:30, Andrea Bolognani wrote: > > This applies on top of [1]. Test pipeline: [2] > > > > Upon further investigation, I have determined that not only > > we are unintentionally using the Linux APIs on FreeBSD instead >

Re: [PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-03-19 Thread Michal Prívozník
On 2/27/24 19:30, Andrea Bolognani wrote: > This applies on top of [1]. Test pipeline: [2] > > Upon further investigation, I have determined that not only > we are unintentionally using the Linux APIs on FreeBSD instead > of the native ones, but we are also accidentally skipping some > setup

Re: [PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-03-08 Thread Andrea Bolognani
On Fri, Mar 08, 2024 at 10:47:12AM +0100, Michal Prívozník wrote: > On 2/28/24 13:40, Andrea Bolognani wrote: > > On Wed, Feb 28, 2024 at 12:37:54PM +0100, Michal Prívozník wrote: > >> On 2/27/24 19:30, Andrea Bolognani wrote: > >>> This applies on top of [1]. Test pipeline: [2] > >>> > >>> Upon

Re: [PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-03-08 Thread Michal Prívozník
On 2/28/24 13:40, Andrea Bolognani wrote: > On Wed, Feb 28, 2024 at 12:37:54PM +0100, Michal Prívozník wrote: >> On 2/27/24 19:30, Andrea Bolognani wrote: >>> This applies on top of [1]. Test pipeline: [2] >>> >>> Upon further investigation, I have determined that not only >>> we are

Re: [PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-02-28 Thread Andrea Bolognani
On Wed, Feb 28, 2024 at 12:37:54PM +0100, Michal Prívozník wrote: > On 2/27/24 19:30, Andrea Bolognani wrote: > > This applies on top of [1]. Test pipeline: [2] > > > > Upon further investigation, I have determined that not only > > we are unintentionally using the Linux APIs on FreeBSD instead >

Re: [PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-02-28 Thread Michal Prívozník
On 2/27/24 19:30, Andrea Bolognani wrote: > This applies on top of [1]. Test pipeline: [2] > > Upon further investigation, I have determined that not only > we are unintentionally using the Linux APIs on FreeBSD instead > of the native ones, but we are also accidentally skipping some > setup

[PATCH 0/2] meson: Fix/improve detection of scheduler-related functionality

2024-02-27 Thread Andrea Bolognani
This applies on top of [1]. Test pipeline: [2] Upon further investigation, I have determined that not only we are unintentionally using the Linux APIs on FreeBSD instead of the native ones, but we are also accidentally skipping some setup steps on Linux. [1]