BPF List
 help / color / mirror / Atom feed
 messages from 2022-03-09 10:00:01 to 2022-03-11 15:23:37 UTC [more...]

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-11 15:23 UTC  (16+ messages)

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-11 15:08 UTC  (11+ messages)
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function

[PATCH bpf-next 1/2] bpf, test_run: Fix packet size check for live packet mode
 2022-03-11 15:02 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for maximum packet size in xdp_do_redirect

[PATCH v5 bpf-next 0/3] introduce xdp frags support to veth driver
 2022-03-11 14:59 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v5 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v5 bpf-next 3/3] veth: allow jumbo frames in xdp mode

[PATCH bpf-next] bpf, arm64: Optimize BPF store/load using str/ldr with immediate offset
 2022-03-11 13:35 UTC 

[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
 2022-03-11 12:48 UTC  (7+ messages)

[PATCH v4 bpf-next 0/5] libbpf: name-based u[ret]probe attach
 2022-03-11 12:10 UTC  (6+ messages)
` [PATCH v4 bpf-next 1/5] libbpf: bpf_program__attach_uprobe_opts() should determine paths for programs/libraries where possible
` [PATCH v4 bpf-next 2/5] libbpf: support function name-based attach uprobes
` [PATCH v4 bpf-next 3/5] libbpf: add auto-attach for uprobes based on section name
` [PATCH v4 bpf-next 4/5] selftests/bpf: add tests for u[ret]probe attach by name
` [PATCH v4 bpf-next 5/5] selftests/bpf: add tests for uprobe auto-attach via skeleton

[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
 2022-03-11 10:34 UTC  (17+ messages)
` [PATCH bpf-next v1 1/5] bpf: Add ARG_SCALAR and ARG_CONSTANT

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-11  6:43 UTC  (2+ messages)

[PATCH v2 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-11  6:07 UTC  (2+ messages)
` [PATCH v2 2/2] bpf/selftests: Test skipping stacktrace

[PATCH bpf-next v2 0/5] Subskeleton support for BPF libraries
 2022-03-11  5:10 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] libbpf: add new strict flag for .text subprograms
` [PATCH bpf-next v2 2/5] libbpf: init btf_{key,value}_type_id on internal map open
` [PATCH bpf-next v2 3/5] libbpf: add subskeleton scaffolding
` [PATCH bpf-next v2 4/5] bpftool: add support for subskeletons
` [PATCH bpf-next v2 5/5] selftests/bpf: test subskeleton functionality

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-11  5:09 UTC  (28+ messages)
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset

[PATCH] net: skb: move enum skb_drop_reason to uapi
 2022-03-11  4:58 UTC  (3+ messages)

[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-11  3:52 UTC  (7+ messages)
` [PATCH v10 03/12] rethook: Add a generic return hook
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe

[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
 2022-03-11  3:43 UTC  (21+ messages)
                  ` [PATCH v2] net: ipv6: fix skb_over_panic "
                        ` [PATCH v3] "

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-11  3:20 UTC 

[PATCH bpf-next] compiler_types: Refactor the use of btf_type_tag attribute
 2022-03-11  3:20 UTC  (3+ messages)

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-11  3:20 UTC  (2+ messages)

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-11  3:00 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Cache the last valid build_id
 2022-03-11  1:16 UTC  (3+ messages)

[PATCH 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-11  0:40 UTC  (8+ messages)
` [PATCH 2/2] bpf/selftests: Test skipping stacktrace

[PATCH bpf-next v2] selftests/bpf: fix a clang compilation error for send_signal.c
 2022-03-11  0:37 UTC 

[PATCH bpf-next] selftests/bpf: fix a clang compilation error for send_signal.c
 2022-03-11  0:33 UTC  (3+ messages)

[PATCH net v3] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
 2022-03-11  0:20 UTC  (2+ messages)

[PATCH v4 bpf-next 0/3] introduce xdp frags support to veth driver
 2022-03-10 23:46 UTC  (13+ messages)
` [PATCH v4 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v4 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v4 bpf-next 3/3] veth: allow jumbo frames in xdp mode

[PATCH] bpftool: ensure bytes_memlock json output is correct
 2022-03-10 23:30 UTC  (2+ messages)

[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
 2022-03-10 22:57 UTC  (7+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix certain narrow loads with offsets

[PATCH bpf-next] bpf: Use offsetofend() to simplify macro definition
 2022-03-10 22:10 UTC  (4+ messages)

[PATCH bpf-next] bpf: Fix comment for helper bpf_current_task_under_cgroup()
 2022-03-10 22:10 UTC  (3+ messages)

[PATCH] selftests/bpf: fix array_size.cocci warning
 2022-03-10 22:08 UTC  (3+ messages)
` [PATCH v2] "

[PATCH bpf-next 0/5] bpf: Follow up on bpf __sk_buff->tstamp
 2022-03-10 22:00 UTC  (2+ messages)

[syzbot] BUG: missing reserved tailroom
 2022-03-10 21:57 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] BPF based cgroup stats
 2022-03-10 19:53 UTC 

[PATCH] bpf: test_run: use kvfree() for memory allocated with kvmalloc()
 2022-03-10 15:23 UTC  (3+ messages)

[PATCH bpf-next] bpf: initialise retval in bpf_prog_test_run_xdp()
 2022-03-10 15:20 UTC  (2+ messages)

[v3,bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
 2022-03-10 15:20 UTC  (3+ messages)

[PATCH v1 0/6] Add TDX Guest Attestation support
 2022-03-10 14:57 UTC  (6+ messages)
` [PATCH v1 4/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH bpf-next 0/4] fixes for bpf_jit_harden race
 2022-03-10  3:48 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf, x86: Fall back to interpreter mode when extra pass fails
` [PATCH bpf-next 2/4] bpf: Introduce bpf_int_jit_abort()
` [PATCH bpf-next 3/4] bpf: Fix net.core.bpf_jit_harden race
` [PATCH bpf-next 4/4] selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedly

[PATCH bpf-next 0/4] Subskeleton support for BPF libraries
 2022-03-10  0:38 UTC  (7+ messages)
` [PATCH bpf-next 2/4] bpftool: add support for subskeletons

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-03-10  0:18 UTC  (8+ messages)
` [PATCH dwarves v4 1/4] dwarf_loader: Receive per-thread data on worker threads

Question: missing vmlinux BTF variable declarations
 2022-03-09 23:20 UTC 

[PATCH bpf-next v11 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-03-09 22:42 UTC  (7+ messages)
` [PATCH bpf-next v11 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v11 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN
` [PATCH bpf-next v11 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v11 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v11 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN

[PATCH net v2] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
 2022-03-09 21:52 UTC  (3+ messages)

[PATCH net] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
 2022-03-09 21:03 UTC  (9+ messages)

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-09 20:27 UTC 

[PATCH bpf-next v1 0/4] bpf: add __percpu tagging in vmlinux BTF
 2022-03-09 19:31 UTC  (5+ messages)
` [PATCH bpf-next v1 2/4] compiler_types: define __percpu as __attribute__((btf_type_tag("percpu")))

[PATCH net-next 4/5] ice: avoid XDP checks in ice_clean_tx_irq()
 2022-03-09 19:03 UTC 

[PATCH v3 bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-09 18:35 UTC 

[PATCH v2 bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-09 18:04 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] DIGLIM eBPF
 2022-03-09 16:46 UTC 

[PATCH bpf-next v6] bpftool: Add bpf_cookie to link output
 2022-03-09 16:31 UTC 

[PATCH bpf-next v5] bpftool: Add bpf_cookie to link output
 2022-03-09 16:11 UTC  (3+ messages)

[v2,bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
 2022-03-09 15:31 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
 2022-03-09 11:47 UTC  (6+ messages)

[PATCH bpf-next v10 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-03-09 10:35 UTC  (4+ messages)
` [PATCH bpf-next v10 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN


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