diff options
author | Kees Cook <keescook@chromium.org> | 2018-01-10 21:53:20 +0100 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2018-01-15 21:07:46 +0100 |
commit | 4229a470175be14e1d2648713be8a5e8e8fbea02 (patch) | |
tree | 9800d572b0046b2226f1b853f15c3055e304078e /mm/slab.c | |
parent | lkdtm/usercopy: Adjust test to include an offset to check reporting (diff) | |
download | linux-4229a470175be14e1d2648713be8a5e8e8fbea02.tar.xz 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