Re: [PATCH] drm/nouveau: Do not fail module init on debugfs errors

2025-07-03 Thread Danilo Krummrich
On Thu, Jul 03, 2025 at 09:19:49PM +, Aaron Thompson wrote: > From: Aaron Thompson > > If CONFIG_DEBUG_FS is enabled, nouveau_drm_init() returns an error if it > fails to create the "nouveau" directory in debugfs. One case where that > will happen is when debugfs access is restricted by > CON

[PATCH] drm/nouveau: Do not fail module init on debugfs errors

2025-07-03 Thread Aaron Thompson
From: Aaron Thompson If CONFIG_DEBUG_FS is enabled, nouveau_drm_init() returns an error if it fails to create the "nouveau" directory in debugfs. One case where that will happen is when debugfs access is restricted by CONFIG_DEBUG_FS_ALLOW_NONE or by the boot parameter debugfs=off, which cause th

Re: [PATCH] drm/nouveau: Do not fail module init on debugfs errors

2025-07-03 Thread Timur Tabi
On Thu, 2025-07-03 at 21:19 +, Aaron Thompson wrote: > From: Aaron Thompson > > If CONFIG_DEBUG_FS is enabled, nouveau_drm_init() returns an error if it > fails to create the "nouveau" directory in debugfs. One case where that > will happen is when debugfs access is restricted by > CONFIG_DEB