Re: [PATCH] drm/amd: fix debugfs access for discovery blob

2023-08-08 Thread Mario Limonciello
On 8/7/2023 10:20, Alex Deucher wrote: On Tue, Aug 1, 2023 at 4:15 PM Mario Limonciello wrote: Accessing the blob for amdgpu discovery from debugfs triggers: [ 1924.487667] kernel BUG at mm/usercopy.c:102! usercopy_abort() explains that it needs to be solved by creating a cache to store the

Re: [PATCH] drm/amd: fix debugfs access for discovery blob

2023-08-07 Thread Alex Deucher
On Tue, Aug 1, 2023 at 4:15 PM Mario Limonciello wrote: > > Accessing the blob for amdgpu discovery from debugfs triggers: > > [ 1924.487667] kernel BUG at mm/usercopy.c:102! > > usercopy_abort() explains that it needs to be solved by creating > a cache to store the data. > > Link:

[PATCH] drm/amd: fix debugfs access for discovery blob

2023-08-01 Thread Mario Limonciello
Accessing the blob for amdgpu discovery from debugfs triggers: [ 1924.487667] kernel BUG at mm/usercopy.c:102! usercopy_abort() explains that it needs to be solved by creating a cache to store the data. Link: https://gitlab.freedesktop.org/drm/amd/-/issues/2748#note_2023519 Signed-off-by: Mario