messages from 2023-07-12 08:50:50 to 2023-07-14 22:05:27 UTC [more...]
[PATCH bpf-next v1 00/10] Exceptions - 1/2
2023-07-14 22:05 UTC (13+ messages)
` [PATCH bpf-next v1 01/10] bpf: Fix kfunc callback register type handling
` [PATCH bpf-next v1 02/10] bpf: Fix subprog idx logic in check_max_stack_depth
` [PATCH bpf-next v1 03/10] bpf: Repeat check_max_stack_depth for async callbacks
` [PATCH bpf-next v1 04/10] bpf: Add support for inserting new subprogs
` [PATCH bpf-next v1 05/10] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v1 06/10] bpf: Implement bpf_throw kfunc
` [PATCH bpf-next v1 07/10] bpf: Ensure IP is within prog->jited_length for bpf_throw calls
` [PATCH bpf-next v1 08/10] bpf: Introduce bpf_set_exception_callback
` [PATCH bpf-next v1 09/10] selftests/bpf: Add BPF assertion macros
` [PATCH bpf-next v1 10/10] selftests/bpf: Add tests for BPF exceptions
[PATCH bpf v1 0/3] Two more fixes for check_max_stack_depth
2023-07-14 21:48 UTC (5+ messages)
` [PATCH bpf v1 1/3] bpf: Fix subprog idx logic in check_max_stack_depth
` [PATCH bpf v1 2/3] bpf: Repeat check_max_stack_depth for async callbacks
` [PATCH bpf v1 3/3] selftests/bpf: Add more tests for check_max_stack_depth bug
[PATCH v3 0/2] Unify uapi bitsperlong.h
2023-07-14 19:56 UTC (4+ messages)
[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
2023-07-14 18:28 UTC (20+ messages)
` [PATCH bpf-next v2 01/15] bpf: Support new sign-extension load insns
` [PATCH bpf-next v2 02/15] bpf: Fix sign-extension ctx member accesses
` [PATCH bpf-next v2 03/15] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v2 04/15] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v2 05/15] bpf: Support new signed div/mod instructions
` [PATCH bpf-next v2 06/15] bpf: Fix jit blinding with new sdiv/smov insns
` [PATCH bpf-next v2 07/15] bpf: Support new 32bit offset jmp instruction
` [PATCH bpf-next v2 08/15] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
` [PATCH bpf-next v2 09/15] selftests/bpf: Add unit tests for new sign-extension load insns
` [PATCH bpf-next v2 10/15] selftests/bpf: Add unit tests for new sign-extension mov insns
` [PATCH bpf-next v2 11/15] selftests/bpf: Add unit tests for new bswap insns
` [PATCH bpf-next v2 12/15] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v2 13/15] selftests/bpf: Add unit tests for new gotol insn
` [PATCH bpf-next v2 14/15] selftests/bpf: Test ldsx with more complex cases
` [PATCH bpf-next v2 15/15] docs/bpf: Add documentation for new instructions
[BUG] perf test: Regression because of d6e6286a12e7
2023-07-14 18:15 UTC (6+ messages)
[PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
2023-07-14 17:56 UTC (5+ messages)
` [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
` [PATCH bpf-next 2/3] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
` [PATCH bpf-next 3/3] bpf: allow any program to use "
[PATCH bpf-next v4 0/8] BPF link support for tc BPF programs
2023-07-14 16:06 UTC (7+ messages)
` [PATCH bpf-next v4 1/8] bpf: Add generic attach/detach/query API for multi-progs
[PATCH v6 bpf-next 00/24] xsk: multi-buffer support
2023-07-14 15:34 UTC (26+ messages)
` [PATCH v6 bpf-next 01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH v6 bpf-next 02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH v6 bpf-next 03/24] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH v6 bpf-next 04/24] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH v6 bpf-next 05/24] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH v6 bpf-next 06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v6 bpf-next 07/24] xsk: allow core/drivers to test EOP bit
` [PATCH v6 bpf-next 08/24] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH v6 bpf-next 09/24] xsk: discard zero length descriptors in "
` [PATCH v6 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
` [PATCH v6 bpf-next 11/24] xsk: support mbuf on ZC RX
` [PATCH v6 bpf-next 12/24] ice: xsk: add RX multi-buffer support
` [PATCH v6 bpf-next 13/24] i40e: "
` [PATCH v6 bpf-next 14/24] xsk: support ZC Tx multi-buffer in batch API
` [PATCH v6 bpf-next 15/24] ice: xsk: Tx multi-buffer support
` [PATCH v6 bpf-next 16/24] i40e: xsk: add TX "
` [PATCH v6 bpf-next 17/24] xsk: add multi-buffer documentation
` [PATCH v6 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v6 bpf-next 19/24] selftests/xsk: add basic multi-buffer test
` [PATCH v6 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v6 bpf-next 21/24] selftests/xsk: add invalid descriptor "
` [PATCH v6 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v6 bpf-next 23/24] selftests/xsk: add test for too many frags
` [PATCH v6 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite
[PATCH net-next] net: mana: Add page pool for RX buffers
2023-07-14 15:31 UTC (6+ messages)
[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
2023-07-14 14:15 UTC (9+ 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
` [PATCH bpf-next v5 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v5 4/8] libbpf: Add link-based "
` [PATCH bpf-next v5 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v5 6/8] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v5 7/8] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v5 8/8] selftests/bpf: Add mprog API tests for BPF tcx links
[PATCH vhost v11 10/10] virtio_net: merge dma operation for one page
2023-07-14 10:37 UTC (11+ messages)
[PATCH bpf-next v4 0/6] Support defragmenting IPv(4|6) packets in BPF
2023-07-14 9:47 UTC (14+ messages)
` [PATCH bpf-next v4 1/6] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v4 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v4 3/6] netfilter: bpf: Prevent defrag module unload while link active
` [PATCH bpf-next v4 4/6] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v4 5/6] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v4 6/6] bpf: selftests: Add defrag selftests
[PATCH v5 bpf-next 00/24] xsk: multi-buffer support
2023-07-14 9:17 UTC (6+ messages)
` [PATCH v5 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
[RFC bpf-next 0/8] BPF 'force to MPTCP'
2023-07-14 7:56 UTC (7+ messages)
[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
2023-07-14 5:45 UTC (22+ 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 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page
pull-request: bpf-next 2023-07-13
2023-07-14 2:21 UTC (2+ messages)
[PATCH net-next V1 0/4] virtio_net: add per queue interrupt coalescing support
2023-07-14 2:10 UTC (8+ messages)
` [PATCH net-next V1 3/4] virtio_net: support per queue interrupt coalesce command
[PATCH v2 bpf-next 0/4] bpf: Fix errors in verifying a union
2023-07-13 23:40 UTC (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Fix an error around PTR_UNTRUSTED
` [PATCH v2 bpf-next 2/4] selftests/bpf: Add selftests for nested_trust
` [PATCH v2 bpf-next 3/4] bpf: Fix an error in verifying a field in a union
` [PATCH v2 bpf-next 4/4] selftests/bpf: Add selftest for PTR_UNTRUSTED
[PATCH] bpf: Add support of skipping the current object for bpf_iter progs
2023-07-13 23:17 UTC (2+ messages)
[PATCH bpf-next v10 0/3] bpf, x86: allow function arguments up to 12 for TRACING
2023-07-13 23:10 UTC (5+ messages)
` [PATCH bpf-next v10 1/3] bpf, x86: save/restore regs with BPF_DW size
` [PATCH bpf-next v10 2/3] bpf, x86: allow function arguments up to 12 for TRACING
` [PATCH bpf-next v10 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments
[PATCH] libbpf: Support POSIX regular expressions for multi kprobe
2023-07-13 20:31 UTC (7+ messages)
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-07-13 19:48 UTC (5+ messages)
` [PATCH 27/34] sched_ext: Implement SCX_KICK_WAIT
[PATCH bpf] bpf, arm64: Fix BTI type used for freplace attached functions
2023-07-13 16:49 UTC
mlx5 XDP redirect leaking memory on kernel 6.3
2023-07-13 15:31 UTC (6+ messages)
[PATCH iwl-next v3 0/4] igb: Add support for AF_XDP zero-copy
2023-07-13 10:47 UTC (5+ messages)
` [PATCH iwl-next v3 1/4] igb: prepare for AF_XDP zero-copy support
` [PATCH iwl-next v3 2/4] igb: Introduce XSK data structures and helpers
` [PATCH iwl-next v3 3/4] igb: add AF_XDP zero-copy Rx support
` [PATCH iwl-next v3 4/4] igb: add AF_XDP zero-copy Tx support
[PATCH iwl-next v2 0/4] igb: Add support for AF_XDP zero-copy
2023-07-13 10:25 UTC (4+ messages)
` [PATCH iwl-next v2 3/4] igb: add AF_XDP zero-copy Rx support
pull-request: bpf 2023-07-12
2023-07-13 1:30 UTC (2+ messages)
[PATCH bpf-next] bpftool: Use "fallthrough;" keyword instead of comments
2023-07-12 22:00 UTC (2+ messages)
[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
2023-07-12 21:50 UTC (2+ messages)
[RFC bpf-next v3 00/14] bpf: Netdev TX metadata
2023-07-12 20:53 UTC (17+ messages)
` [RFC bpf-next v3 09/14] net/mlx5e: Implement devtx kfuncs
[syzbot] [fs?] INFO: task hung in pipe_release (4)
2023-07-12 18:54 UTC
[PATCH V11 0/5] riscv: Optimize function trace
2023-07-12 18:26 UTC (2+ messages)
[PATCH bpf-next] bpf, vmtest: Build test_progs and friends as statically linked
2023-07-12 16:42 UTC (6+ messages)
[PATCH v1] lib: fix two parameters check in ei_debugfs_init()
2023-07-12 16:16 UTC (2+ messages)
` [PATCH] "
subscribe
2023-07-12 16:14 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 40b055fe7f276cf2c1da47316c52f2ff9255a68a
2023-07-12 15:54 UTC
[PATCH RFC v4 net-next 14/22] p4tc: add set of P4TC table read kfuncs
2023-07-12 15:39 UTC
[PATCH bpf-next v9 0/3] bpf, x86: allow function arguments up to 12 for TRACING
2023-07-12 15:11 UTC (4+ messages)
` [PATCH bpf-next v9 3/3] selftests/bpf: add testcase for TRACING with 6+ arguments
[PATCH bpf-next 1/2] bpf: teach verifier actual bounds of bpf_get_smp_processor_id() result
2023-07-12 15:10 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