bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 02:11:32 to 2021-03-29 01:46:41 UTC [more...]

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-03-29  1:45 UTC  (17+ messages)
` [PATCH bpf-next 1/5] tools pkt_cls.h: sync with kernel sources
` [PATCH bpf-next 2/5] libbpf: add helpers for preparing netlink attributes
` [PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
` [PATCH bpf-next 5/5] libbpf: add selftests for "

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-03-29  1:24 UTC  (15+ messages)
` [PATCH v2 bpf-next 03/14] bpf: Support bpf program "

[PATCH bpf-next] bpf: tcp: Fix an error in the bpf_tcp_ca_kfunc_ids list
 2021-03-29  1:19 UTC  (2+ messages)

[PATCH bpf-next 0/3] Handle no-BTF object files better
 2021-03-29  1:16 UTC  (9+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: allow compiling BPF objects without BTF

[PATCH] ia64: tools: add generic errno.h definition
 2021-03-28 23:56 UTC  (3+ messages)

[Patch bpf-next v7 00/13] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-28 23:27 UTC  (15+ messages)
` [Patch bpf-next v7 01/13] skmsg: lock ingress_skb when purging
` [Patch bpf-next v7 02/13] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v7 03/13] net: introduce skb_send_sock() for sock_map
` [Patch bpf-next v7 04/13] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v7 05/13] skmsg: use rcu work for destroying psock
` [Patch bpf-next v7 06/13] skmsg: use GFP_KERNEL in sk_psock_create_ingress_msg()
` [Patch bpf-next v7 07/13] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v7 08/13] sock: introduce sk->sk_prot->psock_update_sk_prot()
` [Patch bpf-next v7 09/13] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v7 10/13] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v7 11/13] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v7 12/13] sock_map: update sock type checks for UDP
` [Patch bpf-next v7 13/13] selftests/bpf: add a test case for udp sockmap

[PATCH v2] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-28 21:06 UTC  (6+ messages)

[PATCH dwarves v2 0/3] permit merging all dwarf cu's for clang lto built binary
 2021-03-28 20:18 UTC  (5+ messages)
` [PATCH dwarves v2 1/3] dwarf_loader: permits flexible HASHTAGS__BITS
` [PATCH dwarves v2 2/3] dwarf_loader: factor out common code to initialize a cu
` [PATCH dwarves v2 3/3] dwarf_loader: permit merging all dwarf cu's for clang lto built binary

[PATCH dwarves v3 0/3] permit merging all dwarf cu's for clang lto built binary
 2021-03-28 20:14 UTC  (4+ messages)
` [PATCH dwarves v3 1/3] dwarf_loader: permits flexible HASHTAGS__BITS
` [PATCH dwarves v3 2/3] dwarf_loader: factor out common code to initialize a cu
` [PATCH dwarves v3 3/3] dwarf_loader: permit merging all dwarf cu's for clang lto built binary

[syzbot] KASAN: slab-out-of-bounds Read in fib6_nh_get_excptn_bucket (3)
 2021-03-28 18:46 UTC 

[PATCH bpf-next] bpf: tcp: Remove comma which is causing build error
 2021-03-28 18:45 UTC  (2+ messages)

[PATCH 0/3] bpf/selftests: page size fixes
 2021-03-28 18:30 UTC  (16+ messages)
` [PATCH 1/3] selftests/bpf: test_progs/sockopt_sk: pass page size from userspace
  ` [PATCH 2/3] bpf: selftests: test_progs/sockopt_sk: remove version
  ` [PATCH 3/3] selftests/bpf: ringbuf, mmap: bump up page size to 64K
` [PATCH v2 0/4] bpf/selftests: page size fixes
` [PATCH v2 1/4] selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton
  ` [PATCH v2 2/4] selftests/bpf: test_progs/sockopt_sk: pass page size from userspace
  ` [PATCH v2 3/4] bpf: selftests: test_progs/sockopt_sk: remove version
  ` [PATCH v2 4/4] selftests/bpf: ringbuf, mmap: bump up page size to 64K

[PATCH v4 bpf-next 00/12] BPF static linking
 2021-03-28 18:29 UTC  (7+ messages)
` [PATCH v4 bpf-next 07/12] libbpf: add BPF static linker BTF and BTF.ext support

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-28 16:10 UTC  (3+ messages)
` [PATCH bpf-next] bpf: check flags in 'bpf_ringbuf_discard()' and 'bpf_ringbuf_submit()'
` [PATCH bpf-next] libbpf: Add '_wait()' and '_nowait()' macros for 'bpf_ring_buffer__poll()'

[RFC PATCH bpf-next 0/4] bpf: Tracing programs re-attach
 2021-03-28 11:26 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Allow trampoline re-attach
` [RFC PATCH bpf-next 2/4] selftests/bpf: Add re-attach test to fentry_test
` [RFC PATCH bpf-next 3/4] selftests/bpf: Add re-attach test to fexit_test
` [RFC PATCH bpf-next 4/4] selftests/bpf: Test that module can't be unloaded with attached trampoline

[syzbot] bpf-next build error (3)
 2021-03-28  8:02 UTC 

[PATCH] tools: Remove duplicate definition of ia64_mf() on ia64
 2021-03-28  7:24 UTC  (2+ messages)

[PATCH, v2] tools: Remove inclusion of ia64-specific version of errno.h header
 2021-03-28  7:23 UTC  (2+ messages)

[PATCH kbuild] kbuild: add -grecord-gcc-switches to clang build
 2021-03-28  6:41 UTC 

[PATCH bpf v2 1/2] bpf: link: refuse non-O_RDWR flags in BPF_OBJ_GET
 2021-03-28  4:51 UTC  (5+ messages)
` [PATCH bpf v2 2/2] bpf: program: "

[syzbot] UBSAN: shift-out-of-bounds in ___bpf_prog_run
 2021-03-28  3:38 UTC  (2+ messages)

[PATCH bpf-next] bpf: trace jit code when enable BPF_JIT_ALWAYS_ON
 2021-03-28  1:59 UTC  (5+ messages)

[Patch bpf-next v6 00/12] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-27  5:50 UTC  (6+ messages)
` [Patch bpf-next v6 04/12] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v6 05/12] skmsg: use rcu work for destroying psock

[PATCH bpf-next] libbpf: fix memory leak when emitting final btf_ext
 2021-03-27  4:25 UTC 

[PATCHv3 bpf] bpf: Take module reference for trampoline in module
 2021-03-27  3:19 UTC  (2+ messages)

[PATCH v2 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-27  2:27 UTC  (5+ messages)
` [PATCH v2 bpf 1/3] libbpf: ensure umem pointer is non-NULL before dereferencing
` [PATCH v2 bpf 2/3] libbpf: restore umem state after socket create failure
` [PATCH v2 bpf 3/3] libbpf: ignore return values of setsockopt for XDP rings

[PATCH dwarves 0/3] add option to merge more dwarf cu's into
 2021-03-27  0:19 UTC  (15+ messages)
` [PATCH dwarves 1/3] dwarf_loader: permits flexible HASHTAGS__BITS
` [PATCH dwarves 3/3] dwarf_loader: add option to merge more dwarf cu's into one pahole cu

[PATCH -tip v5 00/12] kprobes: Fix stacktrace with kretprobes on x86
 2021-03-26 23:49 UTC  (14+ messages)
` [PATCH -tip v5 01/12] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v5 02/12] kprobes: treewide: Replace arch_deref_entry_point() with dereference_function_descriptor()
` [PATCH -tip v5 03/12] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v5 04/12] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v5 05/12] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline code
` [PATCH -tip v5 06/12] ARC: Add instruction_pointer_set() API
` [PATCH -tip v5 07/12] ia64: "
` [PATCH -tip v5 08/12] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v5 09/12] kprobes: Setup instruction pointer in __kretprobe_trampoline_handler
` [PATCH -tip v5 10/12] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v5 11/12] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v5 12/12] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline

[PATCH v4 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-26 23:09 UTC  (18+ messages)
` [PATCH v4 bpf-next 01/17] selftests: xsk: don't call worker_pkt_dump() for stats test
` [PATCH v4 bpf-next 02/17] selftests: xsk: remove struct ifaceconfigobj
` [PATCH v4 bpf-next 03/17] selftests: xsk: remove unused function
` [PATCH v4 bpf-next 04/17] selftests: xsk: remove inline keyword from source file
` [PATCH v4 bpf-next 05/17] selftests: xsk: simplify frame traversal in dumping thread
` [PATCH v4 bpf-next 06/17] libbpf: xsk: use bpf_link
` [PATCH v4 bpf-next 07/17] samples: bpf: do not unload prog within xdpsock
` [PATCH v4 bpf-next 08/17] selftests: xsk: remove thread for netns switch
` [PATCH v4 bpf-next 09/17] selftests: xsk: split worker thread
` [PATCH v4 bpf-next 10/17] selftests: xsk: remove Tx synchronization resources
` [PATCH v4 bpf-next 11/17] selftests: xsk: refactor teardown/bidi test cases and testapp_validate
` [PATCH v4 bpf-next 12/17] selftests: xsk: remove sync_mutex_tx and atomic var
` [PATCH v4 bpf-next 13/17] veth: implement ethtool's get_channels() callback
` [PATCH v4 bpf-next 14/17] selftests: xsk: implement bpf_link test
` [PATCH v4 bpf-next 15/17] selftests: xsk: remove thread attribute
` [PATCH v4 bpf-next 16/17] selftests: xsk: Remove mutex and condition variable
` [PATCH v4 bpf-next 17/17] selftests: xsk: Remove unused defines

[PATCH bpf-next v2 0/6] Add a snprintf eBPF helper
 2021-03-26 23:05 UTC  (14+ messages)
` [PATCH bpf-next v2 1/6] bpf: Factorize bpf_trace_printk and bpf_seq_printf
` [PATCH bpf-next v2 2/6] bpf: Add a ARG_PTR_TO_CONST_STR argument type
` [PATCH bpf-next v2 3/6] bpf: Add a bpf_snprintf helper
` [PATCH bpf-next v2 4/6] libbpf: Initialize the bpf_seq_printf parameters array field by field
` [PATCH bpf-next v2 5/6] libbpf: Introduce a BPF_SNPRINTF helper macro
` [PATCH bpf-next v2 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[RFC][PATCH] libbpf: support kprobe/kretprobe events in legacy environments
 2021-03-26 20:50 UTC  (4+ messages)
` [PATCH v2 bpf-next][RFC] libbpf: introduce legacy kprobe events support

[PATCH] bpf: remove redundant assignment of variable id
 2021-03-26 20:18 UTC  (2+ messages)

[PATCH v3 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-26 18:52 UTC  (7+ messages)
` [PATCH v3 bpf-next 06/17] libbpf: xsk: use bpf_link

[PATCH bpf v2 1/2] bpf: enforce that struct_ops programs be GPL-only
 2021-03-26 18:25 UTC  (6+ messages)
` [PATCH bpf v2 2/2] bpf/selftests: test that kernel rejects a TCP CC with an invalid license

[PATCH v2 0/8] Implement EBPF on powerpc32
 2021-03-26 18:09 UTC  (4+ messages)

[PATCH bpf-next v3] bpf: Fix a spelling typo in kernel/bpf/disasm.c
 2021-03-26 17:00 UTC  (2+ messages)

[PATCH bpf v3 1/2] bpf: enforce that struct_ops programs be GPL-only
 2021-03-26 17:00 UTC  (3+ messages)
` [PATCH bpf v3 2/2] bpf/selftests: test that kernel rejects a TCP CC with an invalid license

[PATCH v2 bpf-next] libbpf: preserve empty DATASEC BTFs during static linking
 2021-03-26 16:50 UTC  (2+ messages)

[PATCH] include: net: struct sock is declared twice
 2021-03-26 16:50 UTC  (2+ messages)

[PATCH bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-26 15:20 UTC  (9+ messages)
` [PATCH bpf 1/3] libbpf: ensure umem pointer is non-NULL before dereferencing
` [PATCH bpf 2/3] libbpf: restore umem state after socket create failure
` [PATCH bpf 3/3] libbpf: ignore return values of setsockopt for XDP rings

[PATCH -tip v4 00/12] kprobes: Fix stacktrace with kretprobes on x86
 2021-03-26 14:20 UTC  (7+ messages)
` [PATCH -tip v4 10/12] x86/kprobes: Push a fake return address at kretprobe_trampoline

[PATCH bpf-next v4] bpf: fix NULL pointer dereference in bpf_get_local_storage() helper
 2021-03-26 11:50 UTC  (3+ messages)

[PATCH bpf] bpf: link: refuse non-zero file_flags in BPF_OBJ_GET
 2021-03-26  9:21 UTC  (3+ messages)

bpf selftests and page size
 2021-03-26  5:12 UTC  (4+ messages)

Pinned link access mode troubles
 2021-03-26  5:01 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Better error messages for ima_setup.sh failures
 2021-03-26  4:49 UTC  (2+ messages)

[PATCH v2 bpf-next] selftests/bpf: Add an option for a debug shell in vmtest.sh
 2021-03-26  4:48 UTC  (2+ messages)

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-26  4:35 UTC  (9+ messages)
` [PATCH v3 04/17] module: ensure __cfi_check alignment
` [PATCH v3 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v3 06/17] kthread: "
` [PATCH v3 09/17] treewide: Change list_sort to use const pointers

[PATCH bpf-next] libbpf: fix bail out from 'ringbuf_process_ring()' on error
 2021-03-26  4:31 UTC  (2+ messages)

[PATCH bpf-next] libbpf: preserve empty DATASEC BTFs during static linking
 2021-03-26  4:17 UTC  (3+ messages)

[bpf PATCH] small test_maps fix
 2021-03-26  3:03 UTC  (3+ messages)
` [bpf PATCH] bpf, selftests: test_maps generating unrecognized data section

[PATCH v3 bpf-next] libbpf: add bpf object kern_version attribute setter
 2021-03-26  3:00 UTC  (5+ 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).