summaryrefslogtreecommitdiff
path: root/lib/vdso/Makefile
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2023-02-03 04:27:10 +0300
committerGustavo A. R. Silva <gustavoars@kernel.org>2023-03-06 23:17:45 +0300
commitedfea16a6dae9c03bdc97babdd69960093263354 (patch)
treeb29433cd23b8c6d98034b1bf45059a801e8e5e8c /lib/vdso/Makefile
parent97ab4c116aae4d3756a37c4d8458d49756e4cf89 (diff)
downloadlinux-edfea16a6dae9c03bdc97babdd69960093263354.tar.xz
drm/vmwgfx: Replace one-element array with flexible-array member
One-element arrays are deprecated, and we are replacing them with flexible array members instead. So, replace one-element array with flexible-array member in struct vmw_view. This helps with the ongoing efforts to tighten the FORTIFY_SOURCE routines on memcpy() and help us make progress towards globally enabling -fstrict-flex-arrays=3 [1]. This results in no differences in binary output. Link: https://github.com/KSPP/linux/issues/79 Link: https://github.com/KSPP/linux/issues/254 Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [1] Reviewed-by: Kees Cook <keescook@chromium.org> Reviewed-by: Zack Rusin <zackr@vmware.com> Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Diffstat (limited to 'lib/vdso/Makefile')
0 files changed, 0 insertions, 0 deletions