mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: make circ_buf and log2 as safe
Mark circ_buf and log2 units under posix as safe units. Jira NVGPU-4417 Change-Id: Ifd486242f94884f9696f18af0412b17c2517f21e Signed-off-by: ajesh <akv@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2289637 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Philip Elcan <pelcan@nvidia.com> Reviewed-by: Ankur Kishore <ankkishore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -40,11 +40,9 @@ headers:
|
|||||||
safe: no
|
safe: no
|
||||||
owner: Alex W
|
owner: Alex W
|
||||||
sources: [ include/nvgpu/posix/barrier.h,
|
sources: [ include/nvgpu/posix/barrier.h,
|
||||||
include/nvgpu/posix/circ_buf.h,
|
|
||||||
include/nvgpu/posix/dma.h,
|
include/nvgpu/posix/dma.h,
|
||||||
include/nvgpu/posix/io.h,
|
include/nvgpu/posix/io.h,
|
||||||
include/nvgpu/posix/log.h,
|
include/nvgpu/posix/log.h,
|
||||||
include/nvgpu/posix/log2.h,
|
|
||||||
include/nvgpu/posix/nvgpu_mem.h,
|
include/nvgpu/posix/nvgpu_mem.h,
|
||||||
include/nvgpu/posix/pci.h,
|
include/nvgpu/posix/pci.h,
|
||||||
include/nvgpu/posix/posix-fault-injection.h,
|
include/nvgpu/posix/posix-fault-injection.h,
|
||||||
@@ -158,3 +156,15 @@ file_ops:
|
|||||||
sources: [ os/posix/file_ops.c,
|
sources: [ os/posix/file_ops.c,
|
||||||
include/nvgpu/posix/file_ops.h ]
|
include/nvgpu/posix/file_ops.h ]
|
||||||
deps:
|
deps:
|
||||||
|
|
||||||
|
log2:
|
||||||
|
safe: yes
|
||||||
|
owner: Ajesh K
|
||||||
|
sources: [ include/nvgpu/posix/log2.h ]
|
||||||
|
deps:
|
||||||
|
|
||||||
|
circ_buf:
|
||||||
|
safe: yes
|
||||||
|
owner: Ajesh K
|
||||||
|
sources: [ include/nvgpu/posix/circ_buf.h ]
|
||||||
|
deps:
|
||||||
|
|||||||
Reference in New Issue
Block a user