Re: [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

2022-12-04 Thread Peter Zijlstra
Sorry; things keep getting in the way of finishing this :/ As such, I need a bit of time to get on-track again.. On Tue, Oct 04, 2022 at 01:03:57PM +0200, Ulf Hansson wrote: > > --- a/drivers/acpi/processor_idle.c > > +++ b/drivers/acpi/processor_idle.c > > @@ -1200,6 +1200,8 @@ static int acp

Re: [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

2022-12-04 Thread Ulf Hansson
On Wed, 16 Nov 2022 at 16:29, Peter Zijlstra wrote: > > > Sorry; things keep getting in the way of finishing this :/ > > As such, I need a bit of time to get on-track again.. > > On Tue, Oct 04, 2022 at 01:03:57PM +0200, Ulf Hansson wrote: > > > > --- a/drivers/acpi/processor_idle.c > > > +++ b/dr

Re: [PATCH v2] infiniband: disable IB HW for UML

2022-12-04 Thread Randy Dunlap
On 12/4/22 05:21, Leon Romanovsky wrote: > On Fri, Dec 02, 2022 at 01:19:40PM -0800, Randy Dunlap wrote: >> Disable all of drivers/infiniband/hw/ for UML builds until someone >> needs it and provides patches to support it. >> >> This prevents build errors in hw/qib/qib_wc_x86_64.c. >> >> Fixes:

Re: [PATCH v2] infiniband: disable IB HW for UML

2022-12-04 Thread Leon Romanovsky
On Fri, 2 Dec 2022 13:19:40 -0800, Randy Dunlap wrote: > Disable all of drivers/infiniband/hw/ for UML builds until someone > needs it and provides patches to support it. > > This prevents build errors in hw/qib/qib_wc_x86_64.c. > > Applied, thanks! [1/1] infiniband: disable IB HW for UML

Re: [PATCH v2] infiniband: disable IB HW for UML

2022-12-04 Thread Leon Romanovsky
On Fri, Dec 02, 2022 at 01:19:40PM -0800, Randy Dunlap wrote: > Disable all of drivers/infiniband/hw/ for UML builds until someone > needs it and provides patches to support it. > > This prevents build errors in hw/qib/qib_wc_x86_64.c. > > Fixes: 68f5d3f3b654 ("um: add PCI over virtio emulation d