Re: [PATCH v2 2/6] drm/amdgpu: Allocate coredump memory in a nonblocking way

2023-07-14 Thread Christian König
Am 13.07.23 um 23:32 schrieb André Almeida: During a GPU reset, a normal memory reclaim could block to reclaim memory. Giving that coredump is a best effort mechanism, it shouldn't disturb the reset path. Change its memory allocation flag to a nonblocking one. Signed-off-by: André Almeida

[PATCH v2 2/6] drm/amdgpu: Allocate coredump memory in a nonblocking way

2023-07-13 Thread André Almeida
During a GPU reset, a normal memory reclaim could block to reclaim memory. Giving that coredump is a best effort mechanism, it shouldn't disturb the reset path. Change its memory allocation flag to a nonblocking one. Signed-off-by: André Almeida --- v2: New patch