Cannot compile UML in Ubuntu 20.04.5 anymore

2023-03-03 Thread Roberto Sassu
Hi it looks like one recent commit causes the kernel build to break. GEN scripts/gdb/linux/constants.py In file included from /usr/include/stdlib.h:1013, from arch/um/os-Linux/helper.c:6: /usr/include/x86_64-linux-gnu/bits/stdlib-float.h: In function ‘atof’: /usr/include/x8

Re: [PATCH 3/8] kunit: Add test managed platform_device/driver APIs

2023-03-03 Thread Maxime Ripard
On Fri, Mar 03, 2023 at 03:15:31PM +0800, David Gow wrote: > On Thu, 2 Mar 2023 at 09:38, Stephen Boyd wrote: > > > > Introduce KUnit resource wrappers around platform_driver_register(), > > platform_device_alloc(), and platform_device_add() so that test authors > > can register platform drivers/d

Re: [PATCH 0/8] clk: Add kunit tests for fixed rate and parent data

2023-03-03 Thread Maxime Ripard
Hi, On Wed, Mar 01, 2023 at 05:38:13PM -0800, Stephen Boyd wrote: > This patch series adds unit tests for the clk fixed rate basic type and > the clk registration functions that use struct clk_parent_data. To get > there, we add support for loading a DTB into the UML kernel that's > running the un

Re: Cannot compile UML in Ubuntu 20.04.5 anymore

2023-03-03 Thread David Gow
On Fri, 3 Mar 2023 at 16:37, Roberto Sassu wrote: > > Hi > > it looks like one recent commit causes the kernel build to break. > > GEN scripts/gdb/linux/constants.py > In file included from /usr/include/stdlib.h:1013, > from arch/um/os-Linux/helper.c:6: > /usr/include/x86_64

Re: [RFC PATCH v2] hostfs: handle idmapped mounts

2023-03-03 Thread Glenn Washburn
On Thu, 2 Mar 2023 09:39:28 +0100 Christian Brauner wrote: > On Tue, Feb 28, 2023 at 07:50:02PM -0600, Glenn Washburn wrote: > > Let hostfs handle idmapped mounts. This allows to have the same > > hostfs mount appear in multiple locations with different id > > mappings. > > > > root@(none):/medi