messages from 2022-02-17 13:19:35 to 2022-02-20 13:49:24 UTC [more...]
[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
2022-02-20 13:48 UTC (15+ messages)
` [PATCH bpf-next v1 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v1 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v1 03/15] bpf: Allow storing PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v1 05/15] bpf: Allow storing PTR_TO_PERCPU_BTF_ID "
` [PATCH bpf-next v1 06/15] bpf: Allow storing __user PTR_TO_BTF_ID "
` [PATCH bpf-next v1 07/15] bpf: Prevent escaping of pointers loaded from maps
` [PATCH bpf-next v1 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v1 09/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v1 10/15] bpf: Wire up freeing of referenced PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 11/15] bpf: Teach verifier about kptr_get style kfunc helpers
` [PATCH bpf-next v1 12/15] net/netfilter: Add bpf_ct_kptr_get helper
` [PATCH bpf-next v1 13/15] libbpf: Add __kptr* macros to bpf_helpers.h
` [PATCH bpf-next v1 14/15] selftests/bpf: Add C tests for PTR_TO_BTF_ID in map
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-20 13:44 UTC (16+ messages)
` [PATCH 1/3] perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
` [PATCH 2/3] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage
` [PATCH 3/3] perf tools: Rework prologue generation code
[PATCH v2 intel-net] ice: avoid XDP checks in ice_clean_tx_irq()
2022-02-20 11:41 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH bpf-next] libbpf: Remove redundant check in btf_fixup_datasec()
2022-02-20 7:27 UTC
BTF type tags not emitted properly when using macros
2022-02-20 7:13 UTC
[PATCH net-next v3 0/9] net: add skb drop reasons to TCP packet receive
2022-02-20 7:06 UTC (10+ messages)
` [PATCH net-next v3 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next v3 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next v3 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next v3 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next v3 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next v3 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next v3 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next v3 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next v3 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
[PATCH v2 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-20 5:40 UTC (8+ messages)
` [PATCH v2 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH v2 2/3] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH v2 3/3] net: tun: track dropped skb via kfree_skb_reason()
[PATCH v3 bpf-next] selftests/bpf: fix btfgen tests
2022-02-20 5:29 UTC (2+ messages)
[PATCH bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-02-20 4:39 UTC (3+ messages)
[PATCH bpf v1 0/5] More fixes for crashes due to bad PTR_TO_BTF_ID reg->off
2022-02-20 2:59 UTC (12+ messages)
` [PATCH bpf v1 1/5] bpf: Fix kfunc register offset check for PTR_TO_BTF_ID
` [PATCH bpf v1 2/5] bpf: Restrict PTR_TO_BTF_ID offset to PAGE_SIZE when calling helpers
` [PATCH bpf v1 3/5] bpf: Use bpf_ptr_is_invalid for all helpers taking PTR_TO_BTF_ID
` [PATCH bpf v1 4/5] selftests/bpf: Add selftest for PTR_TO_BTF_ID NULL + off case
` [PATCH bpf v1 5/5] selftests/bpf: Adjust verifier selftest for updated message
[PATCH bpf-next] selftests/bpf: Add test for reg2btf_ids out of bounds access
2022-02-20 2:31 UTC
[PATCH v2 bpf-next] selftests/bpf: fix btfgen tests
2022-02-20 2:27 UTC (2+ messages)
[PATCH] bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
2022-02-20 1:40 UTC (4+ messages)
[PATCH bpf-next v8 00/10] Introduce unstable CT lookup helpers
2022-02-20 1:13 UTC (6+ messages)
[PATCH bpf-next] Small BPF verifier log improvements
2022-02-20 1:10 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix a clang deprecated-declarations compilation error
2022-02-20 0:50 UTC (4+ messages)
[PATCH bpf-next] bpftool: Remove usage of reallocarray()
2022-02-20 0:49 UTC (3+ messages)
[PATCH bpf-next] selftests/bpf: use bootstrap bpftool for core_reloc tests
2022-02-20 0:44 UTC
BTF compatibility issue across builds
2022-02-20 0:28 UTC (12+ messages)
[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
2022-02-19 18:44 UTC (4+ messages)
[PATCH RFC 0/3] bpf: show attached name for progs without btf name
2022-02-19 18:27 UTC (5+ messages)
` [PATCH RFC 1/3] bpf: rename attach_func_name to attach_name
` [PATCH RFC 2/3] bpf: set attached cgroup name in attach_name
` [PATCH RFC 3/3] bpf: set attached sockmap id "
[PATCH bpf-next v2 0/2] Split bpf_sk_lookup remote_port field
2022-02-19 14:37 UTC (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup
[PATCH net-next 1/1] i40e: remove dead stores on XSK hotpath
2022-02-19 12:40 UTC (2+ messages)
[PATCH net-next v2 0/9] net: add skb drop reasons to TCP packet receive
2022-02-19 4:40 UTC (13+ messages)
` [PATCH net-next v2 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next v2 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next v2 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next v2 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next v2 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next v2 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next v2 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next v2 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next v2 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()
[PATCH bpf-next v2 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-02-19 3:15 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v2 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "
[PATCH 0/8] bpf: Add fprobe link
2022-02-19 2:10 UTC (17+ messages)
[PATCH bpf-next v3 0/2] bpf, arm64: fix bpf line info
2022-02-18 23:20 UTC (3+ messages)
` [PATCH bpf-next v3 2/2] bpf, arm64: calculate offset as byte-offset for "
[syzbot] KASAN: vmalloc-out-of-bounds Read in bpf_jit_free
2022-02-18 20:12 UTC (9+ messages)
[PATCH] bpftool: Allow building statically
2022-02-18 20:00 UTC (6+ messages)
[PATCH bpf-next v7 0/7] libbpf: Implement BTFGen
2022-02-18 19:52 UTC (9+ messages)
` [PATCH bpf-next v7 4/7] bpftool: Implement "gen min_core_btf" logic
[PATCH bpf-next] bpf: Call maybe_wait_bpf_programs() only once from generic_map_delete_batch()
2022-02-18 19:50 UTC (3+ messages)
[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-02-18 17:58 UTC (7+ messages)
` [PATCH bpf-next v8 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v8 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN
` [PATCH bpf-next v8 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v8 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v8 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH] usb: dwc3: gadget: Let the interrupt handler disable bottom halves
2022-02-18 17:32 UTC
[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
2022-02-18 15:01 UTC (2+ messages)
[PATCH net-next] net: Correct wrong BH disable in hard-interrupt
2022-02-18 10:13 UTC (8+ messages)
[PATCH net-next 1/2] i40e: remove dead stores on XSK hotpath
2022-02-18 8:35 UTC (2+ messages)
` [Intel-wired-lan] "
[RFC PATCH v3] bpftool: Add bpf_cookie to link output
2022-02-18 7:54 UTC (2+ messages)
[PATCH 0/3] powerpc/ftrace: Reserve instructions from function entry for ftrace
2022-02-18 6:45 UTC (3+ messages)
` [PATCH 3/3] kprobes: Allow probing on any address belonging to ftrace
pull-request: bpf-next 2022-02-17
2022-02-18 3:58 UTC (5+ messages)
` confused pw-bot. "
[PATCH net-next 0/9] net: add skb drop reasons to TCP packet receive
2022-02-18 2:42 UTC (7+ messages)
` [PATCH net-next 1/9] net: tcp: introduce tcp_drop_reason()
[PATCH v3] net: fix wrong network header length
2022-02-18 2:23 UTC (5+ messages)
[LSF/MM/BPF TOPIC] BPF dynamic pointers
2022-02-18 0:36 UTC
Clarifications on linux/types.h used with libbpf
2022-02-17 22:08 UTC (2+ messages)
libbpf API to extract bpf_line_info from a ELF file?
2022-02-17 22:03 UTC (2+ messages)
[PATCH bpf-next] bpf: bpf_prog_pack: set proper size before freeing ro_header
2022-02-17 21:20 UTC (2+ messages)
pull-request: bpf 2022-02-17
2022-02-17 20:10 UTC (2+ messages)
[PATCH 1/3] powerpc/ftrace: Reserve instructions from function entry for ftrace
2022-02-17 19:46 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix crash in core_reloc when bpftool btfgen fails
2022-02-17 19:10 UTC (6+ messages)
[PATCH bpf-next] selftests/bpf: fix vmtest.sh to launch smp vm
2022-02-17 19:00 UTC (2+ messages)
[PATCH bpf] bpf: add schedule points in batch ops
2022-02-17 19:00 UTC (4+ messages)
[PATCH v3 bpf-next] scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading
2022-02-17 17:54 UTC
[RFC PATCH 2/2] capability: use new capable_or functionality
2022-02-17 17:29 UTC (2+ messages)
[RFC bpf-next 0/4] bpf: cgroup_sock lsm flavor
2022-02-17 16:58 UTC (5+ messages)
` [RFC bpf-next 1/4] "
[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
2022-02-17 16:41 UTC (14+ messages)
[PATCH v2 bpf-next] scripts/pahole-flags.sh: Enable parallelization of pahole
2022-02-17 15:22 UTC (2+ messages)
[PATCH bpf-next] libbpf: fix memleak in libbpf_netlink_recv()
2022-02-17 15:20 UTC (2+ 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