Re: [PATCH] drm/amdgpu: mark a bunch of module parameters unsafe

2025-01-07 Thread Felix Kuehling
On 2025-01-07 09:53, Christian König wrote: We sometimes have people trying to use debugging options in production environments. Mark options only meant to be used for debugging as unsafe so that the kernel is tainted when they are used. Signed-off-by: Christian König Acked-by: Felix Kuehl

Re: [PATCH] drm/amdgpu: mark a bunch of module parameters unsafe

2025-01-07 Thread Simona Vetter
On Tue, Jan 07, 2025 at 03:53:08PM +0100, Christian König wrote: > We sometimes have people trying to use debugging options in production > environments. > > Mark options only meant to be used for debugging as unsafe so that the > kernel is tainted when they are used. > > Signed-off-by: Christian

[PATCH] drm/amdgpu: mark a bunch of module parameters unsafe

2025-01-07 Thread Christian König
We sometimes have people trying to use debugging options in production environments. Mark options only meant to be used for debugging as unsafe so that the kernel is tainted when they are used. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 +++--- 1 fil