bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-09 13:44:25 to 2022-06-13 15:02:48 UTC [more...]

[PATCH bpf-next v9 00/10] bpf: cgroup_sock lsm flavor
 2022-06-13 12:07 UTC  (13+ messages)
` [PATCH bpf-next v9 01/10] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next v9 02/10] bpf: convert cgroup_bpf.progs to hlist
` [PATCH bpf-next v9 03/10] bpf: per-cgroup lsm flavor
` [PATCH bpf-next v9 04/10] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v9 05/10] bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUP
` [PATCH bpf-next v9 06/10] bpf: expose bpf_{g,s}etsockopt to lsm cgroup
` [PATCH bpf-next v9 07/10] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v9 08/10] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v9 09/10] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v9 10/10] selftests/bpf: lsm_cgroup functional test

[PATCH bpf-next 00/10] AF_XDP ZC selftests
 2022-06-13 11:37 UTC  (19+ messages)
` [PATCH bpf-next 01/10] ice: introduce priv-flag for toggling loopback mode
` [PATCH bpf-next 02/10] ice: check DD bit on Rx descriptor rather than (EOP | RS)
` [PATCH bpf-next 03/10] ice: do not setup vlan for loopback VSI
` [PATCH bpf-next 04/10] selftests: xsk: query for native XDP support
` [PATCH bpf-next 05/10] selftests: xsk: add missing close() on netns fd
` [PATCH bpf-next 06/10] selftests: xsk: introduce default Rx pkt stream
` [PATCH bpf-next 07/10] selftests: xsk: add support for executing tests on physical device
` [PATCH bpf-next 08/10] selftests: xsk: rely on pkts_in_flight in wait_for_tx_completion()
` [PATCH bpf-next 09/10] selftests: xsk: remove struct xsk_socket_info::outstanding_tx
` [PATCH bpf-next 10/10] selftests: xsk: add support for zero copy testing

[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
 2022-06-13 11:12 UTC  (2+ messages)

[syzbot] WARNING in exit_tasks_rcu_finish
 2022-06-13 10:44 UTC 

[PATCH] bpf: fix rq lock recursion issue
 2022-06-13  9:22 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] bpf_loop inlining
 2022-06-13  5:51 UTC  (7+ messages)
` [PATCH bpf-next v5 1/5] selftests/bpf: specify expected instructions in test_verifier tests
` [PATCH bpf-next v5 2/5] selftests/bpf: allow BTF specs and func infos "
` [PATCH bpf-next v5 3/5] bpf: Inline calls to bpf_loop when callback is known
` [PATCH bpf-next v5 4/5] selftests/bpf: BPF test_verifier selftests for bpf_loop inlining
` [PATCH bpf-next v5 5/5] selftests/bpf: BPF test_prog "

[PATCH bpf-next] libbpf: Fix an unsigned < 0 bug
 2022-06-13  5:43 UTC 

[PATCHv4 bpf-next 0/2] perf tools: Fix prologue generation
 2022-06-12 16:25 UTC  (7+ messages)

[PATCH] kernel/trace: Remove unwanted initialization in __trace_uprobe_create()
 2022-06-12 14:42 UTC 

[PATCH] BUG: demonstration of uprobe/uretprobe corrupted stack traces
 2022-06-12 14:11 UTC  (3+ messages)

[PATCH] perf/kprobe: maxactive for fd-based kprobe
 2022-06-12 12:12 UTC  (4+ messages)

[PATCH] lib/error-inject: Convert to DEFINE_SEQ_ATTRIBUTE
 2022-06-12  5:20 UTC 

[PATCH v6 0/2] Optimize performance of update hash-map when free is zero
 2022-06-11 21:40 UTC  (4+ messages)
` [PATCH v6 1/2] bpf: avoid grabbing spin_locks of all cpus when no free elems
` [PATCH v6 2/2] selftest/bpf/benchs: Add bpf_map benchmark

[RFC bpf-next] bpf: Use prog->active instead of bpf_prog_active for kprobe_multi
 2022-06-11 20:53 UTC  (7+ messages)

[PATCH v4 bpf-next 00/14] net: netfilter: add kfunc helper to update ct timeout
 2022-06-11 20:11 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-11 19:57 UTC  (19+ messages)
` [PATCH bpf-next v2 1/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v2 2/8] cgroup: Add cgroup_put() in !CONFIG_CGROUPS case
` [PATCH bpf-next v2 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v2 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v2 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v2 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v2 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH v2 0/5] Atomics support for eBPF on powerpc
 2022-06-11 17:34 UTC  (8+ messages)
` [PATCH v2 1/5] bpf ppc64: add support for BPF_ATOMIC bitwise operations
` [PATCH v2 2/5] bpf ppc64: add support for atomic fetch operations
` [PATCH v2 3/5] bpf ppc64: Add instructions for atomic_[cmp]xchg
` [PATCH v2 4/5] bpf ppc32: add support for BPF_ATOMIC bitwise operations
` [PATCH v2 5/5] bpf ppc32: Add instructions for atomic_[cmp]xchg

[PATCH bpf-next v2 0/7] Add bpf_link based TC-BPF API
 2022-06-11 10:54 UTC  (14+ messages)

[PATCH -next] bpf, arm: Remove unused function emit_a32_alu_r()
 2022-06-11  4:09 UTC 

[PATCH -next] perf: Fix pass 0 to PTR_ERR
 2022-06-11  4:07 UTC 

[PATCH bpf-next v4 0/5] bpf_loop inlining
 2022-06-11  1:46 UTC  (22+ messages)
` [PATCH bpf-next v4 1/5] selftests/bpf: specify expected instructions in test_verifier tests
` [PATCH bpf-next v4 2/5] selftests/bpf: allow BTF specs and func infos "
` [PATCH bpf-next v4 3/5] bpf: Inline calls to bpf_loop when callback is known
` [PATCH bpf-next v4 4/5] selftests/bpf: BPF test_verifier selftests for bpf_loop inlining
` [PATCH bpf-next v4 5/5] selftests/bpf: BPF test_prog "

[PATCH v3 0/2] bpf: Add bpf_verify_signature() helper
 2022-06-10 23:56 UTC  (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/bpf: Add test for "

[PATCH linux-next] security: Fix side effects of default BPF LSM hooks
 2022-06-10 23:55 UTC  (9+ messages)

[PATCH v6,bpf-next] samples/bpf: check detach prog exist or not in xdp_fwd
 2022-06-10 20:34 UTC  (2+ messages)

[PATCH] selinux: fix typos in comments
 2022-06-10 19:52 UTC  (2+ messages)

[PATCH net] net: bpf: fix request_sock leak in filter.c
 2022-06-10 17:58 UTC  (9+ messages)

[PATCH bpf-next 0/2] bpftool: Restore memlock rlimit bump
 2022-06-10 17:17 UTC  (8+ messages)
` [PATCH bpf-next 1/2] Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK"
` [PATCH bpf-next 2/2] bpftool: Do not check return value from libbpf_set_strict_mode()

Building release 6.8.0 on Debian 11
 2022-06-10 15:24 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in sk_psock_stop
 2022-06-10 14:35 UTC  (2+ messages)

[PATCH bpf-next 0/2] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
 2022-06-10 13:26 UTC  (10+ messages)
` [PATCH bpf-next 2/2] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC
` [PATCH bpf-next v2 0/2] Align BPF TCP CCs implementing cong_control() with non-BPF CCs
  ` [PATCH bpf-next v2 1/2] bpf: Allow a TCP CC to write sk_pacing_rate and sk_pacing_status
  ` [PATCH bpf-next v2 2/2] bpf: Require only one of cong_avoid() and cong_control() from a TCP CC

[PATCH v2 0/3] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-10 12:10 UTC  (6+ messages)
` [PATCH v2 2/3] selftests/bpf: Add test_progs opts for sign-file and kernel priv key + cert

[PATCH 1/1] libbpf: replace typeof with __typeof__ for -std=c17 compatibility
 2022-06-09 23:46 UTC  (3+ messages)

[PATCH v3 1/1] libbpf: fix broken gcc SEC pragma macro
 2022-06-09 23:27 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: add lwt ip encap tests to test_progs
 2022-06-09 21:37 UTC  (2+ messages)

[PATCH bpf-next 0/3] move AF_XDP APIs to libxdp
 2022-06-09 20:52 UTC  (6+ messages)

[PATCH bpf-next] libbpf: Improve probing for memcg-based memory accounting
 2022-06-09 19:57 UTC  (4+ messages)

[Patch bpf-next v3 0/4] sockmap: some performance optimizations
 2022-06-09 19:12 UTC  (5+ messages)
` [Patch bpf-next v3 1/4] tcp: introduce tcp_read_skb()

vmlinux.h conflicts with bpf.h
 2022-06-09 18:40 UTC  (2+ messages)

[PATCHv2 bpf 0/3] bpf: Fix cookie values for kprobe multi
 2022-06-09 18:32 UTC  (11+ messages)
` [PATCHv2 bpf 3/3] bpf: Force cookies array to follow symbols sorting

[syzbot] possible deadlock in bpf_trace_printk
 2022-06-09 17:07 UTC 

[syzbot] KASAN: use-after-free Read in inet_bind2_bucket_find
 2022-06-09 16:54 UTC  (2+ messages)

[PATCH v5 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-09 15:49 UTC  (4+ messages)

[cgroup] 3c87862ca1: WARNING:at_kernel/softirq.c:#__local_bh_enable_ip
 2022-06-09 14:55 UTC  (2+ messages)

[PATCH] bpftool: Fix bootstrapping during a cross compilation
 2022-06-09 13:43 UTC  (3+ 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).