aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2022-09-19 19:50:32 -0700
committerKees Cook <keescook@chromium.org>2022-09-26 11:01:32 -0700
commit9f7d69c5cd23904a29178a7ecc4eee9c1cfba04b (patch)
treebdfa15b9f30e2a59dc42ba63e9def20a6697206e /arch/x86/include/asm
parentfortify: Explicitly check bounds are compile-time constants (diff)
downloadlinux-dev-9f7d69c5cd23904a29178a7ecc4eee9c1cfba04b.tar.xz
linux-dev-9f7d69c5cd23904a29178a7ecc4eee9c1cfba04b.zip
fortify: Convert to struct vs member helpers
In preparation for adding support for __builtin_dynamic_object_size(), wrap each instance of __builtin_object_size(p, N) with either the new __struct_size(p) as __bos(p, 0), or __member_size(p) as __bos(p, 1). This will allow us to replace the definitions with __bdos() next. There are no binary differences from this change. Cc: Nathan Chancellor <nathan@kernel.org> Cc: Nick Desaulniers <ndesaulniers@google.com> Cc: Tom Rix <trix@redhat.com> Cc: linux-hardening@vger.kernel.org Cc: llvm@lists.linux.dev Link: https://lore.kernel.org/lkml/20220920192202.190793-4-keescook@chromium.org Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'arch/x86/include/asm')
0 files changed, 0 insertions, 0 deletions