diff options
author | Jakub Kicinski <[email protected]> | 2019-01-28 10:29:15 -0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-01-29 00:27:38 +0100 |
commit | d76198b0bc5a67c14c5209bac82481399a3387da (patch) | |
tree | 8fdf782d63e20ec1aa8036cd83ad77a7aabb97f5 /scripts/gdb/linux/utils.py | |
parent | cdd7b40642582f5130ea5ec20432175a70c8933e (diff) |
tools: bpftool: warn about risky prog array updates
When prog array is updated with bpftool users often refer
to the map via the ID. Unfortunately, that's likely
to lead to confusion because prog arrays get flushed when
the last user reference is gone. If there is no other
reference bpftool will create one, update successfully
just to close the map again and have it flushed.
Warn about this case in non-JSON mode.
If the problem continues causing confusion we can remove
the support for referring to a map by ID for prog array
update completely. For now it seems like the potential
inconvenience to users who know what they're doing outweighs
the benefit.
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Acked-by: Song Liu <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions