bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 17:38:14 to 2021-07-05 16:24:57 UTC [more...]

[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 v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-07-05 15:52 UTC  (20+ messages)
` [PATCH v9 bpf-next 01/14] net: skbuff: add data_len field to skb_shared_info
` [PATCH v9 bpf-next 02/14] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v9 bpf-next 07/14] net: xdp: add multi-buff support to xdp_build_skb_from_frame

[PATCH -tip v8 00/13] kprobes: Fix stacktrace with kretprobes on x86
 2021-07-05 15:42 UTC  (26+ 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] 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-next] samples/bpf: add -fno-asynchronous-unwind-tables to BPF Clang invocation
 2021-07-05 10:38 UTC 

[PATCH bpf-next] libbpf: ignore .eh_frame sections when parsing elf files
 2021-07-05 10:33 UTC  (3+ messages)

[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

[PATCH v4 bpf-next 0/9] bpf: Introduce BPF timers
 2021-07-04 14:23 UTC  (14+ 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 v4] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
 2021-07-04 14:03 UTC  (3+ messages)

[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 v2 bpf 0/2] potential sockmap memleak and proc stats fix
 2021-07-02 19:54 UTC  (5+ 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 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 RFC 0/2] add elevated refcnt support for page pool
 2021-07-02 13:39 UTC  (7+ messages)
` [PATCH net-next RFC 1/2] page_pool: add page recycling support based on elevated refcnt
` [PATCH net-next RFC 2/2] net: hns3: support skb's frag page recycling based on page pool

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

[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 0/2] powerpc/bpf: Fix issue with atomic ops
 2021-07-02 10:26 UTC  (9+ messages)
` [PATCH 1/2] powerpc/bpf: Fix detecting BPF atomic instructions
` [PATCH 2/2] powerpc/bpf: Reject atomic ops in ppc32 JIT

[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  (15+ messages)
` [PATCH bpf-next 1/5] bpf, x86: Store caller's ip in trampoline stack
` [PATCH bpf-next 2/5] bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
` [PATCH bpf-next 3/5] bpf: Add bpf_get_func_ip helper for tracing programs
` [PATCH bpf-next 4/5] bpf: Add bpf_get_func_ip helper for kprobe programs
` [PATCH bpf-next 5/5] selftests/bpf: Add test for bpf_get_func_ip helper

[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  (11+ 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] tools: bpftool: close va_list 'ap' by va_end()
 2021-07-01 12:00 UTC 

[PATCH bpf, sockmap 0/2] potential memleak and proc stats fix
 2021-07-01  8:21 UTC  (5+ messages)
` [PATCH bpf, sockmap 1/2] bpf, sockmap: fix potential memory leak on unlikely error case
` [PATCH bpf, sockmap 2/2] bpf, sockmap: sk_prot needs inuse_idx set for proc stats

[PATCH bpf-next v2] bpf/devmap: convert remaining READ_ONCE() to rcu_dereference_check()
 2021-07-01  7:30 UTC  (3+ messages)

[PATCH bpf 0/2] bpf, fix for subprogs with tailcalls
 2021-06-30 19:40 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: track subprog poke correctly, fix use-after-free
` [PATCH bpf 2/2] bpf: selftest to verify mixing bpf2bpf calls and tailcalls with insn patch

[PATCH 0/3] Add support for fwmark to bpf_fib_lookup
 2021-06-30 14:26 UTC  (7+ messages)
` [PATCH 1/3] bpf: Add support for mark with bpf_fib_lookup
` [PATCH 2/3] tools: Update bpf header
` [PATCH 3/3] selftests: Add selftests for fwmark support in bpf_fib_lookup

[Patch bpf] skmsg: check sk_rcvbuf limit before queuing to ingress_skb
 2021-06-30  9:21 UTC  (2+ messages)

AUDIT_ARCH_ and __NR_syscall constants for seccomp filters
 2021-06-29 23:41 UTC  (8+ messages)

[PATCH 1/3] bpf: Add support for mark with bpf_fib_lookup
 2021-06-29 19:10 UTC  (8+ messages)

[PATCH bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_setsockopt
 2021-06-29 19:04 UTC  (10+ messages)
` [PATCH bpf-next 6/8] bpf: tcp: bpf iter batching and lock_sock
` [PATCH bpf-next 8/8] bpf: selftest: Test batching and bpf_setsockopt in bpf tcp iter

[PATCH 3/3] selftests: Add selftests for fwmark support in bpf_fib_lookup
 2021-06-29 17:37 UTC 


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).