lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <68ad39a2-e47c-ffcb-34ad-ea680beac59c@redhat.com> Date: Fri, 25 Nov 2022 11:19:39 +0100 From: Javier Martinez Canillas <javierm@...hat.com> To: Maxime Ripard <maxime@...no.tech>, Maxime Ripard <mripard@...nel.org>, Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>, Daniel Vetter <daniel@...ll.ch>, David Airlie <airlied@...il.com>, Thomas Zimmermann <tzimmermann@...e.de> Cc: David Gow <davidgow@...gle.com>, linaro-mm-sig@...ts.linaro.org, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, linux-kselftest@...r.kernel.org, MaĆra Canal <mairacanal@...eup.net>, linux-media@...r.kernel.org, kunit-dev@...glegroups.com, dri-devel@...ts.freedesktop.org, Brendan Higgins <brendan.higgins@...ux.dev>, linux-kernel@...r.kernel.org, Dave Stevenson <dave.stevenson@...pberrypi.com> Subject: Re: [PATCH 05/24] drm/tests: helpers: Make sure the device is bound On 11/23/22 16:25, Maxime Ripard wrote: > The device managed resources are freed when the device is detached, so > it has to be bound in the first place. > > Let's create a fake driver that we will bind to our fake device to > benefit from the device managed cleanups in our tests. > > Signed-off-by: Maxime Ripard <maxime@...no.tech> > --- > drivers/gpu/drm/tests/drm_kunit_helpers.c | 60 +++++++++++++++++++++++++++++++ > 1 file changed, 60 insertions(+) > If I understood the platform core code correctly, the probe is always sync in the case of platform drivers. Unless .probe_type = PROBE_PREFER_ASYNCHRONOUS is set or a module is loaded using with the "async_probe=1" parameter. So I believe the wait queue won't be needed. The only DRM driver that forces an async probe is drivers/gpu/drm/hyperv/hyperv_drm_drv.c AFAICT. So I would drop this patch from the set for now. -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
Powered by blists - more mailing lists