RE: [PATCH 2/3] drm/amd/amdgpu: Fix crash in amdgpu_bo_reserve

2018-06-07 Thread Vishwakarma, Pratik
; Wentland, Harry Subject: Re: [PATCH 2/3] drm/amd/amdgpu: Fix crash in amdgpu_bo_reserve NAK, when bo->tbo.resv is NULL then the BO is corrupted (or already released). Please find the root cause of that corruption or freed memory access instead of adding such crude workarounds. Regards, Christ

Re: [PATCH 2/3] drm/amd/amdgpu: Fix crash in amdgpu_bo_reserve

2018-06-06 Thread Christian König
NAK, when bo->tbo.resv is NULL then the BO is corrupted (or already released). Please find the root cause of that corruption or freed memory access instead of adding such crude workarounds. Regards, Christian. Am 06.06.2018 um 11:25 schrieb Pratik Vishwakarma: Fixes null pointer access in