bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-14 05:40:24 to 2021-09-16 01:58:58 UTC [more...]

[PATCH bpf-next 0/7] Improve set_attach_target() and deprecate open_opts.attach_prog_fd
 2021-09-16  1:58 UTC  (6+ 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 rfc 0/6] Scheduler BPF
 2021-09-16  1:42 UTC  (2+ messages)

[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  (19+ messages)
` [PATCH bpf v4 01/14] bpf/tests: Allow different number of runs per test case
` [PATCH bpf v4 02/14] bpf/tests: Reduce memory footprint of test suite
` [PATCH bpf v4 03/14] bpf/tests: Add exhaustive tests of ALU shift values
` [PATCH bpf v4 04/14] bpf/tests: Add exhaustive tests of ALU operand magnitudes
` [PATCH bpf v4 05/14] bpf/tests: Add exhaustive tests of JMP "
` [PATCH bpf v4 06/14] bpf/tests: Add staggered JMP and JMP32 tests
` [PATCH bpf v4 07/14] bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudes
` [PATCH bpf v4 08/14] bpf/tests: Add test case flag for verifier zero-extension
` [PATCH bpf v4 09/14] bpf/tests: Add JMP tests with small offsets
` [PATCH bpf v4 10/14] bpf/tests: Add JMP tests with degenerate conditional
` [PATCH bpf v4 11/14] bpf/tests: Expand branch conversion JIT test
` [PATCH bpf v4 12/14] bpf/tests: Add more BPF_END byte order conversion tests
` [PATCH bpf v4 13/14] bpf/tests: Fix error in tail call limit tests
` [PATCH bpf v4 14/14] bpf/tests: Add tail call limit test with external function call

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

[PATCH bpf-next v3 00/10] Support kernel module function calls from eBPF
 2021-09-15 18:06 UTC  (18+ 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 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)

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-15 15:19 UTC  (19+ 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] skmsg: lose offset info in sk_psock_skb_ingress
 2021-09-15 14:06 UTC 

[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  (21+ 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 v2 11/11] docs/bpf: add documentation for BTF_KIND_TAG

[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  (29+ messages)
` [PATCH -tip v11 01/27] kprobes: Do not use local variable when creating debugfs file
` [PATCH -tip v11 02/27] kprobes: Use helper to parse boolean input from userspace
` [PATCH -tip v11 03/27] kprobe: Simplify prepare_kprobe() by dropping redundant version
` [PATCH -tip v11 04/27] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
` [PATCH -tip v11 05/27] kprobes: Make arch_check_ftrace_location static
` [PATCH -tip v11 06/27] kprobes: treewide: Cleanup the error messages for kprobes
` [PATCH -tip v11 07/27] kprobes: Fix coding style issues
` [PATCH -tip v11 08/27] kprobes: Use IS_ENABLED() instead of kprobes_built_in()
` [PATCH -tip v11 09/27] kprobes: Add assertions for required lock
` [PATCH -tip v11 10/27] kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()
` [PATCH -tip v11 11/27] kprobes: Use bool type for functions which returns boolean value
` [PATCH -tip v11 12/27] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip v11 13/27] kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()
` [PATCH -tip v11 14/27] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip v11 15/27] kprobes: treewide: Make it harder to refer kretprobe_trampoline directly
` [PATCH -tip v11 16/27] kprobes: Add kretprobe_find_ret_addr() for searching return address
` [PATCH -tip v11 17/27] objtool: Add frame-pointer-specific function ignore
` [PATCH -tip v11 18/27] objtool: Ignore unwind hints for ignored functions
` [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 00/10] Support kernel module function calls from eBPF
 2021-09-14 22:01 UTC  (13+ messages)
` [PATCH bpf-next v2 01/10] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v2 02/10] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v2 03/10] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v2 04/10] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v2 05/10] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v2 06/10] bpf: Bump MAX_BPF_STACK size to 768 bytes
` [PATCH bpf-next v2 07/10] libbpf: Support kernel module function calls
` [PATCH bpf-next v2 08/10] libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
` [PATCH bpf-next v2 09/10] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v2 10/10] bpf, selftests: Add basic test for module kfunc call

[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: "

[PATCH 0/9] get_abi.pl: Check for missing symbols at the ABI specs
 2021-09-14 14:24 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-09-14 12:36 UTC  (3+ messages)

pull-request: bpf 2021-09-14
 2021-09-14 11:56 UTC 

[PATCH v5 bpf-next 0/9] bpf: implement variadic printk helper
 2021-09-14  5:52 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).