[PATCH] um: virt-pci: fix platform map offset

2023-09-01 Thread Vincent Whitchurch
e, *ops = &um_pci_device_bar_ops; *priv = &um_pci_platform_device->resptr[0]; - return 0; + return offset; } static const struct logic_iomem_region_ops um_pci_platform_ops = { --- base-commit: 2dde18cd1d8fac735875f2e4987f11817cc0bc2c change-id: 20230901-uml-virt-offset-

Re: [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()

2023-09-01 Thread Guenter Roeck
Hi, On Wed, Jun 14, 2023 at 01:39:46AM +0200, Thomas Gleixner wrote: > Initializing the FPU during the early boot process is a pointless > exercise. Early boot is convoluted and fragile enough. > > Nothing requires that the FPU is set up early. It has to be initialized > before fork_init() becaus

Re: [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()

2023-09-01 Thread Nikolay Borisov
On 1.09.23 г. 20:30 ч., Guenter Roeck wrote: Hi, On Wed, Jun 14, 2023 at 01:39:46AM +0200, Thomas Gleixner wrote: Initializing the FPU during the early boot process is a pointless exercise. Early boot is convoluted and fragile enough. Nothing requires that the FPU is set up early. It has to

Re: [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()

2023-09-01 Thread Nikolay Borisov
On 1.09.23 г. 20:30 ч., Guenter Roeck wrote: Hi, On Wed, Jun 14, 2023 at 01:39:46AM +0200, Thomas Gleixner wrote: Initializing the FPU during the early boot process is a pointless exercise. Early boot is convoluted and fragile enough. Nothing requires that the FPU is set up early. It has to

Re: [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()

2023-09-01 Thread Guenter Roeck
On 9/1/23 11:00, Nikolay Borisov wrote: On 1.09.23 г. 20:30 ч., Guenter Roeck wrote: Hi, On Wed, Jun 14, 2023 at 01:39:46AM +0200, Thomas Gleixner wrote: Initializing the FPU during the early boot process is a pointless exercise. Early boot is convoluted and fragile enough. Nothing requires

Re: [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()

2023-09-01 Thread Guenter Roeck
On Fri, Sep 01, 2023 at 09:02:19PM +0300, Nikolay Borisov wrote: > > > On 1.09.23 г. 20:30 ч., Guenter Roeck wrote: > > Hi, > > > > On Wed, Jun 14, 2023 at 01:39:46AM +0200, Thomas Gleixner wrote: > > > Initializing the FPU during the early boot process is a pointless > > > exercise. Early boot