Files
linux-nv-oot/drivers/block
Sanjith T D 39392014e5 vblk: Add separate device node for FFU
In order to provide separate access control for
Device Management and Firmware Update IOCTL's,
separate device nodes are created.

 - /dev/vblkdevX.ctl is for Device Management related IOCTL's
 - /dev/vblkdevX.ffu is for Firmware Update related IOCTL's

Removed the old approach of checking for access permission
inside the driver.

Jira SSV-12846

Change-Id: Id34d37a34eb1b988559d5dc3aec0b2291dcecc8f
Signed-off-by: Sanjith T D <std@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3324229
Reviewed-by: Vipin Kumar <vipink@nvidia.com>
Reviewed-by: Sreenivas Velpula <svelpula@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
2025-07-24 10:19:17 +00:00
..