summaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
authorKees Cook2018-01-10 21:53:20 +0100
committerKees Cook2018-01-15 21:07:46 +0100
commit4229a470175be14e1d2648713be8a5e8e8fbea02 (patch)
tree9800d572b0046b2226f1b853f15c3055e304078e /mm/slab.c
parentlkdtm/usercopy: Adjust test to include an offset to check reporting (diff)
downloadkernel-qcow2-linux-4229a470175be14e1d2648713be8a5e8e8fbea02.tar.gz
kernel-qcow2-linux-4229a470175be14e1d2648713be8a5e8e8fbea02.tar.xz
kernel-qcow2-linux-4229a470175be14e1d2648713be8a5e8e8fbea02.zip
stddef.h: Introduce sizeof_field()
The size of fields within a structure is needed in a few places in the kernel already, and will be needed for the usercopy whitelisting when declaring whitelist regions within structures. This creates a dedicated macro and redefines offsetofend() to use it. Existing usage, ignoring the 1200+ lustre assert uses: $ git grep -E 'sizeof\(\(\((struct )?[a-zA-Z_]+ \*\)0\)->' | \ grep -v staging/lustre | wc -l 65 Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'mm/slab.c')
0 files changed, 0 insertions, 0 deletions