BPF List
 help / color / mirror / Atom feed
 messages from 2022-02-05 00:36:41 to 2022-02-08 22:22:47 UTC [more...]

[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 bpf-next v4 00/14] Fix accessing syscall arguments
 2022-02-08 22:05 UTC  (18+ 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] libbpf: Fix signedness bug in btf_dump_array_data()
 2022-02-08 21:40 UTC  (3+ messages)

[syzbot] BUG: MAX_LOCK_DEPTH too low! (3)
 2022-02-08 20:21 UTC 

[PATCH v2 bpf-next 0/5] bpf: Light skeleton for the kernel
 2022-02-08 19:13 UTC  (6+ 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

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 v2 1/2] lib/raid6/test/Makefile: Use `$(pound)` instead of `\#` for Make 4.3
 2022-02-08 17:58 UTC  (2+ messages)

[PATCH bpf-next] bpf, x86_64: fail gracefully on bpf_jit_binary_pack_finalize failures
 2022-02-08 17:34 UTC  (4+ messages)

[RFC PATCH v2] bpftool: Add bpf_cookie to link output
 2022-02-08 17:32 UTC  (5+ 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 bpf-next v5] selftests/bpf: do not export subtest as standalone test
 2022-02-08 15:57 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpftool: Switch to new versioning scheme (align on libbpf's)
 2022-02-08 12:06 UTC  (4+ 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 0/8] bpf: Add fprobe link
 2022-02-08  9:15 UTC  (19+ 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 v3 00/17] virtio pci support VIRTIO_F_RING_RESET
 2022-02-08  7:51 UTC  (16+ messages)
` [PATCH v3 01/17] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v3 03/17] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [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  (6+ 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 net-next 0/2][pull request] 1GbE Intel Wired LAN Driver Updates 2022-02-07
 2022-02-07 23:32 UTC  (3+ 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 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  (12+ messages)
` [PATCH bpf-next 1/3] libbpf: allow BPF program auto-attach handlers to bail out
` [PATCH bpf-next 1/1] selftests/bpf: add custom SEC() handling selftest
` [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  (5+ messages)
` [PATCH bpf-next v2 1/3] libbpf: Remove mode check in libbpf_set_strict_mode()
` [PATCH bpf-next v2 2/3] bpftool: Fix strict mode calculation
` [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  (10+ messages)
` [PATCH bpf-next 1/2] s390/bpf: Introduce user_pt_regs_v2
` [PATCH bpf-next 2/2] arm64/bpf: Introduce struct user_pt_regs_v2

[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  (7+ messages)
` [PATCH net-next v2 2/3] net: dev: Makes sure netif_rx() can be invoked in any context
` [PATCH net-next v2 3/3] net: dev: Make rps_lock() disable interrupts

[PATCH bpf-next v3 00/11] libbpf: Fix accessing syscall arguments
 2022-02-07 16:10 UTC  (12+ messages)
` [PATCH bpf-next v3 02/11] s390/bpf: Add orig_gpr2 to user_pt_regs
` [PATCH bpf-next v3 05/11] libbpf: Add PT_REGS_SYSCALL_REGS macro
` [PATCH bpf-next v3 08/11] libbpf: Fix accessing syscall arguments on powerpc

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

[PATCH bpf-next v3 0/4] bpf, arm64: support more atomic ops
 2022-01-29 22:04 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] arm64: move AARCH64_BREAK_FAULT into insn-def.h
` [PATCH bpf-next v3 2/4] arm64: insn: add encoders for atomic operations
` [PATCH bpf-next v3 3/4] bpf, arm64: support more "
` [PATCH bpf-next v3 4/4] selftests/bpf: use raw_tp program for atomic test

[PATCH] perf test: Add perf_event_attr tests for the arm_spe event
 2022-02-07 11:03 UTC  (4+ messages)

[PATCH bpf-next v3 0/2] limit bpf_core_types_are_compat recursion
 2022-02-06 22:27 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: test maximum recursion depth for bpf_core_types_are_compat()

[PATCH bpf-next v2 0/2] libbpf: Add syscall-specific variant of BPF_KPROBE
 2022-02-06 19:41 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Add BPF_KPROBE_SYSCALL macro
` [PATCH bpf-next v2 2/2] selftests/bpf: Test "

[PATCH bpf-next 0/3] selftests/bpf: Fix tests on non-x86 architectures
 2022-02-05 20:46 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: fix build issue with llvm-readelf
 2022-02-05  2:30 UTC  (2+ messages)

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox