bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 03:43:37 to 2020-06-17 15:51:53 UTC [more...]

[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-next v4 1/3] sock: move sock_valbool_flag to header
 2020-06-17 11:02 UTC  (3+ 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 1/2] flow_dissector: reject invalid attach_flags
 2020-06-17  6:49 UTC  (8+ messages)
` [PATCH bpf 2/2] bpf: sockmap: "

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

[PATCH bpf] xdp: handle frame_sz in xdp_convert_zc_to_xdp_frame()
 2020-06-17  6:02 UTC  (3+ messages)

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

[RFC PATCH bpf-next 0/8] libbpf ksym support and bpftool show PIDs
 2020-06-17  1:36 UTC  (20+ 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 4/8] tools/bpftool: move map/prog parsing logic into common
` [RFC PATCH bpf-next 5/8] tools/bpftool: minimize bootstrap bpftool
` [RFC PATCH bpf-next 6/8] tools/bpftool: generalize BPF skeleton support and generate vmlinux.h
` [RFC PATCH bpf-next 7/8] libbpf: wrap source argument of BPF_CORE_READ macro in parentheses
` [RFC PATCH bpf-next 8/8] tools/bpftool: show PIDs with FDs open against BPF map/prog/link/btf

[PATCH bpf v5 1/3] bpf: don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
 2020-06-17  1:04 UTC  (3+ 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 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)

[PATCH bpf-next 0/4] Generalizing bpf_local_storage
 2020-06-16 20:40 UTC  (6+ messages)
` [PATCH bpf-next 4/4] bpf: Add selftests for local_storage

[PATCH] bpf: Allow small structs to be type of function argument
 2020-06-16 17:35 UTC 

[RFC][PATCH] net/bpfilter: Remove this broken and apparently unmantained
 2020-06-16 16:21 UTC  (29+ 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  (4+ messages)
  ` [PATCH v2 2/2] perf tools: Improve exception handling in two functions of "

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)

[PATCH bpf] bpf: undo internal BPF_PROBE_MEM in BPF insns dump
 2020-06-13  0:39 UTC  (2+ messages)

[PATCH] xdp_rxq_info_user: Replace malloc/memset w/calloc
 2020-06-12 22:58 UTC  (12+ messages)
` [PATCH] xdp_rxq_info_user: Fix null pointer dereference. Replace malloc/memset with calloc

[PATCH bpf] bpf: sockmap: don't attach programs to UDP sockets
 2020-06-12 22:54 UTC  (3+ messages)

[PATCH bpf] bpf: tcp: recv() should return 0 when the peer socket is closed
 2020-06-12 22:52 UTC  (4+ messages)

[PATCH bpf] libbpf: support pre-initializing .bss global variables
 2020-06-12 22:28 UTC  (2+ messages)

[PATCH bpf] tools/bpftool: fix skeleton codegen
 2020-06-12 22:26 UTC  (3+ messages)

[PATCH bpf] bpf: Fix memlock accounting for sock_hash
 2020-06-12 22:26 UTC  (2+ messages)

[PATCH net] i40e: fix crash when Rx descriptor count is changed
 2020-06-12 11:47 UTC 

[RFC] .BTF section data alignment issue on s390
 2020-06-12  7:56 UTC  (3+ messages)

[PATCH RFC v3 bpf-next 0/4] bpf: Introduce minimal support for sleepable progs
 2020-06-12  3:40 UTC  (9+ messages)
` [PATCH RFC v3 bpf-next 1/4] bpf: Introduce sleepable BPF programs
` [PATCH RFC v3 bpf-next 2/4] bpf: Add bpf_copy_from_user() helper
` [PATCH RFC v3 bpf-next 3/4] libbpf: support sleepable progs
` [PATCH RFC v3 bpf-next 4/4] selftests/bpf: basic sleepable tests

[PATCH bpf] tools, bpftool: check return value of function codegen
 2020-06-11 21:55 UTC  (6+ messages)
` [PATCH] tools, bpftool: Exit on error in "

[PATCH] xdp: fix xsk_generic_xmit errno
 2020-06-11 19:44 UTC  (4+ messages)

[iovisor-dev] Error loading xdp program that worked with bpf_load
 2020-06-11 16:39 UTC 

[PATCH bpf v2 0/2] Fix bpf_skb_load_bytes_relative for cgroup_skb/egress
 2020-06-11 14:25 UTC  (4+ messages)
` [PATCH bpf v2 1/2] net/filter: Permit reading NET in load_bytes_relative when MAC not set
` [PATCH bpf v2 2/2] selftests/bpf: Add cgroup_skb/egress test for load_bytes_relative

[PATCH bpf] tools, bpftool: Fix memory leak in codegen error cases
 2020-06-11 14:24 UTC  (3+ messages)

[PATCH] perf tools: Fix potential memory leak in perf events parser
 2020-06-11 14:13 UTC  (2+ messages)

[PATCH] xdp_rxq_info_user: Add null check after malloc
 2020-06-11 14:12 UTC  (2+ messages)

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-11  2:40 UTC 

[RFC PATCH bpf-next 0/2] bpf_redirect_map() tail call detection and xdp_do_redirect() avoidance
 2020-06-10 12:21 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/2] i40e: avoid xdp_do_redirect() call when "redirect_tail_call" is set

[PATCH] tools: bpf: Do not force gcc as CC
 2020-06-10 11:43 UTC  (2+ messages)

[PATCH bpf] libbpf: handle GCC noreturn-turned-volatile quirk
 2020-06-10 11:38 UTC  (3+ messages)

[PATCHv4 bpf-next 0/2] xdp: add dev map multicast support
 2020-06-10 10:03 UTC  (12+ messages)

[PATCH] Fix null pointer dereference in vector_user_bpf
 2020-06-10  5:53 UTC  (2+ messages)

[PATCH bpf] libbpf: Fix BTF-to-C conversion of noreturn function pointers
 2020-06-10  5:26 UTC  (4+ 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).