bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 11:14:14 to 2022-02-16 18:20:43 UTC [more...]

[PATCH bpf-next v7 0/7] libbpf: Implement BTFGen
 2022-02-16 18:20 UTC  (10+ messages)
` [PATCH bpf-next v7 1/7] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v7 2/7] libbpf: Expose bpf_core_{add,free}_cands() to bpftool
` [PATCH bpf-next v7 3/7] bpftool: Add gen min_core_btf command
` [PATCH bpf-next v7 4/7] bpftool: Implement "gen min_core_btf" logic
` [PATCH bpf-next v7 5/7] bpftool: Implement btfgen_get_btf()
` [PATCH bpf-next v7 6/7] bpftool: gen min_core_btf explanation and examples
` [PATCH bpf-next v7 7/7] selftests/bpf: Test "bpftool gen min_core_btf"

[PATCH bpf] bpf: Fix crash due to OOB access when reg->type > __BPF_REG_TYPE_MAX
 2022-02-16 18:19 UTC  (4+ messages)

[PATCH bpf-next] scripts/pahole-flags.sh: Enable parallelization of pahole
 2022-02-16 18:12 UTC  (3+ messages)

[PATCH net-next] net: Correct wrong BH disable in hard-interrupt
 2022-02-16 17:50 UTC 

[PATCH bpf-next v3 0/4] bpf, arm64: support more atomic ops
 2022-02-16 17:16 UTC  (7+ messages)
` [PATCH bpf-next v3 2/4] arm64: insn: add encoders for atomic operations

[PATCH net-next 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-16 17:04 UTC  (14+ messages)
` [PATCH net-next 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()

libbpf API to extract bpf_line_info from a ELF file?
 2022-02-16 16:58 UTC 

[PATCH v2 net-next] net: introduce SO_RCVBUFAUTO to let the rcv_buf tune automatically
 2022-02-16 16:56 UTC  (4+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Read in bpf_jit_free
 2022-02-16 16:27 UTC  (6+ messages)

[PATCH bpf-next 0/6] Clean up leftover uses of deprecated APIs
 2022-02-16 15:40 UTC  (6+ messages)
` [PATCH bpf-next 2/6] bpftool: stop supporting BPF offload-enabled feature probing

WARNING in bpf_warn_invalid_xdp_action
 2022-02-16 15:33 UTC  (3+ messages)
` [syzbot] "

[PATCH] perf test: update arm64 perf_event_attr tests for --call-graph
 2022-02-16 13:36 UTC  (3+ messages)

[PATCH] net: fix wrong network header length
 2022-02-16 12:52 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: fix bpf line info
 2022-02-16 11:10 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Fix pretty print dump for maps without BTF loaded
 2022-02-16  9:21 UTC 

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

BTF compatibility issue across builds
 2022-02-16  8:48 UTC  (19+ messages)

[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
 2022-02-16  8:42 UTC  (22+ messages)
` [PATCH v5 06/22] virtio_ring: queue_reset: packed: support enable reset queue
` [PATCH v5 08/22] virtio_ring: queue_reset: add vring_release_virtqueue()
` [PATCH v5 14/22] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v5 17/22] virtio_net: support rx/tx queue reset
` [PATCH v5 19/22] virtio: add helper virtio_set_max_ring_num()
` [PATCH v5 20/22] virtio_net: set the default max ring num
` [PATCH v5 22/22] virtio_net: support set_ringparam

[PATCH v3] net: fix wrong network header length
 2022-02-16  7:30 UTC 

[PATCH v4 net-next 0/8] Preserve mono delivery time (EDT) in skb->tstamp
 2022-02-16  6:11 UTC  (9+ messages)
` [PATCH v4 net-next 1/8] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
` [PATCH v4 net-next 3/8] net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
` [PATCH v4 net-next 5/8] bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress

[PATCH net-next 00/19] net: add skb drop reasons for TCP, IP, dev and neigh
 2022-02-16  2:38 UTC  (27+ messages)
` [PATCH net-next 01/19] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next 02/19] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next 03/19] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next 04/19] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next 05/19] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next 06/19] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next 07/19] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next 08/19] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next 09/19] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
` [PATCH net-next 10/19] net: ip: add skb drop reasons during ip outputting
` [PATCH net-next 11/19] net: neigh: use kfree_skb_reason() for __neigh_event_send()
` [PATCH net-next 12/19] net: neigh: add skb drop reasons to arp_error_report()
` [PATCH net-next 13/19] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next 14/19] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next 15/19] net: dev: add skb drop reasons to __dev_xmit_skb()
` [PATCH net-next 16/19] net: dev: use kfree_skb_reason() for enqueue_to_backlog()
` [PATCH net-next 17/19] net: dev: use kfree_skb_reason() for do_xdp_generic()
` [PATCH net-next 18/19] net: dev: use kfree_skb_reason() for sch_handle_ingress()
` [PATCH net-next 19/19] net: dev: use kfree_skb_reason() for __netif_receive_skb_core()

[PATCH bpf-next v6 0/7] libbpf: Implement BTFGen
 2022-02-16  1:26 UTC  (15+ messages)
` [PATCH bpf-next v6 4/7] bpftool: Implement minimize_btf() and relocations recording for BTFGen
` [PATCH bpf-next v6 5/7] bpftool: Implement btfgen_get_btf()
` [PATCH bpf-next v6 6/7] bpftool: gen min_core_btf explanation and examples
` [PATCH bpf-next v6 7/7] selftests/bpf: Test "bpftool gen min_core_btf"

[PATCH bpf-next v3 0/1] Avoid size mismatches in skeletons
 2022-02-16  1:19 UTC  (3+ messages)
` [PATCH bpf-next v3 1/1] bpftool: bpf skeletons assert type sizes

[RFC bpf-next 0/4] bpf: cgroup_sock lsm flavor
 2022-02-16  0:12 UTC  (5+ messages)
` [RFC bpf-next 1/4] "
` [RFC bpf-next 2/4] bpf: allow writing to sock->sk_priority from lsm progtype
` [RFC bpf-next 3/4] libbpf: add lsm_cgoup_sock type
` [RFC bpf-next 4/4] selftest: lsm_cgroup_sock sample usage

BTF type tag not emitted to BTF in some cases
 2022-02-15 20:32 UTC  (4+ messages)

[PATCH v2] selftests/seccomp: Fix seccomp failure by adding missing headers
 2022-02-15 18:51 UTC  (7+ messages)

[PATCH v3] selftests/seccomp: Fix seccomp failure by adding missing headers
 2022-02-15 18:45 UTC  (2+ messages)

[PATCH bpf-next] selftests: bpf: Check bpf_msg_push_data return value
 2022-02-15 18:20 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix GCC11 compiler warnings in -O2 mode
 2022-02-15 18:10 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] Make BPF skeleton easier to use from C++ code
 2022-02-15 18:10 UTC  (2+ messages)

[PATCH bpf-next v4] bpf: reject kfunc calls that overflow insn->imm
 2022-02-15 18:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/1] Avoid size mismatches in skeletons
 2022-02-15 17:55 UTC  (5+ messages)
` [PATCH bpf-next v2 1/1] bpftool: bpf skeletons assert type sizes

[PATCH bpf] bpftool: fix the error when lookup in no-btf maps
 2022-02-15 17:10 UTC  (3+ messages)

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-15 17:04 UTC  (14+ messages)
` [PATCH v2 1/6] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v2 2/6] ima: Always return a file measurement in ima_file_hash()
` [PATCH v2 3/6] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v2 4/6] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v2 5/6] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v2 6/6] selftests/bpf: Add test for bpf_lsm_kernel_read_file()

[PATCH] net: do not set SOCK_RCVBUF_LOCK if sk_rcvbuf isn't reduced
 2022-02-15 16:00 UTC  (3+ messages)

Clarifications on linux/types.h used with libbpf
 2022-02-15 13:18 UTC  (2+ messages)

[PATCH 0/8] bpf: Add fprobe link
 2022-02-15 13:21 UTC  (11+ messages)

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

[PATCH] ima: Calculate digest in ima_inode_hash() if not available
 2022-02-15 11:16 UTC  (6+ messages)

[PATCH bpf-next v3] bpf: reject kfunc calls that overflow insn->imm
 2022-02-15  6:39 UTC  (4+ messages)

[PATCH v3 bpf-next 0/3] libbpf: support custom SEC() handlers
 2022-02-15  5:22 UTC  (12+ messages)
` [PATCH v3 bpf-next 3/3] selftests/bpf: add custom SEC() handling selftest

[PATCH bpf-next 0/3] introduce xdp frags support to veth driver
 2022-02-14 21:03 UTC  (6+ messages)
` [PATCH bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb

[PATCH RFC bpf-next v2 0/5] Extend cgroup interface with bpf
 2022-02-14 20:39 UTC  (14+ messages)
` [PATCH RFC bpf-next v2 5/5] selftests/bpf: test for pinning for cgroup_view link

[PATCH v6 perf/core 0/2] perf: stop using deprecated bpf APIs
 2022-02-14 18:58 UTC  (4+ messages)

[PATCH bpf-next v2] libbpf: Use dynamically allocated buffer when receiving netlink messages
 2022-02-14 16:52 UTC  (5+ messages)

[PATCH] etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead
 2022-02-14 11:20 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
 2022-02-14 11:13 UTC  (4+ messages)
` [RFC PATCH bpf-next v2 1/3] bpf: add support for string in hash table key
` [RFC PATCH bpf-next v2 2/3] selftests/bpf: add a simple test for htab str key
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: add benchmark for string-key hash table

[RFC PATCH 0/3] powerpc64/bpf: Add support for BPF Trampolines
 2022-02-14 10:47 UTC  (3+ messages)

[PATCH powerpc/next 00/17] powerpc/bpf: Some updates and cleanups
 2022-02-14 10:41 UTC  (4+ messages)
` [PATCH powerpc/next 03/17] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH powerpc/next 09/17] powerpc64/bpf: Optimize instruction sequence used for function calls
` [PATCH powerpc/next 17/17] powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64


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