Commit e33aafac04bd for kernel

commit e33aafac04bdd8f03300651916386e296eb8020a
Merge: 0f912c8917e8 9de68394a615
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Mar 7 08:16:48 2026 -0800

    Merge tag 'driver-core-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core

    Pull driver core fix from Danilo Krummrich:

     - Revert "driver core: enforce device_lock for driver_match_device()":

       When a device is already present in the system and a driver is
       registered on the same bus, we iterate over all devices registered on
       this bus to see if one of them matches. If we come across an already
       bound one where the corresponding driver crashed while holding the
       device lock (e.g. in probe()) we can't make any progress anymore.

       Thus, revert and clarify that an implementer of struct bus_type must
       not expect match() to be called with the device lock held.

    * tag 'driver-core-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:
      Revert "driver core: enforce device_lock for driver_match_device()"