From b4029e9bfaeca6a402069de8838d73ebff686d22 Mon Sep 17 00:00:00 2001 From: Petlozu Pravareshwar Date: Thu, 16 Jan 2020 07:39:14 -0800 Subject: [PATCH] gpu: nvgpu: posix: Make queue.c as a safe file Make Queue.c as a safe file in YAML because Queue.c file APIs are used by SDL unit. JIRA NVGPU-2679 Change-Id: Ia1a69e0f09addf70dfedb52516ceb7642bd35c6e Signed-off-by: Petlozu Pravareshwar Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280026 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Philip Elcan Reviewed-by: Deepak Nibade Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions --- arch/nvgpu-posix.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/nvgpu-posix.yaml b/arch/nvgpu-posix.yaml index d57d56584..bfafa88cd 100644 --- a/arch/nvgpu-posix.yaml +++ b/arch/nvgpu-posix.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved. +# Copyright (c) 2019-2020, NVIDIA CORPORATION. All Rights Reserved. # # POSIX elements and units in nvgpu. # @@ -34,8 +34,7 @@ all: os/posix/posix-vidmem.c, os/posix/fecs_trace_posix.c, os/posix/stubs.c, - os/posix/posix-vpr.c, - os/posix/queue.c ] + os/posix/posix-vpr.c ] headers: safe: no @@ -54,9 +53,14 @@ headers: include/nvgpu/posix/soc_fuse.h, include/nvgpu/posix/vm.h, include/nvgpu/posix/posix_vidmem.h, - include/nvgpu/posix/queue.h, include/nvgpu/posix/posix-nvhost.h ] +queue: + safe: yes + owner: Rajesh D + sources: [ os/posix/queue.c, + include/nvgpu/posix/queue.h ] + sort: safe: yes owner: Ajesh K