Re: [PATCH] drm/amdgpu: Fix the iounmap error of rmmio

2024-03-18 Thread Christian König
Am 18.03.24 um 02:43 schrieb Ma, Jun: Hi Christian, On 3/15/2024 3:16 PM, Christian König wrote: Am 15.03.24 um 06:17 schrieb Ma Jun: Setting the rmmio pointer to NULL to fix the following iounmap error and calltrace. iounmap: bad address d0b3631f Fixes: 923f7a82d2e1 ("drm/amd/amdg

Re: [PATCH] drm/amdgpu: Fix the iounmap error of rmmio

2024-03-17 Thread Ma, Jun
Hi Christian, On 3/15/2024 3:16 PM, Christian König wrote: > Am 15.03.24 um 06:17 schrieb Ma Jun: >> Setting the rmmio pointer to NULL to fix the following >> iounmap error and calltrace. >> iounmap: bad address d0b3631f >> >> Fixes: 923f7a82d2e1 ("drm/amd/amdgpu: Fix potential ioremap() m

Re: [PATCH] drm/amdgpu: Fix the iounmap error of rmmio

2024-03-15 Thread Christian König
Am 15.03.24 um 06:17 schrieb Ma Jun: Setting the rmmio pointer to NULL to fix the following iounmap error and calltrace. iounmap: bad address d0b3631f Fixes: 923f7a82d2e1 ("drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()") Signed-off-by: Ma Jun --- driver

Re: [PATCH] drm/amdgpu: Fix the iounmap error of rmmio

2024-03-14 Thread SRINIVASAN SHANMUGAM
On 3/15/2024 10:47 AM, Ma Jun wrote: Setting the rmmio pointer to NULL to fix the following iounmap error and calltrace. iounmap: bad address d0b3631f Fixes: 923f7a82d2e1 ("drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()") Signed-off-by: Ma Jun Acked-by: