mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
373167883e4dccc826b665f7f6a70f22e3ac233c
While checking the GPU error status, userspace polls on the error notifier 'status' and then verifies 'status' and 'info32'. nvgpu sets 'info32' before 'status', so put a write barrier between those two writes for the consistency between userspace and kernel view of the error notifier state. JIRA NVGPU-7538 Bug 200717195 Bug 3250920 Change-Id: I92ac0589283fee823f3366ac594d03b8f27f3590 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2680320 Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com>
Description
No description provided