messages from 2022-02-08 05:32:46 to 2022-02-09 21:10:24 UTC [more...]
[RFC PATCH 0/3] powerpc64/bpf: Add support for BPF Trampolines
2022-02-09 21:10 UTC (5+ messages)
` [RFC PATCH 2/3] powerpc/ftrace: Override ftrace_location_lookup() for MPROFILE_KERNEL
Override default socket policy per cgroup
2022-02-09 21:02 UTC (2+ messages)
[PATCH v3 bpf-next 0/5] bpf: Light skeleton for the kernel
2022-02-09 20:05 UTC (12+ messages)
` [PATCH v3 bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs
` [PATCH v3 bpf-next 2/5] libbpf: Prepare light skeleton for the kernel
` [PATCH v3 bpf-next 3/5] bpftool: Generalize light skeleton generation
` [PATCH v3 bpf-next 4/5] bpf: Update iterators.lskel.h
` [PATCH v3 bpf-next 5/5] bpf: Convert bpf_preload.ko to use light skeleton
[PATCH bpf v2 0/2] Fix for crash due to overwrite in copy_map_value
2022-02-09 20:03 UTC (6+ messages)
` [PATCH bpf v2 1/2] bpf: Fix crash due to incorrect copy_map_value
` [PATCH bpf v2 2/2] selftests/bpf: Add test for bpf_timer overwriting crash
can't get BTF: type .rodata.cst32: not found
2022-02-09 19:53 UTC (18+ messages)
[PATCH bpf-next v2 0/2] Split bpf_sk_lookup remote_port field
2022-02-09 19:50 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
[RFC PATCH v2] bpftool: Add bpf_cookie to link output
2022-02-09 19:09 UTC (7+ messages)
[PATCH bpf-next v2 0/3] bpftool: Switch to new versioning scheme (align on libbpf's)
2022-02-09 19:23 UTC (10+ messages)
` [PATCH bpf-next v2 1/3] bpftool: Add libbpf's version number to "bpftool version" output
` [PATCH bpf-next v2 2/3] libbpf: Add "libbpversion" make target to print version
` [PATCH bpf-next v2 3/3] bpftool: Update versioning scheme, align on libbpf's version number
[PATCH bpf-next] lib/Kconfig.debug: add prompt for kernel module BTF
2022-02-09 19:27 UTC (2+ messages)
[PATCH 0/8] bpf: Add fprobe link
2022-02-09 19:14 UTC (25+ messages)
` [PATCH 1/8] bpf: Add support to attach kprobe program with fprobe
` [PATCH 2/8] bpf: Add bpf_get_func_ip kprobe helper for fprobe link
` [PATCH 3/8] bpf: Add bpf_cookie support to fprobe
` [PATCH 4/8] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 6/8] libbpf: Add bpf_program__attach_kprobe_opts for multi kprobes
` [PATCH 8/8] selftest/bpf: Add fprobe test for bpf_cookie values
[PATCH net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2022-02-07
2022-02-09 18:22 UTC (6+ messages)
[PATCH bpf-next v3 0/2] libbpf: Add syscall-specific variant of BPF_KPROBE
2022-02-09 17:47 UTC (6+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Add BPF_KPROBE_SYSCALL macro
[PATCH bpf-next v2] bpf: Do not try bpf_msg_push_data with len 0
2022-02-09 17:06 UTC (2+ messages)
[PATCH bpf-next v4 0/2] perf: stop using deprecated bpf APIs
2022-02-09 16:11 UTC (6+ messages)
` [PATCH bpf-next v4 2/2] perf: stop using deprecated bpf_object__next() API
[PATCH bpf-next v3] bpf: reject kfunc calls that overflow insn->imm
2022-02-09 15:42 UTC (2+ messages)
[PATCH bpf-next v2] bpf: reject kfunc calls that overflow insn->imm
2022-02-09 15:31 UTC (4+ messages)
[PATCH v2 1/2] lib/raid6/test/Makefile: Use `$(pound)` instead of `\#` for Make 4.3
2022-02-09 14:45 UTC (5+ messages)
[PATCH bpf-next] libbpf: fix compilation warning due to mismatched printf format
2022-02-09 13:40 UTC (3+ messages)
[PATCH v5 00/12] arm64: prepare and add verdin imx8m mini support
2022-02-09 10:00 UTC (2+ messages)
` [PATCH v5 06/12] arm64: defconfig: enable bpf/cgroup firewalling
[syzbot] BUG: MAX_LOCK_DEPTH too low! (3)
2022-02-09 9:13 UTC (3+ messages)
[PATCH v2 bpf-next] selftest/bpf: check invalid length in test_xdp_update_frags
2022-02-09 7:20 UTC (2+ messages)
[PATCH v3 00/17] virtio pci support VIRTIO_F_RING_RESET
2022-02-09 6:05 UTC (11+ messages)
` [PATCH v3 13/17] virtio_pci: queue_reset: "
[PATCH bpf-next v5 00/10] Fix accessing syscall arguments
2022-02-09 5:40 UTC (16+ messages)
` [PATCH bpf-next v5 01/10] selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
` [PATCH bpf-next v5 02/10] libbpf: Add PT_REGS_SYSCALL_REGS macro
` [PATCH bpf-next v5 03/10] selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macro
` [PATCH bpf-next v5 04/10] libbpf: Fix accessing syscall arguments on powerpc
` [PATCH bpf-next v5 05/10] libbpf: Fix riscv register names
` [PATCH bpf-next v5 06/10] libbpf: Fix accessing syscall arguments on riscv
` [PATCH bpf-next v5 07/10] selftests/bpf: Skip test_bpf_syscall_macro:syscall_arg1 on arm64 and s390
` [PATCH bpf-next v5 08/10] libbpf: Allow overriding PT_REGS_PARM1{_CORE}_SYSCALL
` [PATCH bpf-next v5 09/10] libbpf: Fix accessing the first syscall argument on arm64
` [PATCH bpf-next v5 10/10] libbpf: Fix accessing the first syscall argument on s390
[PATCH bpf-next 0/2] fix bpf_prog_pack build errors
2022-02-09 5:20 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf: fix leftover header->pages in sparc and powerpc code
` [PATCH bpf-next 2/2] bpf: fix bpf_prog_pack build HPAGE_PMD_SIZE
[PATCH bpf v1 0/2] Fix for crash due to overwrite in copy_map_value
2022-02-09 5:11 UTC (3+ messages)
` [PATCH bpf v1 1/2] bpf: Fix crash due to incorrect copy_map_value
` [PATCH bpf v1 2/2] selftests/bpf: Add test for bpf_timer overwriting crash
[PATCH v2 bpf-next 0/5] bpf: Light skeleton for the kernel
2022-02-09 5:05 UTC (19+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs
` [PATCH v2 bpf-next 2/5] libbpf: Prepare light skeleton for the kernel
` [PATCH v2 bpf-next 3/5] bpftool: Generalize light skeleton generation
` [PATCH v2 bpf-next 4/5] bpf: Update iterators.lskel.h
` [PATCH v2 bpf-next 5/5] bpf: Convert bpf_preload.ko to use light skeleton
linux-next: build failure after merge of the bpf-next tree
2022-02-09 0:21 UTC
[PATCH bpf-next v4 00/14] Fix accessing syscall arguments
2022-02-08 23:43 UTC (34+ messages)
` [PATCH bpf-next v4 01/14] selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
` [PATCH bpf-next v4 02/14] selftests/bpf: Fix a potential offsetofend redefinition in test_cls_redirect
` [PATCH bpf-next v4 03/14] selftests/bpf: Compile bpf_syscall_macro test also with user headers
` [PATCH bpf-next v4 04/14] libbpf: Fix a typo in bpf_tracing.h
` [PATCH bpf-next v4 05/14] libbpf: Generalize overriding syscall parameter access macros
` [PATCH bpf-next v4 06/14] libbpf: Add PT_REGS_SYSCALL_REGS macro
` [PATCH bpf-next v4 07/14] selftests/bpf: Use PT_REGS_SYSCALL_REGS in bpf_syscall_macro
` [PATCH bpf-next v4 08/14] libbpf: Use struct pt_regs when compiling with kernel headers
` [PATCH bpf-next v4 10/14] libbpf: Move data structure manipulation macros to bpf_common_helpers.h
` [PATCH bpf-next v4 11/14] libbpf: Fix accessing the first syscall argument on s390
` [PATCH bpf-next v4 12/14] s390: add a comment that warns that orig_gpr2 should not be moved
` [PATCH bpf-next v4 13/14] libbpf: Fix accessing the first syscall argument on arm64
` [PATCH bpf-next v4 14/14] arm64: add a comment that warns that orig_x0 should not be moved
[PATCH bpf-next v5] selftests/bpf: do not export subtest as standalone test
2022-02-08 20:30 UTC (3+ messages)
[PATCH bpf-next 1/2] bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
2022-02-08 20:58 UTC (5+ messages)
[PATCH RFC bpf-next v2 0/5] Extend cgroup interface with bpf
2022-02-08 21:34 UTC (10+ messages)
` [PATCH RFC bpf-next v2 5/5] selftests/bpf: test for pinning for cgroup_view link
[PATCH] libbpf: Fix signedness bug in btf_dump_array_data()
2022-02-08 21:40 UTC (3+ messages)
[PATCH 0/2] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-08 18:08 UTC (7+ messages)
` [PATCH 1/2] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH 2/2] net: tun: "
[PATCH bpf-next] bpf, x86_64: fail gracefully on bpf_jit_binary_pack_finalize failures
2022-02-08 17:34 UTC (4+ messages)
[PATCH bpf-next 0/5] bpf: Light skeleton for the kernel
2022-02-08 17:11 UTC (3+ messages)
` [PATCH bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs
[PATCH bpf-next] bpf: Do not try bpf_msg_push_data with len 0
2022-02-08 17:02 UTC (4+ messages)
[PATCH] net: fix wrong network header length
2022-02-08 16:01 UTC (4+ messages)
[PATCH bpf] bpftool: fix the error when lookup in no-btf maps
2022-02-08 4:53 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox