bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-13 03:45:11 to 2020-06-18 07:54:02 UTC [more...]

[RFC PATCH bpf-next 0/8] libbpf ksym support and bpftool show PIDs
 2020-06-18  7:53 UTC  (17+ messages)
` [RFC PATCH bpf-next 1/8] libbpf: generalize libbpf externs support
` [RFC PATCH bpf-next 2/8] libbpf: add support for extracting kernel symbol addresses
` [RFC PATCH bpf-next 3/8] selftests/bpf: add __ksym extern selftest
` [RFC PATCH bpf-next 8/8] tools/bpftool: show PIDs with FDs open against BPF map/prog/link/btf

[PATCH bpf-next 0/9] libbpf ksym support and bpftool show PIDs
 2020-06-18  7:51 UTC  (19+ messages)
` [PATCH bpf-next 1/9] libbpf: generalize libbpf externs support
` [PATCH bpf-next 2/9] libbpf: add support for extracting kernel symbol addresses
` [PATCH bpf-next 3/9] selftests/bpf: add __ksym extern selftest
` [PATCH bpf-next 4/9] tools/bpftool: move map/prog parsing logic into common
` [PATCH bpf-next 5/9] tools/bpftool: minimize bootstrap bpftool
` [PATCH bpf-next 6/9] tools/bpftool: generalize BPF skeleton support and generate vmlinux.h
` [PATCH bpf-next 7/9] libbpf: wrap source argument of BPF_CORE_READ macro in parentheses
` [PATCH bpf-next 8/9] tools/bpftool: show info for processes holding BPF map/prog/link/btf FDs
` [PATCH bpf-next 9/9] tools/bpftool: add documentation and sample output for process info

[PATCH bpf-next 1/2] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-18  7:30 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add variable-length data concatenation pattern test

capable_bpf_net_admin()
 2020-06-18  7:01 UTC  (2+ messages)

[PATCH bpf-next 00/13] implement bpf iterator for tcp and udp sockets
 2020-06-18  6:24 UTC  (17+ messages)
` [PATCH bpf-next 01/13] bpf: add bpf_seq_afinfo in tcp_iter_state
` [PATCH bpf-next 02/13] net: bpf: implement bpf iterator for tcp
` [PATCH bpf-next 03/13] bpf: support 'X' in bpf_seq_printf() helper
` [PATCH bpf-next 04/13] bpf: allow tracing programs to use bpf_jiffies64() helper
` [PATCH bpf-next 05/13] bpf: add bpf_skc_to_tcp6_sock() helper
` [PATCH bpf-next 06/13] bpf: add bpf_skc_to_{tcp,tcp_timewait,tcp_request}_sock() helpers
` [PATCH bpf-next 07/13] bpf: add bpf_seq_afinfo in udp_iter_state
` [PATCH bpf-next 08/13] net: bpf: implement bpf iterator for udp
` [PATCH bpf-next 09/13] bpf: add bpf_skc_to_udp6_sock() helper
` [PATCH bpf-next 10/13] bpf/selftests: move newer bpf_iter_* type redefining to a new header file
` [PATCH bpf-next 11/13] tools/bpf: selftests: implement sample tcp/tcp6 bpf_iter programs
` [PATCH bpf-next 12/13] tools/bpf: add udp4/udp6 bpf iterator
` [PATCH bpf-next 13/13] bpf/selftests: add tcp/udp iterator programs to selftests

[PATCH bpf-next 0/6] bpf: Support access to bpf map fields
 2020-06-18  6:18 UTC  (8+ messages)
` [PATCH bpf-next 1/6] bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind
` [PATCH bpf-next 2/6] bpf: Introduce btf_find_by_name_kind_next()
` [PATCH bpf-next 3/6] bpf: Rename bpf_htab to bpf_shtab in sock_map
` [PATCH bpf-next 4/6] bpf: Support access to bpf map fields
  ` [Potential Spoof] "
` [PATCH bpf-next 5/6] bpf: Set map_btf_name for all map types
` [PATCH bpf-next 6/6] selftests/bpf: Test access to bpf map pointer

[PATCH bpf-next] bpf: sk_storage: Prefer to get a free cache_idx
 2020-06-18  5:01 UTC  (2+ messages)

[PATCH AUTOSEL 5.7 104/388] bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free
 2020-06-18  1:08 UTC  (14+ messages)
` [PATCH AUTOSEL 5.7 111/388] bpf: tcp: Recv() should return 0 when the peer socket is closed
` [PATCH AUTOSEL 5.7 334/388] bpf: Fix an error code in check_btf_func()
` [PATCH AUTOSEL 5.7 367/388] bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg
` [PATCH AUTOSEL 5.7 368/388] bpf, sockhash: Synchronize delete from bucket list on map free
` [PATCH AUTOSEL 5.7 369/388] tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes
` [PATCH AUTOSEL 5.7 371/388] libbpf: Handle GCC noreturn-turned-volatile quirk
` [PATCH AUTOSEL 5.7 376/388] net/filter: Permit reading NET in load_bytes_relative when MAC not set
` [PATCH AUTOSEL 5.7 377/388] tools, bpftool: Fix memory leak in codegen error cases
` [PATCH AUTOSEL 5.7 382/388] xdp: Fix xsk_generic_xmit errno
` [PATCH AUTOSEL 5.7 385/388] bpf: sockmap: Don't attach programs to UDP sockets
` [PATCH AUTOSEL 5.7 386/388] bpf: Fix memlock accounting for sock_hash
` [PATCH AUTOSEL 5.7 387/388] libbpf: Support pre-initializing .bss global variables
` [PATCH AUTOSEL 5.7 388/388] bpf: Undo internal BPF_PROBE_MEM in BPF insns dump

[PATCH AUTOSEL 5.4 080/266] bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free
 2020-06-18  1:16 UTC  (8+ messages)
` [PATCH AUTOSEL 5.4 254/266] bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg
` [PATCH AUTOSEL 5.4 255/266] bpf, sockhash: Synchronize delete from bucket list on map free
` [PATCH AUTOSEL 5.4 256/266] tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes
` [PATCH AUTOSEL 5.4 258/266] libbpf: Handle GCC noreturn-turned-volatile quirk
` [PATCH AUTOSEL 5.4 261/266] net/filter: Permit reading NET in load_bytes_relative when MAC not set
` [PATCH AUTOSEL 5.4 264/266] xdp: Fix xsk_generic_xmit errno
` [PATCH AUTOSEL 5.4 266/266] bpf: Fix memlock accounting for sock_hash

[PATCH AUTOSEL 4.19 171/172] net/filter: Permit reading NET in load_bytes_relative when MAC not set
 2020-06-18  1:22 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 172/172] xdp: Fix xsk_generic_xmit errno

[PATCH bpf-next v4 1/3] sock: move sock_valbool_flag to header
 2020-06-18  0:03 UTC  (6+ messages)
` [PATCH bpf-next v4 2/3] tcp: expose tcp_sock_set_keepidle_locked
` [PATCH bpf-next v4 3/3] bpf: add SO_KEEPALIVE and related options to bpf_setsockopt

[PATCH] bpf: Allow small structs to be type of function argument
 2020-06-17 23:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] Generalizing bpf_local_storage
 2020-06-17 20:29 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v2 2/4] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v2 3/4] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v2 4/4] bpf: Add selftests for local_storage

pull-request: bpf 2020-06-17
 2020-06-17 20:28 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: bump version to 0.1.0
 2020-06-17 20:21 UTC  (2+ messages)

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-06-17 19:26 UTC  (8+ messages)
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage

[PATCH bpf v5 1/3] bpf: don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
 2020-06-17 17:59 UTC  (6+ messages)
` [PATCH bpf v5 2/3] selftests/bpf: make sure optvals > PAGE_SIZE are bypassed
` [PATCH bpf v5 3/3] bpf: document optval > PAGE_SIZE behavior for sockopt hooks

[PATCH bpf] devmap: use bpf_map_area_alloc() for allocating hash buckets
 2020-06-17 17:03 UTC  (3+ messages)

[PATCH bpf] xdp: handle frame_sz in xdp_convert_zc_to_xdp_frame()
 2020-06-17 17:00 UTC  (4+ messages)

[PATCH bpf-next] libbpf: bump version to 0.0.10
 2020-06-17 16:19 UTC  (3+ messages)

[PATCH bpf] tools, bpftool: Add ringbuf map type to map command docs
 2020-06-17 16:09 UTC  (4+ messages)

[PATCH bpf 1/2] bpf: bpf_probe_read_kernel_str() has to return amount of data read on success
 2020-06-17 15:51 UTC  (9+ messages)
` [PATCH bpf 2/2] selftests/bpf: add variable-length data concatenation pattern test

bpf-next is OPEN
 2020-06-17 15:10 UTC 

KASAN: use-after-free Read in cgroup_path_ns_locked
 2020-06-17 12:28 UTC 

[PATCH bpf 1/2] flow_dissector: reject invalid attach_flags
 2020-06-17  6:49 UTC  (7+ messages)

[PATCH bpf v4 1/2] bpf: don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
 2020-06-16 23:20 UTC  (5+ messages)
` [PATCH bpf v4 2/2] selftests/bpf: make sure optvals > PAGE_SIZE are bypassed

[PATCH bpf v3 1/2] bpf: don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
 2020-06-16 23:20 UTC  (7+ messages)

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-16 16:21 UTC  (19+ messages)

[RFC PATCH bpf-next 0/2] xdp: add dev map multicast support
 2020-06-16 14:38 UTC  (16+ messages)
` [PATCHv4 "
  ` [PATCHv4 bpf-next 1/2] xdp: add a new helper for "

[PATCH] [bpf] xdp_redirect_cpu_user: Fix null pointer dereference
 2020-06-16 13:10 UTC  (3+ messages)

[PATCHv3 0/9] bpf: Add d_path helper
 2020-06-16 10:05 UTC  (12+ messages)
` [PATCH 01/11] bpf: Add btfid tool to resolve BTF IDs in ELF object
` [PATCH 02/11] bpf: Compile btfid tool at kernel compilation start
` [PATCH 03/11] bpf: Add btf_ids object
` [PATCH 04/11] bpf: Resolve BTF IDs in vmlinux image
` [PATCH 05/11] bpf: Remove btf_id helpers resolving
` [PATCH 06/11] bpf: Do not pass enum bpf_access_type to btf_struct_access
` [PATCH 07/11] bpf: Allow nested BTF object to be refferenced by BTF object + offset
` [PATCH 08/11] bpf: Add BTF whitelist support
` [PATCH 09/11] bpf: Add d_path helper
` [PATCH 10/11] selftests/bpf: Add verifier test for "
` [PATCH 11/11] selftests/bpf: Add "

[PATCH] [bpf] xdp_monitor_user: Fix null pointer dereference
 2020-06-16  7:05 UTC  (2+ messages)

new seccomp mode aims to improve performance
 2020-06-16  6:00 UTC  (8+ messages)

[PATCH bpf] tools/bpftool: add ringbuf map to a list of known map types
 2020-06-16  0:19 UTC  (2+ messages)

[PATCH bpf] bpf: fix definition of bpf_ringbuf_output() helper in UAPI comments
 2020-06-16  0:19 UTC  (2+ messages)

[PATCH 05/24] efi/libstub: Optimize for size instead of speed
 2020-06-15  9:43 UTC  (4+ messages)
` [PATCH] efi/x86: Fix build with gcc 4

[PATCH v3 0/2] Fixing memory leaks in perf events parser
 2020-06-15  8:54 UTC  (3+ messages)
  ` [PATCH v3 1/2] perf tools: Fix potential "
  ` [PATCH v3 2/2] "

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-14  6:38 UTC  (2+ messages)

[PATCH v2 1/2] perf tools: Fix potential memory leaks in perf events parser
 2020-06-14  3:39 UTC  (2+ messages)

pull-request: bpf 2020-06-12
 2020-06-13 22:28 UTC  (2+ messages)

[Crash] unhandled kernel memory read from unreadable memory
 2020-06-13 17:52 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).