aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <[email protected]>2022-12-05 12:12:03 +0000
committerGreg Kroah-Hartman <[email protected]>2022-12-06 15:55:18 +0000
commit64f6a5d1922bf6d2b2d845de20d4563a6f328e2d (patch)
tree22c45646330d05b0ba7c7cf6ab1d556ae8cf44f9 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentdriver core: fix up missed drivers/s390/char/hmcdrv_dev.c class.devnode() con... (diff)
downloadkernel-64f6a5d1922bf6d2b2d845de20d4563a6f328e2d.tar.gz
kernel-64f6a5d1922bf6d2b2d845de20d4563a6f328e2d.zip
container_of: add container_of_const() that preserves const-ness of the pointer
container_of does not preserve the const-ness of a pointer that is passed into it, which can cause C code that passes in a const pointer to get a pointer back that is not const and then scribble all over the data in it. To prevent this, container_of_const() will preserve the const status of the pointer passed into it using the newly available _Generic() method. Suggested-by: Jason Gunthorpe <[email protected]> Suggested-by: Sakari Ailus <[email protected]> Reviewed-by: Matthew Wilcox (Oracle) <[email protected]> Reviewed-by: Jason Gunthorpe <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Reviewed-by: Sakari Ailus <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions