mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
nvmap: Pass proper argument for get_file_rcu() for Linux 6.7
The function get_file_rcu() has modification in its argument to take the pointer to pointer of file from Linux 6.7 from below change *** commit 0ede61d8589cc2d93aa78230d74ac58b5b8d0244 Author: Christian Brauner <brauner@kernel.org> file: convert to SLAB_TYPESAFE_BY_RCU *** Add support for Linux 6.7. Bug 4346767 Change-Id: I1e2e005900c7d2c57ac487b5f6ac5e1fcbfbafe7 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3020000 Reviewed-by: Suresh Mangipudi <smangipudi@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9de2a9da7f
commit
4ef0a332e8
3
Makefile
3
Makefile
@@ -92,6 +92,9 @@ subdir-ccflags-y += -DNV_DRM_DEBUGFS_REMOVE_HAS_ROOT_ARGS
|
||||
|
||||
# pwm ops has dropped the .owner member
|
||||
subdir-ccflags-y += -DNV_PWM_OPS_HAS_NO_OWNER
|
||||
|
||||
# get_file_rcu() have change the argument
|
||||
subdir-ccflags-y += -DNV_GET_FILE_RCU_HAS_PTR_FILE_ARGS
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_TEGRA_VIRTUALIZATION),y)
|
||||
|
||||
Reference in New Issue
Block a user