commit | f3709f69b7c5cba6323cc03c29b64293b93be817 | [log] [tgz] |
---|---|---|
author | Joe Stringer <joe@wand.net.nz> | Tue Oct 02 13:35:29 2018 -0700 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Oct 03 02:53:46 2018 +0200 |
tree | 8124923e2b87e05659f6d1e9825c704a95e4294e | |
parent | 940656fb3f94b90b92a3fc5994614870b14866b9 [diff] |
bpf: Add iterator for spilled registers Add this iterator for spilled registers, it concentrates the details of how to get the current frame's spilled registers into a single macro while clarifying the intention of the code which is calling the macro. Signed-off-by: Joe Stringer <joe@wand.net.nz> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>