messages from 2024-07-23 05:55:52 to 2024-07-24 19:08:29 UTC [more...]
[PATCH bpf-next v2 0/4] monitor network traffic for flaky test cases
2024-07-24 19:08 UTC (18+ messages)
` [PATCH bpf-next v2 1/4] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v2 2/4] selftests/bpf: Monitor traffic for tc_redirect/tc_redirect_dtime
` [PATCH bpf-next v2 3/4] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v2 4/4] selftests/bpf: Monitor traffic for select_reuseport
[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
2024-07-24 18:55 UTC (4+ messages)
` [PATCH v3 1/8] perf bpf-filter: Make filters map a single entry hashmap
[PATCH iwl-net v2 0/6] ice: fix synchronization between .ndo_bpf() and reset
2024-07-24 18:40 UTC (13+ messages)
` [PATCH iwl-net v2 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [PATCH iwl-net v2 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v2 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v2 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH iwl-net v2 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH iwl-net v2 6/6] ice: do not bring the VSI up, if it was down before the XDP setup
[RFC PATCH v9 00/11] bpf qdisc
2024-07-24 18:27 UTC (11+ messages)
` [RFC PATCH v9 01/11] bpf: Support getting referenced kptr from struct_ops argument
` [RFC PATCH v9 03/11] bpf: Allow struct_ops prog to return referenced kptr
` [OFFLIST RFC 1/4] bpf: Search for kptrs in prog BTF structs
` [OFFLIST RFC 3/4] bpf: Support bpf_kptr_xchg into local kptr
[PATCH bpf-next v2 1/2] bpf: Support private stack for bpf progs
2024-07-24 17:56 UTC (15+ messages)
[PATCH v7 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
2024-07-24 17:16 UTC (5+ messages)
` [PATCH v7 04/10] PCI: imx6: Introduce SoC specific callbacks for controlling REFCLK
[PATCH bpf-next 1/2] libbpf: Don't take direct pointers into BTF data from st_ops
2024-07-24 17:14 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for resizing data map with struct_ops
[PATCH net 0/2] tap/tun: harden by dropping short frame
2024-07-24 17:04 UTC (3+ messages)
` [PATCH net 1/2] tap: add missing verification for "
` [PATCH net 2/2] tun: "
[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-07-24 16:32 UTC (3+ messages)
[PATCH HID 0/4] HID: selftest fixes after merge into 6.11-rc0 tree
2024-07-24 16:31 UTC (6+ messages)
` [PATCH HID 1/4] selftests/hid: fix bpf_wq new API
` [PATCH HID 2/4] selftests/hid: disable struct_ops auto-attach
` [PATCH HID 3/4] HID: bpf: prevent the same struct_ops to be attached more than once
` [PATCH HID 4/4] selftests/hid: add test for attaching multiple time the same struct_ops
[PATCH v4] tools/bpf:Fix the wrong format specifier
2024-07-24 16:26 UTC (5+ messages)
` [PATCH v4] tools/bpf: Fix "
` [v4] "
[PATCH net 0/8][pull request] ice: fix AF_XDP ZC timeout and concurrency issues
2024-07-24 15:49 UTC (6+ messages)
` [PATCH net 6/8] ice: improve updating ice_{t, r}x_ring::xsk_pool
XDP Performance Regression in recent kernel versions
2024-07-24 15:36 UTC (9+ messages)
[PATCH] bpf: Add bpf_check_attach_target_with_kernel_log method to output failure logs to kernel
2024-07-24 15:25 UTC
[PATCH bpf 0/3] xsk: require XDP_UMEM_TX_METADATA_LEN to actuate tx_metadata_len
2024-07-24 15:23 UTC (4+ messages)
` [PATCH bpf 3/3] xsk: Try to make xdp_umem_reg extension a bit more future-proof
[syzbot] [bpf?] [net?] general protection fault in __dev_flush
2024-07-24 15:21 UTC (2+ messages)
` [PATCH net] tun: Remove nested call to bpf_net_ctx_set() in do_xdp_generic()
[syzbot] [bpf?] [net?] general protection fault in __cpu_map_flush
2024-07-24 14:43 UTC (3+ messages)
[PATCH v3] tools/bpf:Fix the wrong format specifier
2024-07-24 14:38 UTC (3+ messages)
` [PATCH v3] tools/bpf: Fix "
[PATCH net-next v15 00/14] Device Memory TCP
2024-07-24 14:11 UTC (7+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
[PATCH bpf v5] bpf: Fixed segment issue when downgrade gso_size
2024-07-24 13:37 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: implement bpf_send_signal_pid/tgid() helpers
2024-07-24 11:39 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Augment send_signal test with remote signaling
[PATCH bpf v3 0/4] af_unix: MSG_OOB handling fix & selftest
2024-07-24 11:36 UTC (13+ messages)
` [PATCH bpf v3 2/4] selftest/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()
[PATCH bpf 0/6] selftest/bpf: Various sockmap-related fixes
2024-07-24 11:32 UTC (7+ messages)
` [PATCH bpf 1/6] selftest/bpf: Support more socket types in create_pair()
` [PATCH bpf 2/6] selftest/bpf: Socket pair creation, cleanups
` [PATCH bpf 3/6] selftest/bpf: Simplify inet_socketpair() and vsock_unix_redir_connectible()
` [PATCH bpf 4/6] selftest/bpf: Respect the sotype of af_unix redir tests
` [PATCH bpf 5/6] selftest/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()
` [PATCH bpf 6/6] selftest/bpf: Introduce __attribute__((cleanup)) in create_pair()
[PATCH -v2] cgroup: fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
2024-07-24 11:08 UTC (3+ messages)
[PATCH] samples/bpf:Remove unused variable
2024-07-24 9:47 UTC (2+ messages)
[PATCH] bpf: export btf_find_by_name_kind and bpf_base_func_proto
2024-07-24 9:13 UTC (3+ messages)
[PATCH v2] tools/bpf:Fix the wrong format specifier
2024-07-24 9:05 UTC (2+ messages)
[PATCH] tools/bpf:Fix the wrong format specifier
2024-07-24 8:48 UTC (3+ messages)
[PATCH bpf-next v3 0/3] selftests/bpf: new MPTCP subflow subtest
2024-07-24 8:24 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: Add mptcp pm_nl_ctl link
[PATCH 0/2] uprobe: Fix uretprobe syscall wiring
2024-07-24 8:11 UTC (4+ messages)
` [PATCH 1/2] uprobe: Change uretprobe syscall scope and number
[PATCH bpf-next v1 00/19] selftests/bpf: Improve libc portability / musl support (part 1)
2024-07-24 7:08 UTC (20+ messages)
` [PATCH bpf-next v1 01/19] selftests/bpf: Use pid_t consistently in test_progs.c
` [PATCH bpf-next v1 03/19] selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libc
` [PATCH bpf-next v1 07/19] selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
` [PATCH bpf-next v1 10/19] selftests/bpf: Fix include of <sys/fcntl.h>
` [PATCH bpf-next v1 11/19] selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
` [PATCH bpf-next v1 12/19] selftests/bpf: Fix compiling kfree_skb.c "
` [PATCH bpf-next v1 13/19] selftests/bpf: Fix compiling flow_dissector.c "
` [PATCH bpf-next v1 14/19] selftests/bpf: Fix compiling tcp_rtt.c "
` [PATCH bpf-next v1 15/19] selftests/bpf: Fix compiling core_reloc.c "
` [PATCH bpf-next v1 16/19] selftests/bpf: Fix errors compiling lwt_redirect.c with musl libc
` [PATCH bpf-next v1 17/19] selftests/bpf: Fix errors compiling decap_sanity.c "
` [PATCH bpf-next v1 18/19] selftests/bpf: Fix errors compiling crypto_sanity.c "
` [PATCH bpf-next v1 19/19] selftests/bpf: Fix errors compiling cg_storage_multi.h "
[PATCH bpf-next v4 00/10] no_caller_saved_registers attribute for helper calls
2024-07-24 4:00 UTC (3+ messages)
[PATCH bpf-next 00/15] use network helpers, part 11
2024-07-24 2:54 UTC (20+ messages)
` [PATCH bpf-next 01/15] selftests/bpf: Use start_server_str in skc_to_unix_sock
` [PATCH bpf-next 02/15] selftests/bpf: AF_PACKET support for make_sockaddr
` [PATCH bpf-next 03/15] selftests/bpf: Use start_server_str in lwt_redirect
` [PATCH bpf-next 04/15] selftests/bpf: Add send_to_fd_opts helper
` [PATCH bpf-next 05/15] selftests/bpf: Add send_to_addr_str helper
` [PATCH bpf-next 06/15] selftests/bpf: Use send_to_addr_str in xdp_bonding
` [PATCH bpf-next 07/15] selftests/bpf: AF_ALG support for make_sockaddr
` [PATCH bpf-next 08/15] selftests/bpf: Add nolisten for network_helper_opts
` [PATCH bpf-next 09/15] selftests/bpf: Use start_server_str in crypto_sanity
` [PATCH bpf-next 10/15] selftests/bpf: AF_VSOCK support for make_sockaddr
` [PATCH bpf-next 11/15] selftests/bpf: Add loopback_addr_str helper
` [PATCH bpf-next 12/15] selftests/bpf: Use make_sockaddr in sockmap_helpers
` [PATCH bpf-next 13/15] selftests/bpf: Check listen support for start_server_addr
` [PATCH bpf-next 14/15] selftests/bpf: Clear type bits "
` [PATCH bpf-next 15/15] selftests/bpf: Use start_server_str in sockmap_helpers
[PATCH bpf-next v5 1/2] bpf: Get better reg range with ldsx and 32bit compare
2024-07-24 2:50 UTC (3+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Add reg_bounds tests for ldsx and subreg compare
[PATCH bpf-next v3 1/2] bpf: Fail verification for sign-extension of packet data/data_end/data_meta
2024-07-24 2:40 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accesses
[PATCH bpf-next v2 0/9] Add BPF LSM return value range check, BPF part
2024-07-24 1:17 UTC (9+ messages)
` [PATCH bpf-next v2 5/9] bpf, verifier: improve signed ranges inference for BPF_AND
[syzbot] [bpf?] [net?] general protection fault in bq_flush_to_queue
2024-07-23 21:10 UTC
[PATCH bpf-next] selftests/bpf: make %.test.d prerequisite order only
2024-07-23 20:57 UTC
[PATCH bpf-next v2] selftests/bpf: Fix wrong binary in Makefile log output
2024-07-23 20:30 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: fix compilation failure when CONFIG_NET_FOU!=y
2024-07-23 20:30 UTC (6+ messages)
` [PATCH bpf-next v3] "
[PATCHv3 bpf-next 0/2] selftests/bpf: Add more uprobe multi tests
2024-07-23 20:30 UTC (4+ messages)
` [PATCHv3 bpf-next 2/2] selftests/bpf: Add uprobe multi consumers test
[PATCH bpf-next v2] tools/runqslower: Fix LDFLAGS and add LDLIBS support
2024-07-23 20:30 UTC (5+ messages)
[PATCH bpf-next v4] selftests/bpf: use auto-dependencies for test objects
2024-07-23 20:28 UTC (7+ messages)
` [PATCH bpf-next v1] selftests/bpf: Fix wrong binary in Makefile log output
[PATCH bpf-next v2 1/2] selftests/bpf: Add missing system defines for mips
2024-07-23 20:20 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: don't include .d files on make clean
2024-07-23 20:20 UTC (2+ messages)
[PATCH bpf-next v4] selftests/bpf: use auto-dependencies for test objects
2024-07-23 20:11 UTC (8+ messages)
[ANN] bpf development stats for 6.11
2024-07-23 20:07 UTC
[PATCH bpf-next] selftests/bpf: Add a test for mmap-able map in map
2024-07-23 19:20 UTC (4+ messages)
[PATCH bpf-next 0/4] use network helpers, part 10
2024-07-23 18:40 UTC (2+ messages)
[PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
2024-07-23 18:34 UTC (6+ messages)
` [PATCH v4 9/20] "
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2024-07-23 14:43 UTC (12+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
[PATCH bpf v4 0/2] bpf: Fix null-pointer-deref in resolve_prog_type()
2024-07-23 14:13 UTC (3+ messages)
` [PATCH bpf v4 1/2] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
[PATCH v5.10] bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
2024-07-23 13:25 UTC (2+ messages)
[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-07-23 13:17 UTC (5+ messages)
[PATCH bpf-next] riscv, bpf: Optimize stack usage of trampoline
2024-07-23 12:58 UTC (2+ messages)
[RFC PATCH v3 13/37] kvx: Add build infrastructure
2024-07-23 9:46 UTC (2+ messages)
[PATCH v2 0/5] kallsyms: Emit symbol for holes in text and fix weak function issue
2024-07-23 6:32 UTC (6+ messages)
` [PATCH v2 1/5] kallsyms: Emit symbol at the holes in the text
` [PATCH v2 2/5] module: kallsyms: Determine exact function size
` [PATCH v2 3/5] ftrace: Skip invalid __fentry__ in ftrace_process_locs()
` [PATCH v2 4/5] ftrace: Fix possible out-of-bound issue "
` [PATCH v2 5/5] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround
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