bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 16:01:04 to 2021-09-17 21:57:46 UTC [more...]

[PATCH RFC bpf-next 00/10] bpf: CO-RE support in the kernel
 2021-09-17 21:57 UTC  (8+ messages)
` [PATCH RFC bpf-next 01/10] bpf: Prepare relo_core.c for kernel duty
` [PATCH RFC bpf-next 02/10] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH RFC bpf-next 03/10] bpf: Add proto of bpf_core_apply_relo()
` [PATCH RFC bpf-next 04/10] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH RFC bpf-next 05/10] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH RFC bpf-next 06/10] libbpf: Make gen_loader data aligned
` [PATCH RFC bpf-next 07/10] libbpf: Support init of inner maps in light skeleton

[PATCH v2 bpf-next 0/4] Implement bloom filter map
 2021-09-17 21:48 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add bloom filter map implementation

[PATCH v5 bpf-next 0/3] selftests/bpf: Add parallelism to test_progs
 2021-09-17 21:22 UTC  (9+ messages)
` [PATCH v5 bpf-next 1/3] "
` [PATCH v5 bpf-next 2/3] selftests/bpf: add per worker cgroup suffix
` [PATCH v5 bpf-next 3/3] selftests/bpf: pin some tests to worker 0

[syzbot] general protection fault in bpf_skb_cgroup_id
 2021-09-17 21:06 UTC 

[syzbot] general protection fault in bpf_skb_ancestor_cgroup_id
 2021-09-17 21:06 UTC 

[syzbot] general protection fault in cgroup_sk_free
 2021-09-17 21:06 UTC 

[PATCH v6 bpf-next 0/9] bpf: implement variadic printk helper
 2021-09-17 21:06 UTC  (11+ messages)
` [PATCH v6 bpf-next 1/9] bpf: merge printk and seq_printf VARARG max macros
` [PATCH v6 bpf-next 2/9] selftests/bpf: stop using bpf_program__load
` [PATCH v6 bpf-next 3/9] bpf: add bpf_trace_vprintk helper
` [PATCH v6 bpf-next 4/9] libbpf: Modify bpf_printk to choose helper based on arg count
` [PATCH v6 bpf-next 5/9] libbpf: use static const fmt string in __bpf_printk
` [PATCH v6 bpf-next 6/9] bpftool: only probe trace_vprintk feature in 'full' mode
` [PATCH v6 bpf-next 7/9] selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs
` [PATCH v6 bpf-next 8/9] selftests/bpf: add trace_vprintk test prog
` [PATCH v6 bpf-next 9/9] bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments

pull-request: bpf-next 2021-09-17
 2021-09-17 20:07 UTC  (2+ messages)

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-17 19:10 UTC  (11+ messages)
` [PATCH v14 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API

[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
 2021-09-17 18:18 UTC  (2+ messages)

[PATCH bpf-next 0/9] libbpf: stricter BPF program section name handling
 2021-09-17 18:13 UTC  (14+ messages)
` [PATCH bpf-next 1/9] selftests/bpf: normalize XDP section names in selftests
` [PATCH bpf-next 2/9] selftests/bpf: normalize SEC("classifier") usage
` [PATCH bpf-next 3/9] selftests/bpf: normalize all the rest SEC() uses
` [PATCH bpf-next 4/9] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH bpf-next 5/9] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH bpf-next 6/9] libbpf: refactor ELF section handler definitions
` [PATCH bpf-next 7/9] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH bpf-next 8/9] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH bpf-next 9/9] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use

[PATCH bpf-next 0/7] Improve set_attach_target() and deprecate open_opts.attach_prog_fd
 2021-09-17 18:04 UTC  (19+ messages)
` [PATCH bpf-next 1/7] libbpf: use pre-setup sec_def in libbpf_find_attach_btf_id()
` [PATCH bpf-next 2/7] selftests/bpf: stop using relaxed_core_relocs which has no effect
` [PATCH bpf-next 3/7] libbpf: deprecated bpf_object_open_opts.relaxed_core_relocs
` [PATCH bpf-next 4/7] libbpf: allow skipping attach_func_name in bpf_program__set_attach_target()
` [PATCH bpf-next 5/7] selftests/bpf: switch fexit_bpf2bpf selftest to set_attach_target() API
` [PATCH bpf-next 6/7] libbpf: schedule open_opts.attach_prog_fd deprecation since v0.7
` [PATCH bpf-next 7/7] libbpf: constify all high-level program attach APIs

[RFC bpf 0/2] bpf: kernel CO-RE relocation
 2021-09-17 17:45 UTC  (6+ messages)
` [RFC bpf 2/2] btf: adapt relo_core for kernel compilation

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-17 17:19 UTC  (9+ messages)
` [PATCH v2 06/23] libbpf: update index.rst reference
` [PATCH v2 08/23] tools: bpftool: update bpftool-prog.rst reference
` [PATCH v2 09/23] tools: bpftool: update bpftool-map.rst reference
` [PATCH v2 10/23] bpftool: update bpftool-cgroup.rst reference

[PATCH v2 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-09-17 16:57 UTC  (17+ messages)
` [PATCH v2 1/8] bpf powerpc: Remove unused SEEN_STACK
` [PATCH v2 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
` [PATCH v2 3/8] bpf powerpc: refactor JIT compiler code
` [PATCH v2 4/8] powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
` [PATCH v2 5/8] bpf ppc64: Add BPF_PROBE_MEM support for JIT
` [PATCH v2 6/8] bpf ppc64: Add addr > TASK_SIZE_MAX explicit check
` [PATCH v2 7/8] bpf ppc32: Add BPF_PROBE_MEM support for JIT
` [PATCH v2 8/8] bpf ppc32: Add addr > TASK_SIZE_MAX explicit check

[PATCH bpf-next] libbpf: Add doc comments in libb.h
 2021-09-17 16:56 UTC  (3+ messages)

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-17 16:40 UTC  (17+ messages)
            ` [PATCH] x86/dumpstack/64: Add guard pages to stack_info

[PATCH bpf-next] bpf: Document BPF licensing
 2021-09-17 16:42 UTC  (9+ messages)

[PATCH 0/3] add support for writable bare tracepoint
 2021-09-17 14:48 UTC  (11+ messages)
` [PATCH 1/3] bpf: support writable context for "
` [PATCH 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH 3/3] bpf/selftests: add test for writable bare tracepoint

[PATCH bpf-next] selftests/bpf: fix a few compiler warnings
 2021-09-17  4:33 UTC 

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-17  4:19 UTC  (8+ messages)

WARNING in skb_try_coalesce
 2021-09-17  1:38 UTC  (2+ messages)

[PATCH v2] skmsg: lose offset info in sk_psock_skb_ingress
 2021-09-17  1:32 UTC 

[PATCH 0/8] x86/ftrace: Add direct batch interface
 2021-09-16 20:41 UTC  (9+ messages)
` [PATCH 6/8] ftrace: Add multi direct register/unregister interface
` [PATCH 7/8] ftrace: Add multi direct modify interface

[PATCH rfc 0/6] Scheduler BPF
 2021-09-16 16:36 UTC  (10+ messages)
  ` [PATCH rfc 1/6] bpf: sched: basic infrastructure for scheduler bpf
  ` [PATCH rfc 2/6] bpf: sched: add convenient helpers to identify sched entities
  ` [PATCH rfc 3/6] bpf: sched: introduce bpf_sched_enable()
  ` [PATCH rfc 4/6] sched: cfs: add bpf hooks to control wakeup and tick preemption
  ` [PATCH rfc 5/6] libbpf: add support for scheduler bpf programs
  ` [PATCH rfc 6/6] bpftool: recognize scheduler programs

[PATCH 00/24] Fix some issues at documentation
 2021-09-16 12:12 UTC  (10+ messages)
` [PATCH 06/24] libbpf: update index.rst reference
` [PATCH 08/24] tools: bpftool: update bpftool-prog.rst reference
` [PATCH 09/24] tools: bpftool: update bpftool-map.rst reference
` [PATCH 10/24] bpftool: update bpftool-cgroup.rst reference

Patch "bpf: Fix off-by-one in tail call count limiting" has been added to the 5.14-stable tree
 2021-09-16 11:36 UTC 

[PATCH] skmsg: lose offset info in sk_psock_skb_ingress
 2021-09-16  7:14 UTC  (2+ messages)

[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-16  6:57 UTC  (4+ messages)

[PATCH v7] ixgbe: let the xdpdrv work with more than 64 cpus
 2021-09-16  6:41 UTC  (2+ messages)

Parsing TCP Header Options In XDP/BPF
 2021-09-16  5:09 UTC 

[PATCH] perf: fix panic by disable ftrace on fault.c
 2021-09-16  3:42 UTC  (12+ messages)
                  ` [PATCH] x86: Increase exception stack sizes

[PATCH bpf-next v3 00/10] Support kernel module function calls from eBPF
 2021-09-16  3:04 UTC  (12+ messages)
` [PATCH bpf-next v3 03/10] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v3 06/10] bpf: Bump MAX_BPF_STACK size to 768 bytes

[PATCH v4 bpf-next 1/3] selftests/bpf: Add parallelism to test_progs
 2021-09-15 22:15 UTC  (11+ messages)
` [PATCH v4 bpf-next 3/3] selftests/bpf: pin some tests to worker 0

[RFC PATCH bpf-next 0/3] introduce dummy BPF STRUCT_OPS
 2021-09-15 20:58 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/3] bpf: add dummy BPF STRUCT_OPS for test purpose

[PATCH] perflib: deprecate bpf_map__resize in favor of bpf_map_set_max_entries
 2021-09-15 20:56 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: update bpf_get_smp_processor_id() documentation
 2021-09-15 20:43 UTC  (3+ messages)

[PATCH btf-next v3] libbpf: Add sphinx code documentation comments
 2021-09-15 20:18 UTC  (2+ messages)

[PATCH bpf v4 00/14] bpf/tests: Extend JIT test suite coverage
 2021-09-15 20:00 UTC  (2+ messages)

[PATCH] bpf, mips: Validate conditional branch offsets
 2021-09-15 19:50 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: reduce more flakyness in sockmap_listen
 2021-09-15 16:54 UTC  (11+ messages)

[PATCH bpf-next] selftests/bpf: skip btf_tag test if btf_tag attribute not supported
 2021-09-15 16:02 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).