bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 14:42:21 to 2021-09-16 16:27:44 UTC [more...]

[PATCH rfc 0/6] Scheduler BPF
 2021-09-16 16:24 UTC  (9+ 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 bpf-next] bpf: Document BPF licensing
 2021-09-16 16:05 UTC  (6+ messages)

[PATCH 0/3] add support for writable bare tracepoint
 2021-09-16 13:55 UTC  (4+ 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 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 

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-16 10:02 UTC  (25+ messages)
            ` [PATCH] x86/dumpstack/64: Add guard pages to stack_info
` [PATCH] perf: fix panic by disable ftrace on fault.c
                    ` [PATCH] x86: Increase exception stack sizes

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-16  9:55 UTC  (5+ 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] 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 bpf-next 0/7] Improve set_attach_target() and deprecate open_opts.attach_prog_fd
 2021-09-16  4:29 UTC  (15+ 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

[PATCH v5 bpf-next 0/3] selftests/bpf: Add parallelism to test_progs
 2021-09-16  3:26 UTC  (4+ 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

[PATCH bpf-next v3 00/10] Support kernel module function calls from eBPF
 2021-09-16  3:04 UTC  (20+ messages)
` [PATCH bpf-next v3 01/10] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v3 02/10] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v3 03/10] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v3 04/10] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v3 05/10] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v3 06/10] bpf: Bump MAX_BPF_STACK size to 768 bytes
` [PATCH bpf-next v3 07/10] libbpf: Support kernel module function calls
` [PATCH bpf-next v3 08/10] libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
` [PATCH bpf-next v3 09/10] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v3 10/10] bpf, selftests: Add basic test for module kfunc call

[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

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

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

[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  (12+ messages)

[PATCH bpf-next] selftests/bpf: skip btf_tag test if btf_tag attribute not supported
 2021-09-15 16:02 UTC  (2+ messages)

[PATCH 4.19 00/13] bpf: backport fixes for CVE-2021-34556/CVE-2021-35477
 2021-09-15 12:39 UTC  (2+ messages)

[PATCH perf] perf: ignore deprecation warning when using libbpf's btf__get_from_id()
 2021-09-15 10:55 UTC  (7+ messages)

[PATCH v3] ixgbe: Fix NULL pointer dereference in ixgbe_xdp_setup
 2021-09-15  7:04 UTC 

[PATCH bpf-next v3 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-15  5:00 UTC  (21+ messages)
` [PATCH bpf-next v3 01/11] btf: change BTF_KIND_* macros to enums
` [PATCH bpf-next v3 02/11] bpf: support for new btf kind BTF_KIND_TAG
` [PATCH bpf-next v3 03/11] libbpf: rename btf_{hash,equal}_int to btf_{hash,equal}_int_tag
` [PATCH bpf-next v3 04/11] libbpf: add support for BTF_KIND_TAG
` [PATCH bpf-next v3 05/11] bpftool: "
` [PATCH bpf-next v3 06/11] selftests/bpf: test libbpf API function btf__add_tag()
` [PATCH bpf-next v3 07/11] selftests/bpf: change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
` [PATCH bpf-next v3 08/11] selftests/bpf: add BTF_KIND_TAG unit tests
` [PATCH bpf-next v3 09/11] selftests/bpf: test BTF_KIND_TAG for deduplication
` [PATCH bpf-next v3 10/11] selftests/bpf: add a test with a bpf program with btf_tag attributes
` [PATCH bpf-next v3 11/11] docs/bpf: add documentation for BTF_KIND_TAG

[PATCH bpf-next v2] Add sphinx code documentation comments
 2021-09-15  2:17 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Add sphinx code documentation comments
 2021-09-15  1:59 UTC  (6+ messages)

[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-14 23:31 UTC  (19+ messages)
` [PATCH bpf-next v2 01/11] btf: change BTF_KIND_* macros to enums
` [PATCH bpf-next v2 02/11] bpf: support for new btf kind BTF_KIND_TAG
` [PATCH bpf-next v2 04/11] libbpf: add support for BTF_KIND_TAG
` [PATCH bpf-next v2 08/11] selftests/bpf: add BTF_KIND_TAG unit tests
` [PATCH bpf-next v2 09/11] selftests/bpf: test BTF_KIND_TAG for deduplication

[PATCH bpf-next] selftests/bpf: fix .gitignore to not ignore test_progs.c
 2021-09-14 23:10 UTC  (2+ messages)

[PATCH bpf] bpf: update bpf_get_smp_processor_id() documentation
 2021-09-14 23:01 UTC  (2+ messages)

[PATCH -tip v11 00/27] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-14 22:55 UTC  (11+ messages)
` [PATCH -tip v11 19/27] x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()
` [PATCH -tip v11 20/27] ARC: Add instruction_pointer_set() API
` [PATCH -tip v11 21/27] ia64: "
` [PATCH -tip v11 22/27] arm: kprobes: Make space for instruction pointer on stack
` [PATCH -tip v11 23/27] kprobes: Enable stacktrace from pt_regs in kretprobe handler
` [PATCH -tip v11 24/27] x86/kprobes: Push a fake return address at kretprobe_trampoline
` [PATCH -tip v11 25/27] x86/unwind: Recover kretprobe trampoline entry
` [PATCH -tip v11 26/27] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline
` [PATCH -tip v11 27/27] x86/kprobes: Fixup return address in generic trampoline handler

[PATCH bpf-next v2 01/10] bpf: Introduce BPF support for kernel module function calls
 2021-09-14 22:01 UTC  (3+ messages)

[PATCH bpf-next v4] libbpf: introduce legacy kprobe events support
 2021-09-14 21:48 UTC  (12+ messages)
` [PATCH bpf-next v5] "
            ` [PATCH bpf-next] libbpf: fix build error introduced by legacy kprobe feature
            ` [PATCH bpf-next v2] "

[PATCH bpf-next 0/4] libbpf: Streamline internal BPF program sections handling
 2021-09-14 17:32 UTC  (9+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: update selftests to always provide "struct_ops" SEC
` [PATCH bpf-next 2/4] libbpf: ensure BPF prog types are set before relocations
` [PATCH bpf-next 3/4] libbpf: simplify BPF program auto-attach code
` [PATCH bpf-next 4/4] libbpf: minimize explicit iterator of section definition array

[PATCH bpf v2 v2] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-14 17:06 UTC  (2+ messages)

[PATCH 1/2] r8169: Add XDP support for pass and drop actions
 2021-09-14 16:22 UTC  (3+ messages)
  ` [PATCH 2/2] r8169: ADD XDP support for redirect action
` [PATCH 0/2] Implement XDP in r8169

[PATCH v2 0/5] get_abi.pl: Check for missing symbols at the ABI specs
 2021-09-14 14:45 UTC  (2+ messages)
` [PATCH v2 2/5] scripts: "


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