[PATCH v2 0/2] driver core: faux: fix root device registration

Johan Hovold posted 2 patches 1 month, 3 weeks ago
drivers/base/faux.c | 32 +++++++++++++++-----------------
1 file changed, 15 insertions(+), 17 deletions(-)
[PATCH v2 0/2] driver core: faux: fix root device registration
Posted by Johan Hovold 1 month, 3 weeks ago
This series fixes the faux bus root device registration by using
root_device_register().

Included is also a related cleanup.

Johan


Changes in v2:
 - only set the faux_bus_root pointer on successful registration
 - clean up the init error handling


Johan Hovold (2):
  driver core: faux: fix root device registration
  driver core: faux: clean up init error handling

 drivers/base/faux.c | 32 +++++++++++++++-----------------
 1 file changed, 15 insertions(+), 17 deletions(-)

-- 
2.53.0
Re: [PATCH v2 0/2] driver core: faux: fix root device registration
Posted by Danilo Krummrich 1 month, 2 weeks ago
On Fri, 24 Apr 2026 17:31:25 +0200, Johan Hovold wrote:
> [PATCH v2 0/2] driver core: faux: fix root device registration

Applied, thanks!

  Branch: driver-core-testing
  Tree:   git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git

[1/2] driver core: faux: fix root device registration
      commit: a1ebb5fd7cc9
[2/2] driver core: faux: clean up init error handling
      commit: a54d0e24fdda

The patches will appear in the next linux-next integration (typically within 24
hours on weekdays).

The patches are in the driver-core-testing branch and will be promoted to
driver-core-next after validation.