messages from 2023-07-19 13:25:33 to 2023-07-20 16:32:15 UTC [more...]
[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
2023-07-20 16:30 UTC (3+ messages)
` [RFC PATCH v2 01/20] tracing/filters: Dynamically allocate filter_pred.regex
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
[PATCH] mm:vmscan: fix inaccurate reclaim during proactive reclaim
2023-07-20 16:24 UTC (2+ messages)
[PATCH net-next] page_pool: split types and declarations from page_pool.h
2023-07-20 16:22 UTC (6+ messages)
[PATCH bpf-next v3 00/21] XDP metadata via kfuncs for ice
2023-07-20 16:03 UTC (32+ messages)
` [PATCH bpf-next v3 01/21] ice: make RX hash reading code more reusable
` [PATCH bpf-next v3 02/21] ice: make RX HW timestamp "
` [PATCH bpf-next v3 03/21] ice: make RX checksum checking "
` [PATCH bpf-next v3 04/21] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v3 05/21] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v3 06/21] ice: Support HW timestamp hint
` [PATCH bpf-next v3 07/21] ice: Support RX hash XDP hint
` [PATCH bpf-next v3 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v3 09/21] xdp: Add VLAN tag hint
` [PATCH bpf-next v3 10/21] ice: Implement "
` [PATCH bpf-next v3 11/21] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v3 12/21] xdp: Add checksum hint
` [PATCH bpf-next v3 13/21] ice: Implement "
` [PATCH bpf-next v3 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v3 15/21] net, xdp: allow metadata > 32
` [PATCH bpf-next v3 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [PATCH bpf-next v3 17/21] veth: Implement VLAN tag and checksum XDP hint
` [PATCH bpf-next v3 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v3 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v3 20/21] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v3 21/21] selftests/bpf: check checksum state "
[RESEND PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
2023-07-20 15:52 UTC (3+ messages)
` [RESEND PATCH bpf-next v3 1/2] "
` [RESEND PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint
[PATCH bpf-next 0/2] bpf, riscv: use BPF prog pack allocator in BPF JIT
2023-07-20 15:49 UTC (3+ messages)
` [PATCH bpf-next 1/2] riscv: Extend patch_text_nosync() for multiple pages
` [PATCH bpf-next 2/2] bpf, riscv: use prog pack allocator in the BPF JIT
[PATCH bpf-next v6 0/8] Add SO_REUSEPORT support for TC bpf_sk_assign
2023-07-20 15:30 UTC (9+ messages)
` [PATCH bpf-next v6 1/8] udp: re-score reuseport groups when connected sockets are present
` [PATCH bpf-next v6 2/8] bpf: reject unhashed sockets in bpf_sk_assign
` [PATCH bpf-next v6 3/8] net: export inet_lookup_reuseport and inet6_lookup_reuseport
` [PATCH bpf-next v6 4/8] net: remove duplicate reuseport_lookup functions
` [PATCH bpf-next v6 5/8] net: document inet[6]_lookup_reuseport sk_state requirements
` [PATCH bpf-next v6 6/8] net: remove duplicate sk_lookup helpers
` [PATCH bpf-next v6 7/8] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
` [PATCH bpf-next v6 8/8] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
[PATCH net-next] net: fec: add XDP_TX feature support
2023-07-20 15:24 UTC (8+ messages)
[syzbot] [net?] WARNING: ODEBUG bug in ingress_destroy
2023-07-20 15:18 UTC
BPF/Question: PTR_TRUSTED vs PTR_UNTRUSTED
2023-07-20 15:16 UTC (3+ messages)
[syzbot] [bpf?] WARNING: ODEBUG bug in tcx_uninstall
2023-07-20 15:06 UTC
[PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
2023-07-20 15:03 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint
pull-request: bpf-next 2023-07-19
2023-07-20 15:02 UTC (5+ messages)
[PATCH V2,net-next] net: mana: Add page pool for RX buffers
2023-07-20 13:15 UTC (3+ messages)
[PATCHv4 bpf-next 00/28] bpf: Add multi uprobe link
2023-07-20 11:35 UTC (29+ messages)
` [PATCHv4 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv4 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv4 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv4 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv4 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv4 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv4 bpf-next 07/28] libbpf: Add uprobe_multi attach type and link names
` [PATCHv4 bpf-next 08/28] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv4 bpf-next 09/28] libbpf: Add elf_open/elf_close functions
` [PATCHv4 bpf-next 10/28] libbpf: Add elf symbol iterator
` [PATCHv4 bpf-next 11/28] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv4 bpf-next 12/28] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv4 bpf-next 13/28] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv4 bpf-next 14/28] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv4 bpf-next 15/28] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv4 bpf-next 16/28] libbpf: Add uprobe multi link detection
` [PATCHv4 bpf-next 17/28] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv4 bpf-next 18/28] selftests/bpf: Move get_time_ns to testing_helpers.h
` [PATCHv4 bpf-next 19/28] selftests/bpf: Add uprobe_multi skel test
` [PATCHv4 bpf-next 20/28] selftests/bpf: Add uprobe_multi api test
` [PATCHv4 bpf-next 21/28] selftests/bpf: Add uprobe_multi link test
` [PATCHv4 bpf-next 22/28] selftests/bpf: Add uprobe_multi test program
` [PATCHv4 bpf-next 23/28] selftests/bpf: Add uprobe_multi bench test
` [PATCHv4 bpf-next 24/28] selftests/bpf: Add uprobe_multi usdt test code
` [PATCHv4 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test
` [PATCHv4 bpf-next 26/28] selftests/bpf: Add uprobe_multi cookie test
` [PATCHv4 bpf-next 27/28] selftests/bpf: Add uprobe_multi pid filter tests
` [PATCHv4 bpf-next 28/28] selftests/bpf: Add extra link to uprobe_multi tests
[PATCH][next] selftests/xsk: Fix spelling mistake "querrying" -> "querying"
2023-07-20 10:48 UTC
[PATCHv2 bpf 0/2] bpf: Disable preemption in perf_event_output helpers code
2023-07-20 8:57 UTC (3+ messages)
` [PATCHv2 bpf 1/2] bpf: Disable preemption in bpf_perf_event_output
` [PATCHv2 bpf 2/2] bpf: Disable preemption in bpf_event_output
[PATCH 00/13] mm: jit/text allocator
2023-07-20 8:53 UTC (7+ messages)
[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
2023-07-20 8:21 UTC (37+ messages)
` [PATCH vhost v11 03/10] virtio_ring: introduce virtqueue_set_premapped()
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page
[PATCH rcu 5/5] checkpatch: Complain about unexpected uses of RCU Tasks Trace
2023-07-20 7:29 UTC (8+ messages)
[PATCH bpf-next v3 00/17] bpf: Support new insns from cpu v4
2023-07-20 6:36 UTC (24+ messages)
` [PATCH bpf-next v3 01/17] bpf: Support new sign-extension load insns
` [PATCH bpf-next v3 02/17] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v3 03/17] bpf: Handle sign-extenstin ctx member accesses
` [PATCH bpf-next v3 04/17] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v3 05/17] bpf: Support new signed div/mod instructions
` [Bpf] "
` [PATCH bpf-next v3 06/17] bpf: Fix jit blinding with new sdiv/smov insns
` [PATCH bpf-next v3 07/17] bpf: Support new 32bit offset jmp instruction
` [PATCH bpf-next v3 08/17] bpf: Add kernel/bpftool asm support for new instructions
` [PATCH bpf-next v3 09/17] selftests/bpf: Fix a test_verifier failure
` [PATCH bpf-next v3 10/17] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
` [PATCH bpf-next v3 11/17] selftests/bpf: Add unit tests for new sign-extension load insns
` [Bpf] "
` [PATCH bpf-next v3 12/17] selftests/bpf: Add unit tests for new sign-extension mov insns
` [PATCH bpf-next v3 13/17] selftests/bpf: Add unit tests for new bswap insns
` [PATCH bpf-next v3 14/17] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v3 15/17] selftests/bpf: Add unit tests for new gotol insn
` [Bpf] "
` [PATCH bpf-next v3 16/17] selftests/bpf: Test ldsx with more complex cases
` [PATCH bpf-next v3 17/17] docs/bpf: Add documentation for new instructions
[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
2023-07-20 3:04 UTC (5+ messages)
[PATCH v2 net] bpf: do not return NET_XMIT_xxx values on bpf_redirect
2023-07-20 2:48 UTC (3+ messages)
[PATCH vhost v12 00/10] virtio core prepares for AF_XDP
2023-07-20 2:31 UTC (5+ messages)
` [PATCH vhost v12 10/10] virtio_net: merge dma operations when filling mergeable buffers
[PATCH bpf-next v6 0/8] BPF link support for tc BPF programs
2023-07-20 2:13 UTC (11+ messages)
` [PATCH bpf-next v6 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v6 2/8] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v6 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v6 4/8] libbpf: Add link-based "
` [PATCH bpf-next v6 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v6 6/8] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v6 7/8] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v6 8/8] selftests/bpf: Add mprog API tests for BPF tcx links
pull-request: bpf 2023-07-19
2023-07-19 23:50 UTC (2+ messages)
[PATCH/RFC 0/2] bpf: Disable preemption in bpf_perf_event_output
2023-07-19 21:21 UTC (6+ messages)
` [PATCH 1/2] "
[PATCH bpf-next v2] selftests/bpf: improve ringbuf benchmark output
2023-07-19 20:15 UTC
[PATCH bpf-next] selftests/bpf: fix ringbuf benchmark output
2023-07-19 18:57 UTC (3+ messages)
[PATCH bpf-next] bpf, net: Introduce skb_pointer_if_linear()
2023-07-19 17:40 UTC (5+ messages)
[PATCH bpf-next] bpf: sync tools/ uapi header with
2023-07-19 17:20 UTC (2+ messages)
[PATCH v7 bpf-next 00/24] xsk: multi-buffer support
2023-07-19 17:10 UTC (9+ messages)
` [PATCH v7 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v7 bpf-next 19/24] selftests/xsk: add basic multi-buffer test
` [PATCH v7 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v7 bpf-next 21/24] selftests/xsk: add invalid descriptor "
` [PATCH v7 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v7 bpf-next 23/24] selftests/xsk: add test for too many frags
` [PATCH v7 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite
[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
2023-07-19 17:00 UTC (2+ messages)
[PATCH bpf-next] bpf, x86: initialize the variable "first_off" in save_args()
2023-07-19 17:00 UTC (2+ messages)
[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
2023-07-19 16:57 UTC (7+ messages)
` [PATCH bpf-next v2 03/15] bpf: Support new sign-extension mov insns
[PATCH bpf-next 0/2] fix setting return values for htab batch ops and docs
2023-07-19 16:28 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops
[PATCH v1] samples/bpf: Fix build out of source tree
2023-07-19 16:13 UTC (9+ messages)
[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
2023-07-19 16:08 UTC (2+ messages)
[PATCH v2 0/9] tracing: Improbe BTF support on probe events
2023-07-19 16:01 UTC (16+ messages)
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
[PATCH RFC] HotBPF: Prevent Kernel Heap-based Exploitation
2023-07-19 15:50 UTC
[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
2023-07-19 14:51 UTC (13+ messages)
[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
2023-07-19 14:22 UTC (7+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v5 2/8] bpf: Add fd-based tcx multi-prog infra with link support
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;
as well as URLs for NNTP newsgroup(s).