Files
linux-stable-mirror/include/uapi/linux
Mauricio Vasquez B bd513cd08f bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
The previous patch implemented a bpf queue/stack maps that
provided the peek/pop/push functions.  There is not a direct
relationship between those functions and the current maps
syscalls, hence a new MAP_LOOKUP_AND_DELETE_ELEM syscall is added,
this is mapped to the pop operation in the queue/stack maps
and it is still to implement in other kind of maps.

Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it>
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2018-10-19 13:24:31 -07:00
..
2018-08-06 10:24:33 +02:00
2018-08-22 10:52:49 -07:00
2018-09-05 22:27:11 -07:00
2018-08-03 10:03:57 -07:00
2018-08-15 14:59:06 -05:00
2018-10-08 15:45:18 +01:00