bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-07 14:57:27 to 2022-02-09 05:34:27 UTC [more...]

[PATCH bpf-next] lib/Kconfig.debug: add prompt for kernel module BTF
 2022-02-09  5:21 UTC 

[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 net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2022-02-07
 2022-02-09  5:13 UTC  (4+ messages)
` [PATCH net-next 1/2] igc: avoid kernel warning when changing RX ring parameters
` [PATCH net-next 2/2] igb: refactor XDP registration

[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

[syzbot] BUG: MAX_LOCK_DEPTH too low! (3)
 2022-02-09  5:02 UTC  (2+ messages)

[PATCH bpf-next v5 00/10] Fix accessing syscall arguments
 2022-02-09  2:17 UTC  (11+ 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 v2 0/3] bpftool: Switch to new versioning scheme (align on libbpf's)
 2022-02-09  0:39 UTC  (6+ 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 v2 bpf-next] selftest/bpf: check invalid length in test_xdp_update_frags
 2022-02-09  0:35 UTC 

[PATCH v2 1/2] lib/raid6/test/Makefile: Use `$(pound)` instead of `\#` for Make 4.3
 2022-02-08 22:12 UTC  (3+ messages)

linux-next: build failure after merge of the bpf-next tree
 2022-02-09  0:21 UTC 

[PATCH 0/8] bpf: Add fprobe link
 2022-02-08 23:53 UTC  (23+ 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 bpf-next v4 00/14] Fix accessing syscall arguments
 2022-02-08 23:43 UTC  (35+ 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 09/14] libbpf: Fix riscv register names
` [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 0/2] fix bpf_prog_pack build errors
 2022-02-08 22:05 UTC  (3+ 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-next v5] selftests/bpf: do not export subtest as standalone test
 2022-02-08 20:30 UTC  (3+ messages)

[RFC PATCH v2] bpftool: Add bpf_cookie to link output
 2022-02-08 20:16 UTC  (7+ messages)

[PATCH bpf-next 0/2] Split bpf_sk_lookup remote_port field
 2022-02-08 20:58 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
` [PATCH bpf-next 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup

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

can't get BTF: type .rodata.cst32: not found
 2022-02-08 18:48 UTC  (17+ 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  (7+ messages)
` [PATCH bpf-next 1/5] bpf: Extend sys_bpf commands for bpf_syscall programs
` [PATCH bpf-next 2/5] libbpf: Prepare light skeleton for the kernel

[PATCH bpf-next] bpf: Do not try bpf_msg_push_data with len 0
 2022-02-08 17:02 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: reject kfunc calls that overflow insn->imm
 2022-02-08 16:57 UTC  (2+ messages)

[PATCH] net: fix wrong network header length
 2022-02-08 16:01 UTC  (4+ messages)

[PATCH v3 00/17] virtio pci support VIRTIO_F_RING_RESET
 2022-02-08  7:51 UTC  (13+ messages)
` [PATCH v3 01/17] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v3 13/17] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET

[PATCH bpf] bpftool: fix the error when lookup in no-btf maps
 2022-02-08  4:53 UTC  (6+ messages)

[PATCH v3 03/17] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
 2022-02-08  2:58 UTC 

[PATCH bpf-next v4 0/2] selftests: add test for kfunc call
 2022-02-08  2:47 UTC  (7+ messages)
` [PATCH bpf-next v4 1/2] selftests/bpf: do not export subtest as standalone test
` [PATCH bpf-next v4 2/2] selftests/bpf: check whether s32 is sufficient for kfunc offset

[PATCH bpf-next] net: veth: account total xdp_frame len running ndo_xdp_xmit
 2022-02-08  2:39 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: test_run: fix overflow in xdp frags parsing
 2022-02-08  2:40 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: test_run: fix overflow in bpf_test_finish "

[PATCH v9 bpf-next 0/9] bpf_prog_pack allocator
 2022-02-08  2:30 UTC  (4+ messages)
` [PATCH v9 bpf-next 9/9] bpf, x86_64: use bpf_jit_binary_pack_alloc

[PATCH bpf-next v3 0/2] bpf, arm64: fix bpf line info
 2022-02-08  1:25 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf, arm64: call build_prologue() first in first JIT pass
` [PATCH bpf-next v3 2/2] bpf, arm64: calculate offset as byte-offset for bpf line info

[PATCH bpf-next v3 0/2] libbpf: Add syscall-specific variant of BPF_KPROBE
 2022-02-07 21:58 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Add BPF_KPROBE_SYSCALL macro
` [PATCH bpf-next v3 2/2] selftests/bpf: Test "

[PATCH bpf-next 0/3] libbpf: support custom SEC() handlers
 2022-02-07 21:43 UTC  (10+ messages)
` [PATCH bpf-next 1/3] libbpf: allow BPF program auto-attach handlers to bail out
` [PATCH bpf-next 2/3] libbpf: support custom SEC() handlers
` [PATCH bpf-next 3/3] selftests/bpf: add custom SEC() handling selftest

[PATCH] selftests: Fix build when $(O) points to a relative path
 2022-02-07 20:59 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] bpf: Fix strict mode calculation
 2022-02-07 20:20 UTC  (3+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: "

[PATCH bpf-next 0/2] Fix bpf_perf_event_data ABI breakage
 2022-02-07 20:09 UTC  (8+ messages)

[PATCH bpf-next] selftest/bpf: check invalid length in test_xdp_update_frags
 2022-02-07 17:53 UTC  (8+ messages)

[PATCH net-next v2 0/3] net: dev: PREEMPT_RT fixups
 2022-02-07 16:47 UTC  (5+ messages)
` [PATCH net-next v2 2/3] net: dev: Makes sure netif_rx() can be invoked in any context

[PATCH bpf-next v3 00/11] libbpf: Fix accessing syscall arguments
 2022-02-07 16:10 UTC  (3+ messages)

[RFC PATCH 0/3] powerpc64/bpf: Add support for BPF Trampolines
 2022-02-07 15:24 UTC  (3+ messages)
` [RFC PATCH 2/3] powerpc/ftrace: Override ftrace_location_lookup() for MPROFILE_KERNEL


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