bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-28 04:59:57 to 2021-03-30 16:35:52 UTC [more...]

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

[PATCH bpf-next 0/2] bpf: Update doc about calling kernel function
 2021-03-30 16:33 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Update bpf_design_QA.rst to clarify the kfunc call is not ABI
` [PATCH bpf-next 2/2] bpf: selftests: Update clang requirement in README.rst for testing kfunc call

[PATCH bpf-next] libbpf: fix memory leak when emitting final btf_ext
 2021-03-30 16:32 UTC  (3+ messages)

[PATCH dwarves v3 0/3] permit merging all dwarf cu's for clang lto built binary
 2021-03-30 15:10 UTC  (7+ 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

[PATCH v3 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-30 15:08 UTC  (5+ messages)
` [PATCH v3 bpf 1/3] libbpf: ensure umem pointer is non-NULL before dereferencing
` [PATCH v3 bpf 2/3] libbpf: restore umem state after socket create failure
` [PATCH v3 bpf 3/3] libbpf: only create rx and tx XDP rings when necessary

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-03-30 14:35 UTC  (12+ messages)

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-30 14:22 UTC  (7+ 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()'

[PATCH net-next v2 0/6] stmmac: Add XDP support
 2021-03-30 14:04 UTC  (9+ messages)
` [PATCH net-next v2 1/6] net: stmmac: set IRQ affinity hint for multi MSI vectors
` [PATCH net-next v2 2/6] net: stmmac: make SPH enable/disable to be configurable
` [PATCH net-next v2 3/6] net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
` [PATCH net-next v2 4/6] net: stmmac: Add initial XDP support
` [PATCH net-next v2 5/6] net: stmmac: Add support for XDP_TX action
` [PATCH net-next v2 6/6] net: stmmac: Add support for XDP_REDIRECT action

[PATCH v2 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-30 12:04 UTC  (6+ messages)
` [PATCH v2 bpf 3/3] libbpf: ignore return values of setsockopt for XDP rings

[PATCH bpf-next] bpf: arm64: Redefine MOV consistent with arch insn
 2021-03-30  9:31 UTC  (2+ messages)

[Patch bpf-next v7 00/13] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-30  6:45 UTC  (30+ 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

[RFC PATCH bpf-next 0/4] bpf: Tracing programs re-attach
 2021-03-30  6:12 UTC  (8+ 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

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

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-03-30  3:28 UTC  (17+ messages)
` [PATCH bpf-next 3/5] libbpf: add low level "
` [PATCH bpf-next 5/5] libbpf: add selftests for "

[Patch bpf-next] net: filter: Remove unused bpf_load_pointer
 2021-03-30  2:48 UTC 

[PATCH bpf-next] bpf: tcp: Limit calling some tcp cc functions to CONFIG_DYNAMIC_FTRACE
 2021-03-30  2:00 UTC  (2+ messages)

[PATCH] ethernet/netronome/nfp: Fix a use after free in nfp_bpf_ctrl_msg_rx
 2021-03-30  0:30 UTC  (3+ messages)

[PATCH v3 bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 23:10 UTC  (2+ messages)

[PATCH kbuild] kbuild: add -grecord-gcc-switches to clang build
 2021-03-29 22:52 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 04/19] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:22 UTC 

[PATCH AUTOSEL 5.10 04/33] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:21 UTC 

[PATCH AUTOSEL 5.11 05/38] bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-29 22:21 UTC 

[PATCH v4 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-29 21:46 UTC  (7+ messages)
` [PATCH v4 bpf-next 06/17] libbpf: xsk: use bpf_link

[PATCH 0/9] riscv: improve self-protection
 2021-03-29 20:41 UTC  (11+ messages)
` [PATCH 1/9] riscv: add __init section marker to some functions
` [PATCH 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH 3/9] riscv: Constify sys_call_table
` [PATCH 4/9] riscv: Constify sbi_ipi_ops
` [PATCH 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH 6/9] riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
` [PATCH 7/9] riscv: bpf: Avoid breaking W^X
` [PATCH 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH] selftests/bpf: add LDFLAGS when building test_verifier
 2021-03-29 20:04 UTC  (2+ messages)

[syzbot] possible deadlock in ip_setsockopt
 2021-03-29 19:34 UTC 

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

[PATCH v2 bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 17:26 UTC  (3+ messages)

[PATCH bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-29 16:39 UTC  (2+ messages)

[PATCH net 1/1] xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
 2021-03-29 16:25 UTC  (3+ messages)

[PATCH 0/3] bpf/selftests: page size fixes
 2021-03-29 15:19 UTC  (12+ messages)
` [PATCH v2 0/4] "
` [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 4/4] selftests/bpf: ringbuf, mmap: bump up page size to 64K

[PATCH dwarves 0/3] add option to merge more dwarf cu's into
 2021-03-29 14:04 UTC  (11+ 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 v2 bpf-next] selftests/bpf: Add an option for a debug shell in vmtest.sh
 2021-03-29 13:45 UTC  (3+ messages)

[PATCH net-next 0/6] stmmac: Add XDP support
 2021-03-29 13:40 UTC  (7+ messages)
` [PATCH net-next 1/6] stmmac: intel: set IRQ affinity hint for multi MSI vectors
` [PATCH net-next 2/6] net: stmmac: make SPH enable/disable to be configurable
` [PATCH net-next 3/6] net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
` [PATCH net-next 4/6] net: stmmac: Add initial XDP support
` [PATCH net-next 5/6] net: stmmac: Add support for XDP_TX action
` [PATCH net-next 6/6] net: stmmac: Add support for XDP_REDIRECT action

[PATCH v4 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-03-29 12:57 UTC 

[PATCH V2 1/1] mm:improve the performance during fork
 2021-03-29 12:36 UTC 

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

[PATCH v3] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-29  9:24 UTC  (2+ messages)

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-29  9:26 UTC  (3+ messages)
` [PATCH v3 04/17] module: ensure __cfi_check alignment

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

[PATCH] bpf: remove redundant assignment of variable id
 2021-03-29  5:55 UTC  (3+ messages)

[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] ia64: tools: add generic errno.h definition
 2021-03-28 23:56 UTC  (3+ messages)

[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

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

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


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