messages from 2021-09-17 06:10:42 to 2021-09-21 13:31:07 UTC [more...]
[PATCH v3 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
2021-09-21 13:29 UTC (3+ messages)
` [PATCH v3 1/8] bpf powerpc: Remove unused SEEN_STACK
` [PATCH v3 2/8] bpf powerpc: Remove extra_pass from bpf_jit_build_body()
bpf_jit_limit close shave
2021-09-21 11:49 UTC
[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
2021-09-21 10:03 UTC (23+ messages)
` [PATCH v14 bpf-next 03/18] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v14 bpf-next 10/18] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
[syzbot] general protection fault in percpu_ref_put
2021-09-21 6:23 UTC (2+ messages)
[PATCH] libbpf: Use sysconf to simplify libbpf_num_possible_cpus
2021-09-21 6:04 UTC
[PATCH v2 bpf-next 0/9] libbpf: stricter BPF program section name handling
2021-09-21 5:41 UTC (13+ messages)
` [PATCH v2 bpf-next 1/9] selftests/bpf: normalize XDP section names in selftests
` [PATCH v2 bpf-next 2/9] selftests/bpf: normalize SEC("classifier") usage
` [PATCH v2 bpf-next 3/9] selftests/bpf: normalize all the rest SEC() uses
` [PATCH v2 bpf-next 4/9] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH v2 bpf-next 5/9] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH v2 bpf-next 6/9] libbpf: refactor ELF section handler definitions
` [PATCH v2 bpf-next 7/9] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH v2 bpf-next 8/9] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use
[PATCH bpf-next v4 00/11] Support kernel module function calls from eBPF
2021-09-21 4:55 UTC (16+ messages)
` [PATCH bpf-next v4 01/11] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v4 02/11] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v4 03/11] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v4 04/11] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v4 05/11] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v4 06/11] libbpf: Support kernel module function calls
` [PATCH bpf-next v4 07/11] libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
` [PATCH bpf-next v4 08/11] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v4 09/11] tools: bpftool: Add separate fd_array map support for light skeleton
` [PATCH bpf-next v4 10/11] libbpf: Fix skel_internal.h to set errno on loader retval < 0
` [PATCH bpf-next v4 11/11] bpf: selftests: Add selftests for module kfunc support
[PATCH bpf-next 0/4] bpf: Support <8-byte scalar spill and refill
2021-09-21 2:32 UTC (6+ messages)
` [PATCH bpf-next 1/4] bpf: Check the other end of slot_type for STACK_SPILL
` [PATCH bpf-next 2/4] bpf: Support <8-byte scalar spill and refill
` [PATCH bpf-next 3/4] bpf: selftest: A bpf prog that has a 32bit scalar spill
` [PATCH bpf-next 4/4] bpf: selftest: Add verifier tests for <8-byte scalar spill and refill
[PATCH v2 bpf-next 0/4] Implement bloom filter map
2021-09-20 23:21 UTC (8+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Add bloom filter map implementation
[PATCH bpf-next 1/2] libbpf: fix memory leak in legacy kprobe attach logic
2021-09-20 23:23 UTC (3+ messages)
` [PATCH bpf-next 2/2] libbpf: fix legacy kprobe event creation FD error handling
[PATCH bpf-next 0/4] libbpf: add legacy uprobe support
2021-09-20 23:16 UTC (5+ messages)
` [PATCH bpf-next 1/4] libbpf: fix memory leak in legacy kprobe attach logic
` [PATCH bpf-next 2/4] selftests/bpf: adopt attach_probe selftest to work on old kernels
` [PATCH bpf-next 3/4] libbpf: refactor and simplify legacy kprobe code
` [PATCH bpf-next 4/4] libbpf: add legacy uprobe attaching support
[PATCH v3 0/6] CAN: Add support for CAN in AM65,J721e and AM64
2021-09-20 15:37 UTC (7+ messages)
` [PATCH v3 1/6] arm64: dts: ti: k3-am65-mcu: Add Support for MCAN
` [PATCH v3 2/6] arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes
` [PATCH v3 3/6] arm64: dts: ti: k3-j721e: Add support for MCAN nodes
` [PATCH v3 4/6] arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and main mcan nodes
` [PATCH v3 5/6] arm64: dts: ti: k3-am64-main: Add support for MCAN
` [PATCH v3 6/6] arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK
[RFC PATCH bpf-next 0/2] bpf: keep track of prog verification stats
2021-09-20 15:11 UTC (3+ messages)
` [RFC PATCH bpf-next 1/2] bpf: add verifier stats to bpf_prog_info and fdinfo
` [RFC PATCH bpf-next 2/2] selftests/bpf: add verif_stats test
[PATCH v4 0/9] ARM: prepare and add colibri imx6ull 1gb (emmc) support
2021-09-20 14:49 UTC (2+ messages)
` [PATCH v4 6/9] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf
[PATCH v2 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
2021-09-20 13:28 UTC (18+ 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 v2] skmsg: lose offset info in sk_psock_skb_ingress
2021-09-20 1:14 UTC (3+ messages)
[PATCH dwarves 0/2] generate BTF_KIND_TAG types from DW_TAG_LLVM_annotation dwarf tags
2021-09-20 0:35 UTC (3+ messages)
` [PATCH dwarves 1/2] dwarf_loader: parse dwarf tag DW_TAG_LLVM_annotation
` [PATCH dwarves 2/2] btf_encoder: generate BTF_KIND_TAG from llvm annotations
llvm-objdump bpf coredump
2021-09-19 23:36 UTC (4+ messages)
[PATCH dwarves] libbpf: Get latest libbpf
2021-09-19 23:10 UTC (3+ messages)
[PATCH bpf-next 0/9] libbpf: stricter BPF program section name handling
2021-09-19 17:31 UTC (14+ messages)
` [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 v3 0/9] ARM: prepare and add colibri imx6ull 1gb (emmc) support
2021-09-19 12:55 UTC (2+ messages)
` [PATCH v3 6/9] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf
[PATCH net-next] virtio_net: use netdev_warn_once to output warn when without enough queues
2021-09-19 11:50 UTC (2+ messages)
[PATCH bpf-next 1/2] samples: bpf: convert route table network order fields into readable format
2021-09-19 8:03 UTC (2+ messages)
` [PATCH bpf-next 2/2] samples: bpf: convert ARP "
R1 invalid mem access 'inv'
2021-09-19 1:46 UTC (12+ messages)
Prog section rejected: Argument list too long (7)!
2021-09-19 1:43 UTC (10+ messages)
[PATCH v3 0/7] get_abi.pl: Check for missing symbols at the ABI specs
2021-09-18 9:52 UTC (2+ messages)
` [PATCH v3 2/7] scripts: "
[RFC PATCH] perf: fix panic by mark recursion inside perf_log_throttle
2021-09-18 6:56 UTC (15+ messages)
` [PATCH] x86/dumpstack/64: Add guard pages to stack_info
[PATCH bpf-next] libbpf: Add doc comments in libb.h
2021-09-18 3:17 UTC (4+ messages)
[PATCH bpf-next v2] libbpf: Add doc comments in libbpf.h
2021-09-18 3:14 UTC
[RFC PATCH bpf-next 0/3] introduce dummy BPF STRUCT_OPS
2021-09-18 2:03 UTC (4+ messages)
` [RFC PATCH bpf-next 1/3] bpf: add dummy BPF STRUCT_OPS for test purpose
[PATCH bpf-next v2 0/3] add support for writable bare tracepoint
2021-09-18 2:09 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: support writable context for "
` [PATCH bpf-next v2 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH bpf-next v2 3/3] bpf/selftests: add test for writable bare tracepoint
[PATCH v2 bpf-next] bpf: Document BPF licensing
2021-09-17 23:00 UTC
[syzbot] general protection fault in bpf_skb_cgroup_id
2021-09-17 21:59 UTC (2+ messages)
[PATCH RFC bpf-next 00/10] bpf: CO-RE support in the kernel
2021-09-17 21:57 UTC (11+ 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 RFC bpf-next 08/10] selftests/bpf: Convert kfunc test with CO-RE to lskel
` [PATCH RFC bpf-next 09/10] selftests/bpf: Improve inner_map test coverage
` [PATCH RFC bpf-next 10/10] selftests/bpf: Convert map_ptr_kern test to use light skeleton
[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_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)
[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
2021-09-17 18:18 UTC (2+ messages)
[PATCH bpf-next 0/7] Improve set_attach_target() and deprecate open_opts.attach_prog_fd
2021-09-17 18:04 UTC (6+ messages)
` [PATCH bpf-next 4/7] libbpf: allow skipping attach_func_name in bpf_program__set_attach_target()
[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 (7+ messages)
` [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 bpf-next] bpf: Document BPF licensing
2021-09-17 16:42 UTC (4+ messages)
[PATCH 0/3] add support for writable bare tracepoint
2021-09-17 14:48 UTC (8+ messages)
` [PATCH 1/3] bpf: support writable context for "
` [PATCH 3/3] bpf/selftests: add test for writable "
page: next (older) | prev (newer) | latest
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).