bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 15:52:17 to 2021-09-15 01:56:40 UTC [more...]

[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
 2021-09-15  1:56 UTC  (17+ messages)
` [PATCH] perf: fix panic by disable ftrace on fault.c

[PATCH bpf-next v3 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-15  1:55 UTC  (19+ 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  0:12 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: update bpf_get_smp_processor_id() documentation
 2021-09-15  0:07 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add sphinx code documentation comments
 2021-09-14 23:36 UTC  (5+ messages)

[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-09-14 23:31 UTC  (30+ 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 05/11] bpftool: "
` [PATCH bpf-next v2 06/11] selftests/bpf: test libbpf API function btf__add_tag()
` [PATCH bpf-next v2 07/11] selftests/bpf: change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format
` [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 10/11] selftests/bpf: add a test with a bpf program with btf_tag attributes
` [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 0/8] x86/ftrace: Add direct batch interface
 2021-09-14 21:41 UTC  (5+ messages)
` [PATCH 6/8] ftrace: Add multi direct register/unregister interface
` [PATCH 7/8] ftrace: Add multi direct modify interface

[PATCH perf] perf: ignore deprecation warning when using libbpf's btf__get_from_id()
 2021-09-14 21:38 UTC  (6+ messages)

[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  (3+ 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 v4 00/14] bpf/tests: Extend JIT test suite coverage
 2021-09-14 13:09 UTC  (18+ 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-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 v4 bpf-next 1/3] selftests/bpf: Add parallelism to test_progs
 2021-09-14  7:23 UTC  (5+ messages)
` [PATCH v4 bpf-next 2/3] selftests/bpf: add per worker cgroup suffix
` [PATCH v4 bpf-next 3/3] selftests/bpf: pin some tests to worker 0

[PATCH v5 bpf-next 0/9] bpf: implement variadic printk helper
 2021-09-14  5:52 UTC  (2+ messages)

[PATCH -tip v10 00/16] kprobes: Fix stacktrace with kretprobes on x86
 2021-09-14  5:10 UTC  (8+ messages)

Read process VM from kernel
 2021-09-14  4:24 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] Implement bloom filter map
 2021-09-14  4:04 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add bloom filter map implementation
` [PATCH v2 bpf-next 2/4] selftests/bpf: Add bloom filter map test cases
` [PATCH v2 bpf-next 3/4] bpf/benchs: Add benchmark test for bloom filter maps
` [PATCH v2 bpf-next 4/4] bpf/benchs: Add benchmarks for comparing hashmap lookups with vs. without bloom filter

[PATCH AUTOSEL 5.14 101/252] bpf: Fix off-by-one in tail call count limiting
 2021-09-14  4:08 UTC  (2+ messages)

[PATCH bpf v4 1/3] bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
 2021-09-14  2:01 UTC  (4+ messages)
` [PATCH bpf v4 2/3] bpf, selftests: Add cgroup v1 net_cls classid helpers
` [PATCH bpf v4 3/3] bpf, selftests: Add test case for mixed cgroup v1/v2

[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
 2021-09-13 23:11 UTC 

[PATCH v2 bpf-next] libbpf: make libbpf_version.h non-auto-generated
 2021-09-13 22:54 UTC  (2+ messages)

[PATCH bpf-next] libbpf: make libbpf_version.h non-auto-generated
 2021-09-13 21:27 UTC 

[PATCH v2 bpf-next] bpf,x64 Emit IMUL instead of MUL for x86-64
 2021-09-13 21:13 UTC 

[PATCH v4] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-09-13 21:05 UTC  (3+ messages)

[PATCH bpf] bpf: handle return value of BPF_PROG_TYPE_STRUCT_OPS prog
 2021-09-13 20:37 UTC  (6+ messages)

[PATCH v3 bpf-next] libbpf: add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
 2021-09-13 19:32 UTC  (9+ messages)

[PATCH v7 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-13 17:59 UTC  (2+ messages)

[PATCH v3 bpf-next 0/7] bpf: implement variadic printk helper
 2021-09-13 17:30 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/7] bpf: add bpf_trace_vprintk helper

Why does tail call only unwind the current stack frame instead of resetting the current stack?
 2021-09-13 16:32 UTC  (4+ 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).