From dadb881df54fcb5be841e47f675bb61313e8e475 Mon Sep 17 00:00:00 2001 From: Suresh Venkatachalam Date: Tue, 14 Dec 2021 07:40:19 +0000 Subject: [PATCH] misc: nvsciipc: increase endpt name max size to 64 Increase the endpoint name max size from 32 to 64 Increase the devname max size from 32 to 64 Bug 3437754 Change-Id: Iaa0eef040fe8ad1ebca7309c0abd94a80f5fe42e Signed-off-by: Suresh Venkatachalam Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2641680 Reviewed-by: Sachin Nikam Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- include/uapi/linux/nvsciipc_ioctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/nvsciipc_ioctl.h b/include/uapi/linux/nvsciipc_ioctl.h index 2e11e62b..7ed1c8ec 100644 --- a/include/uapi/linux/nvsciipc_ioctl.h +++ b/include/uapi/linux/nvsciipc_ioctl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. * * This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. @@ -34,7 +34,7 @@ #include -#define NVSCIIPC_MAX_EP_NAME 32 +#define NVSCIIPC_MAX_EP_NAME 64 struct nvsciipc_config_entry { /* endpoint name */