accel/amdxdna: Use rcu_access_pointer for __rcu pointer
authorLizhi Hou <lizhi.hou@amd.com>
Thu, 2 Jan 2025 21:22:41 +0000 (13:22 -0800)
committerMario Limonciello <mario.limonciello@amd.com>
Sat, 4 Jan 2025 05:38:13 +0000 (23:38 -0600)
commit1f74400529488906dd0c57a4d1520a639bfd91d8
treebb763548e6a35dd438e611278ce88ac45bba1436
parentc199310be29a08ad1c0b178fdace7e5a8d2d6515
accel/amdxdna: Use rcu_access_pointer for __rcu pointer

Use rcu_access_pointer for pid in struct drm_file. This fixes sparse
warning.

Fixes: be462c97b7df ("accel/amdxdna: Add hardware context")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202412311210.LfeHTzLw-lkp@intel.com/
Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250102212244.1586340-4-lizhi.hou@amd.com
drivers/accel/amdxdna/amdxdna_pci_drv.c