diff options
| author | 2022-08-31 08:26:46 -0700 | |
|---|---|---|
| committer | 2022-09-06 19:51:14 -0700 | |
| commit | 720e6a435194fb5237833a4a7ec6aa60a78964a8 (patch) | |
| tree | c93447defab4fe640644d503afab8a2022315d4e /include/uapi/linux | |
| parent | bpf: Replace __ksize with ksize. (diff) | |
| download | linux-dev-720e6a435194fb5237833a4a7ec6aa60a78964a8.tar.xz linux-dev-720e6a435194fb5237833a4a7ec6aa60a78964a8.zip | |
bpf: Allow struct argument in trampoline based programs
Allow struct argument in trampoline based programs where
the struct size should be <= 16 bytes. In such cases, the argument
will be put into up to 2 registers for bpf, x86_64 and arm64
architectures.
To support arch-specific trampoline manipulation,
add arg_flags for additional struct information about arguments
in btf_func_model. Such information will be used in arch specific
function arch_prepare_bpf_trampoline() to prepare argument access
properly in trampoline.
Signed-off-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/r/20220831152646.2078089-1-yhs@fb.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions
