Re: [PATCH v2] drm/amdkfd: Fix sparse __rcu annotation warnings

2024-01-07 Thread Christian König
Am 06.01.24 um 00:00 schrieb Felix Kuehling: Properly mark kfd_process->ef as __rcu and consistently use the right accessor functions. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202312052245.yfpbsgnh-...@intel.com/ Signed-off-by: Felix Kuehling Reviewed-by:

[PATCH v2] drm/amdkfd: Fix sparse __rcu annotation warnings

2024-01-05 Thread Felix Kuehling
Properly mark kfd_process->ef as __rcu and consistently use the right accessor functions. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202312052245.yfpbsgnh-...@intel.com/ Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 2 +-