]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: mark a bunch of module parameters unsafe
authorChristian König <christian.koenig@amd.com>
Tue, 7 Jan 2025 14:33:47 +0000 (15:33 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Jan 2025 16:06:50 +0000 (11:06 -0500)
commit177b76a8d8e9a41ea3f9ab163e60ed28ac8e9fd1
tree6ede5245609e6079f0030e3b8068afc1c46107ea
parente996127ec1aabecc33e405de42e7e1cbfae39315
drm/amdgpu: mark a bunch of module parameters unsafe

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 <christian.koenig@amd.com>
Acked-by: Felix Kuehling <felix.kuehling@amd.com>
Acked-by: Simona Vetter <simona.vetter@ffwll.ch>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c