bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-01 07:30:04 to 2021-07-06 15:02:55 UTC [more...]

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-07-06 14:04 UTC  (16+ messages)
` [PATCH v9 bpf-next 02/14] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers

[PATCH v4 bpf-next 0/9] bpf: Introduce BPF timers
 2021-07-06 13:57 UTC  (15+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Introduce bpf timers
` [PATCH v4 bpf-next 2/9] bpf: Add map side support for "
` [PATCH v4 bpf-next 3/9] bpf: Prevent pointer mismatch in bpf_timer_init
` [PATCH v4 bpf-next 4/9] bpf: Remember BTF of inner maps
` [PATCH v4 bpf-next 5/9] bpf: Relax verifier recursion check
` [PATCH v4 bpf-next 6/9] bpf: Implement verifier support for validation of async callbacks
` [PATCH v4 bpf-next 7/9] bpf: Teach stack depth check about "
` [PATCH v4 bpf-next 8/9] selftests/bpf: Add bpf_timer test
` [PATCH v4 bpf-next 9/9] selftests/bpf: Add a test with bpf_timer in inner map

[PATCH v6] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-06 14:40 UTC  (2+ messages)

[PATCH -tip v8 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-07-06 12:57 UTC  (28+ messages)
` [PATCH -tip v8 01/13] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v8 02/13] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
` [PATCH -tip v8 03/13] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v8 04/13] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v8 05/13] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
` [PATCH -tip v8 08/13] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v8 10/13] x86/kprobes: Push a fake return address "
` [PATCH -tip v8 11/13] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v8 13/13] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH bpf] libbpf: restore errno return for functions that were already returning it
 2021-07-06 12:23 UTC 

Failed to attach to kprobe (non blacklisted)
 2021-07-06 11:56 UTC 

[PATCH bpf-next] libbpf: ignore .eh_frame sections when parsing elf files
 2021-07-06 11:51 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 17/74] bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
 2021-07-06 11:24 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 47/74] bpf: Fix up register-based shifts in interpreter to silence KUBSAN
` [PATCH AUTOSEL 5.4 64/74] media, bpf: Do not copy more entries than user space requested

[PATCH AUTOSEL 5.10 023/137] bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
 2021-07-06 11:21 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 087/137] bpf: Fix up register-based shifts in interpreter to silence KUBSAN
` [PATCH AUTOSEL 5.10 118/137] media, bpf: Do not copy more entries than user space requested
` [PATCH AUTOSEL 5.10 132/137] bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()

[PATCH AUTOSEL 5.12 026/160] bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
 2021-07-06 11:18 UTC  (5+ messages)
` [PATCH AUTOSEL 5.12 098/160] bpf: Fix up register-based shifts in interpreter to silence KUBSAN
` [PATCH AUTOSEL 5.12 138/160] media, bpf: Do not copy more entries than user space requested
` [PATCH AUTOSEL 5.12 139/160] net: retrieve netns cookie via getsocketopt
` [PATCH AUTOSEL 5.12 154/160] bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()

[PATCH AUTOSEL 4.19 47/55] media, bpf: Do not copy more entries than user space requested
 2021-07-06 11:26 UTC 

[PATCH AUTOSEL 5.13 032/189] bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
 2021-07-06 11:14 UTC  (5+ messages)
` [PATCH AUTOSEL 5.13 118/189] bpf: Fix up register-based shifts in interpreter to silence KUBSAN
` [PATCH AUTOSEL 5.13 166/189] media, bpf: Do not copy more entries than user space requested
` [PATCH AUTOSEL 5.13 167/189] net: retrieve netns cookie via getsocketopt
` [PATCH AUTOSEL 5.13 183/189] bpf: Fix false positive kmemleak report in bpf_ringbuf_area_alloc()

[PATCH 0/2] powerpc/bpf: Fix issue with atomic ops
 2021-07-06 10:52 UTC  (10+ messages)
` [PATCH 1/2] powerpc/bpf: Fix detecting BPF atomic instructions
` [PATCH 2/2] powerpc/bpf: Reject atomic ops in ppc32 JIT

[PATCH 0/4] bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT
 2021-07-06 10:00 UTC  (7+ messages)
` [PATCH 1/4] bpf powerpc: Remove unused SEEN_STACK
` [PATCH 2/4] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
` [PATCH 3/4] bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT
` [PATCH 4/4] bpf powerpc: Add addr > TASK_SIZE_MAX explicit check

[PATCH net-next RFC 0/2] add elevated refcnt support for page pool
 2021-07-06  8:18 UTC  (9+ messages)
` [PATCH net-next RFC 1/2] page_pool: add page recycling support based on elevated refcnt

[PATCH bpf 0/2] bpf, fix for subprogs with tailcalls
 2021-07-06  8:10 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: track subprog poke correctly, fix use-after-free

[PATCH v3] tools: bpftool: close va_list 'ap' by va_end()
 2021-07-06  7:20 UTC  (2+ messages)

[PATCH] doc/af_xdp: fix bind flags option typo
 2021-07-06  5:44 UTC 

using bpf_map_update_elem and bpf_map_get_next_key at the same time when looping through the hash map
 2021-07-06  3:11 UTC 

[PATCH v2] tools: bpftool: close va_list 'ap' by va_end()
 2021-07-06  1:11 UTC 

[PATCH bpf] samples/bpf: Fix xdpsock with '-M' parameter missing unload process
 2021-07-05 21:39 UTC  (2+ messages)

[PATCH] tools: bpftool: close va_list 'ap' by va_end()
 2021-07-05 20:58 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: add -fno-asynchronous-unwind-tables to BPF Clang invocation
 2021-07-05 20:00 UTC  (2+ messages)

[PATCH bpf] libbpf: fix race when pinning maps in parallel
 2021-07-05 19:09 UTC 

[PATCH v5] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-05 18:52 UTC  (2+ messages)

[PATCH v2 intel-next 0/4] XDP_TX improvements for ice
 2021-07-05 17:06 UTC  (6+ messages)
` [PATCH v2 intel-next 1/4] ice: unify xdp_rings accesses
` [PATCH v2 intel-next 2/4] ice: optimize XDP_TX descriptor processing
` [PATCH v2 intel-next 3/4] ice: do not create xdp_frame on XDP_TX
` [PATCH v2 intel-next 4/4] ice: introduce XDP_TX fallback path

[PATCH v4] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-05 16:34 UTC  (4+ messages)

[PATCH v2 bpf 0/2] potential sockmap memleak and proc stats fix
 2021-07-05 16:28 UTC  (7+ messages)
` [PATCH v2 bpf 1/2] bpf, sockmap: fix potential msg memory leak
` [PATCH v2 bpf 2/2] bpf, sockmap: sk_prot needs inuse_idx for proc stats

[Patch bpf v2] skmsg: check sk_rcvbuf limit before queuing to ingress_skb
 2021-07-05 16:24 UTC  (11+ messages)

Access to a BPF map from a module
 2021-07-05 15:59 UTC 

[PATCH] Revert "mm/page_alloc: make should_fail_alloc_page() static"
 2021-07-05 11:55 UTC  (4+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-07-05 11:44 UTC  (7+ messages)
` [PATCH bpf-next v2 0/4] "
  ` [PATCH bpf-next v2 4/4] devmap: Exclude XDP broadcast to master device

[PATCH bpf] samples/bpf: Fix the error return code of xdp_redirect's main()
 2021-07-05  7:45 UTC  (3+ messages)

[syzbot] upstream test error: possible deadlock in fs_reclaim_acquire
 2021-07-04 20:38 UTC 

[PATCH bpf-next v5 00/11] sockmap: add sockmap support for unix datagram socket
 2021-07-04 19:02 UTC  (12+ messages)
` [PATCH bpf-next v5 01/11] sock_map: relax config dependency to CONFIG_NET
` [PATCH bpf-next v5 02/11] sock_map: lift socket state restriction for datagram sockets
` [PATCH bpf-next v5 03/11] af_unix: implement ->read_sock() for sockmap
` [PATCH bpf-next v5 04/11] af_unix: set TCP_ESTABLISHED for datagram sockets too
` [PATCH bpf-next v5 05/11] af_unix: add a dummy ->close() for sockmap
` [PATCH bpf-next v5 06/11] af_unix: implement ->psock_update_sk_prot()
` [PATCH bpf-next v5 07/11] af_unix: implement unix_dgram_bpf_recvmsg()
` [PATCH bpf-next v5 08/11] selftests/bpf: factor out udp_socketpair()
` [PATCH bpf-next v5 09/11] selftests/bpf: factor out add_to_sockmap()
` [PATCH bpf-next v5 10/11] selftests/bpf: add a test case for unix sockmap
` [PATCH bpf-next v5 11/11] selftests/bpf: add test cases for redirection between udp and unix

[syzbot] possible deadlock in __fs_reclaim_acquire
 2021-07-04 11:51 UTC 

[syzbot] upstream test error: possible deadlock in __fs_reclaim_acquire
 2021-07-04  8:57 UTC 

[syzbot] possible deadlock in fs_reclaim_acquire (3)
 2021-07-04  8:17 UTC 

[PATCH v2] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-03  9:47 UTC  (3+ messages)

[PATCH v3] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-03  8:47 UTC 

[PATCH net-next v6 0/5] Generic XDP improvements
 2021-07-02 16:11 UTC  (9+ messages)
` [PATCH net-next v6 1/5] net: core: split out code to run generic XDP prog
` [PATCH net-next v6 2/5] bitops: add non-atomic bitops for pointers
` [PATCH net-next v6 3/5] bpf: cpumap: implement generic cpumap
` [PATCH net-next v6 4/5] bpf: devmap: implement devmap prog execution for generic XDP
` [PATCH net-next v6 5/5] bpf: tidy xdp attach selftests

[PATCH bpf-next V1] samples/bpf: xdp_redirect_cpu_user: cpumap qsize set larger default
 2021-07-02 14:06 UTC 

[PATCH net-next v5 0/5] Generic XDP improvements
 2021-07-02 11:18 UTC  (4+ messages)
` [PATCH net-next v5 3/5] bpf: cpumap: implement generic cpumap

[PATCH v2 bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt
 2021-07-02 10:50 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/8] tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
` [PATCH v2 bpf-next 2/8] tcp: seq_file: Refactor net and family matching
` [PATCH v2 bpf-next 3/8] bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
` [PATCH v2 bpf-next 4/8] tcp: seq_file: Add listening_get_first()
` [PATCH v2 bpf-next 5/8] tcp: seq_file: Replace listening_hash with lhash2
` [PATCH v2 bpf-next 6/8] bpf: tcp: bpf iter batching and lock_sock
` [PATCH v2 bpf-next 7/8] bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
` [PATCH v2 bpf-next 8/8] bpf: selftest: Test batching and "

[PATCH bpf-next v3] bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
 2021-07-02  9:44 UTC  (14+ messages)
` [BUG soft lockup] "

[RFC bpf-next 0/5] bpf, x86: Add bpf_get_func_ip helper
 2021-07-02  8:16 UTC  (9+ messages)
` [PATCH bpf-next 4/5] bpf: Add bpf_get_func_ip helper for kprobe programs

[PATCH] perf llvm: Fix error return code in llvm__compile_bpf()
 2021-07-02  3:01 UTC  (3+ messages)

[PATCH v3 bpf-next 0/8] bpf: Introduce BPF timers
 2021-07-01 15:34 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/8] bpf: Introduce bpf timers

[PATCH] tcp: Do not reset the icsk_ca_initialized in tcp_init_transfer
 2021-07-01 14:23 UTC  (13+ messages)

[PATCH bpf, sockmap 2/2] bpf, sockmap: sk_prot needs inuse_idx set for proc stats
 2021-07-01  8:21 UTC  (2+ messages)

[PATCH bpf-next v2] bpf/devmap: convert remaining READ_ONCE() to rcu_dereference_check()
 2021-07-01  7:30 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).