]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-bpftool-various-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Sat, 23 Dec 2017 00:09:53 +0000 (01:09 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Sat, 23 Dec 2017 00:09:53 +0000 (01:09 +0100)
commit414d0e238168dc54389a9a64ac53f53e7e5567d4
tree36104aee2ea7b2b4a7326c369478890aad7243ef
parent8a8a7e309b44c748c348bc3dcd74f575a8b476b9
parent5e37954272c41f12f92d85df032756988e0ceaf7
Merge branch 'bpf-bpftool-various-fixes'

Jakub Kicinski says:

====================
Two small fixes here to listing maps and programs.  The loop for showing
maps is written slightly differently to programs which was missed in JSON
output support, and output would be broken if any of the system calls
failed.  Second fix is in very unlikely case that program or map disappears
after we get its ID we should just skip over that object instead of failing.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>