messages from 2023-10-10 20:35:38 to 2023-10-12 16:22:38 UTC [more...]
[PATCH bpf-next 0/5] BPF verifier log improvements
2023-10-12 16:22 UTC (12+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: improve percpu_alloc test robustness
` [PATCH bpf-next 2/5] selftests/bpf: improve missed_kprobe_recursion "
` [PATCH bpf-next 3/5] selftests/bpf: make align selftests more robust
` [PATCH bpf-next 4/5] bpf: disambiguate SCALAR register state output in verifier logs
` [PATCH bpf-next 5/5] bpf: ensure proper register state printing for cond jumps
[PATCH bpf-next v3 0/3] bpf: Detect jumping to reserved code of ld_imm64
2023-10-12 15:02 UTC (8+ messages)
` [PATCH bpf-next v3 1/3] bpf: Detect jumping to reserved code during check_cfg()
` [PATCH bpf-next v3 2/3] bpf: Report internal error on incorrect ld_imm64 in check_ld_imm()
` [PATCH bpf-next v3 3/3] bpf: Adapt and add tests for detecting jump to reserved code
[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
2023-10-12 14:50 UTC (40+ messages)
` [PATCH vhost 01/22] virtio_ring: virtqueue_set_dma_premapped support disable
` [PATCH vhost 02/22] virtio_ring: introduce virtqueue_dma_[un]map_page_attrs
` [PATCH vhost 03/22] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost 04/22] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost 05/22] virtio_net: independent directory
` [PATCH vhost 06/22] virtio_net: move to virtio_net.h
` [PATCH vhost 07/22] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH vhost 08/22] virtio_net: virtnet_poll_tx support rescheduled
` [PATCH vhost 09/22] virtio_net: separate virtnet_rx_resize()
` [PATCH vhost 10/22] virtio_net: separate virtnet_tx_resize()
` [PATCH vhost 11/22] virtio_net: sq support premapped mode
` [PATCH vhost 12/22] virtio_net: xsk: bind/unbind xsk
` [PATCH vhost 13/22] virtio_net: xsk: prevent disable tx napi
` [PATCH vhost 14/22] virtio_net: xsk: tx: support tx
` [PATCH vhost 15/22] virtio_net: xsk: tx: support wakeup
` [PATCH vhost 16/22] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH vhost 17/22] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH vhost 18/22] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH vhost 19/22] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH vhost 20/22] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH vhost 21/22] virtio_net: update tx timeout record
` [PATCH vhost 22/22] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY
[RFC dwarves 0/4] pahole, btf_encoder: support --btf_features
2023-10-12 13:48 UTC (14+ messages)
` [RFC dwarves 1/4] btf_encoder, pahole: move btf encoding options into conf_load
` [RFC dwarves 2/4] dwarves: move ARRAY_SIZE() to dwarves.h
` [RFC dwarves 3/4] pahole: add --btf_features=feature1[,feature2...] support
` [RFC dwarves 4/4] pahole: add --supported_btf_features to display feature support
[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
2023-10-12 13:44 UTC (3+ messages)
` [RFC PATCH bpf-next] bpf: change syscall_nr type to int in struct syscall_tp_t
Is tools/testing/selftests/bpf/ maintained?
2023-10-12 13:39 UTC
[PATCH net-next v10 0/6] introduce page_pool_alloc() related API
2023-10-12 11:34 UTC (3+ messages)
[PATCH bpf-next v2] Only run BPF cgroup unix sockaddr recvmsg() hooks on named sockets
2023-10-12 8:52 UTC
[PATCH bpf-next v1] Only run BPF cgroup unix sockaddr recvmsg() hooks on named sockets
2023-10-12 8:50 UTC
[PATCH v3 0/3] permit write-sealed memfd read-only shared mappings
2023-10-12 8:38 UTC (5+ messages)
` [PATCH v3 3/3] mm: enforce the mapping_map_writable() check after call_mmap()
[PATCH v2 00/13] Improvements to memory use
2023-10-12 6:23 UTC (14+ messages)
` [PATCH v2 01/13] perf machine: Avoid out of bounds LBR memory read
` [PATCH v2 02/13] libperf rc_check: Make implicit enabling work for GCC
` [PATCH v2 03/13] perf hist: Add missing puts to hist__account_cycles
` [PATCH v2 04/13] perf threads: Remove unused dead thread list
` [PATCH v2 05/13] perf offcpu: Add missed btf_free
` [PATCH v2 06/13] perf callchain: Make display use of branch_type_stat const
` [PATCH v2 07/13] perf callchain: Make brtype_stat in callchain_list optional
` [PATCH v2 08/13] perf callchain: Minor layout changes to callchain_list
` [PATCH v2 09/13] perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
` [PATCH v2 10/13] perf record: Lazy load kernel symbols
` [PATCH v2 11/13] libperf: Lazily allocate mmap event copy
` [PATCH v2 12/13] perf mmap: Lazily initialize zstd streams
` [PATCH v2 13/13] perf machine thread: Remove exited threads by default
[PATCH bpf-next] Detect jumping to reserved code during check_cfg()
2023-10-12 6:23 UTC (7+ messages)
[PATCH v2 bpf-next] bpf: Avoid unnecessary -EBUSY from htab_lock_bucket
2023-10-12 6:01 UTC (11+ messages)
[PATCH bpf] bpf: Avoid unnecessary -EBUSY from htab_lock_bucket
2023-10-12 5:57 UTC
[PATCH bpf-next] bpf: Inherit system settings for CPU security mitigations
2023-10-12 4:42 UTC (4+ messages)
[PATCH bpf-next v5 0/8] Add Open-coded task, css_task and css iters
2023-10-12 2:38 UTC (10+ messages)
` [PATCH bpf-next v5 1/8] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v5 2/8] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v5 3/8] bpf: Introduce task open coded "
` [PATCH bpf-next v5 4/8] bpf: Introduce css open-coded "
` [PATCH bpf-next v5 5/8] bpf: teach the verifier to enforce css_iter and task_iter in RCU CS
` [PATCH bpf-next v5 6/8] bpf: Let bpf_iter_task_new accept null task ptr
` [PATCH bpf-next v5 7/8] selftests/bpf: rename bpf_iter_task.c to bpf_iter_tasks.c
` [PATCH bpf-next v5 8/8] selftests/bpf: Add tests for open-coded task and css iter
[PATCH 0/4] seccomp: Make seccomp filter reusable
2023-10-12 1:49 UTC (13+ messages)
` [PATCH 1/4] seccomp: Refactor filter copy/create for reuse
` [PATCH 2/4] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation
` [PATCH 3/4] seccomp: Introduce SECCOMP_ATTACH_FILTER operation
` [PATCH 4/4] selftests/seccomp: Test SECCOMP_LOAD_FILTER and SECCOMP_ATTACH_FILTER
[PATCH bpf-next v11 0/9] Add cgroup sockaddr hooks for unix sockets
2023-10-12 0:41 UTC (12+ messages)
` [PATCH bpf-next v11 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v11 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v11 3/9] bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v11 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v11 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v11 6/9] bpftool: "
` [PATCH bpf-next v11 7/9] documentation/bpf: Document "
` [PATCH bpf-next v11 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v11 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks
[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
2023-10-12 0:32 UTC (9+ messages)
` [PATCH v4 2/12] "
[PATCH v6 bpf-next 06/13] bpf: add BPF token support to BPF_PROG_LOAD command
2023-10-12 0:31 UTC (3+ messages)
` [PATCH v6 6/13] "
[PATCH v6 bpf-next 00/13] BPF token and BPF FS-based delegation
2023-10-12 0:31 UTC (12+ messages)
` [PATCH v6 bpf-next 02/13] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v6 bpf-next 03/13] bpf: introduce BPF token object
` [PATCH v6 3/13] "
` [PATCH v6 bpf-next 04/13] bpf: add BPF token support to BPF_MAP_CREATE command
[PATCH bpf-next v10 00/24] Allocated objects, BPF linked lists
2023-10-11 23:02 UTC (4+ messages)
` [PATCH bpf-next v10 22/24] selftests/bpf: Add BPF linked list API tests
[PATCH bpf-next v10 0/9] Add cgroup sockaddr hooks for unix sockets
2023-10-11 19:45 UTC (17+ messages)
` [PATCH bpf-next v10 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v10 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v10 3/9] bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v9 3/9] bpf: Add bpf_sock_addr_set_unix_addr() "
` [PATCH bpf-next v10 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v10 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v10 6/9] bpftool: "
` [PATCH bpf-next v10 7/9] documentation/bpf: Document "
` [PATCH bpf-next v10 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v10 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks
[PATCH bpf-next v9 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
2023-10-11 16:34 UTC (3+ messages)
[PATCH] bpf/btf: Move tracing BTF APIs to the BTF library
2023-10-11 16:19 UTC (2+ messages)
[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
2023-10-11 15:27 UTC (5+ messages)
` [RFC PATCH bpf-next v2 1/4] bpf, x64: Emit nops for X86_PATCH
` [RFC PATCH bpf-next v2 2/4] bpf, x64: Fix tailcall hierarchy
` [RFC PATCH bpf-next v2 3/4] bpf, x64: Load tail_call_cnt pointer
` [RFC PATCH bpf-next v2 4/4] selftests/bpf: Add testcases for tailcall hierarchy fixing
[syzbot] [cgroups?] [mm?] WARNING in mem_cgroup_migrate
2023-10-11 15:11 UTC (3+ messages)
[linux-next:master] [bpf/tests] daabb2b098: kernel-selftests.net.test_bpf.sh.fail
2023-10-11 14:29 UTC (3+ messages)
[PATCH v3 0/3] selftests/hid: assorted fixes
2023-10-11 13:45 UTC (2+ messages)
[PATCH v6 3/5] security: Replace indirect LSM hook calls with static calls
2023-10-11 9:27 UTC (2+ messages)
[PATCH dwarves 0/3] dwarves: detect BTF kinds supported by kernel
2023-10-11 9:27 UTC (5+ messages)
Possible kernel memory leak in bpf_timer
2023-10-11 6:48 UTC (5+ messages)
[PATCH bpf-next 0/6] bpf: Fixes for per-cpu kptr
2023-10-11 6:40 UTC (9+ messages)
` [PATCH bpf-next 1/6] mm/percpu.c: introduce alloc_size_percpu()
` [PATCH bpf-next 4/6] bpf: Move the declaration of __bpf_obj_drop_impl() to internal.h
[PATCH bpf-next v4 0/8] Add Open-coded task, css_task and css iters
2023-10-11 5:32 UTC (4+ messages)
` [PATCH bpf-next v4 4/8] bpf: Introduce css open-coded iterator kfuncs
[PATCH bpf-next] net: Add a warning if NAPI cb missed xdp_do_flush()
2023-10-11 4:42 UTC (7+ messages)
` [PATCH bpf-next v2] "
` [PATCH bpf-next v3] "
` [PATCH bpf-next -v4] "
[RFC PATCH 0/7] tun: Introduce virtio-net hashing feature
2023-10-11 3:57 UTC (19+ messages)
` [RFC PATCH 5/7] "
pull-request: bpf 2023-10-11
2023-10-11 3:10 UTC (2+ messages)
[PATCH bpf 0/2] s390/bpf: Fix backchain issues in the trampoline
2023-10-10 22:10 UTC (3+ messages)
` [PATCH bpf 2/2] s390/bpf: Fix unwinding past "
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-10-10 22:09 UTC (9+ messages)
[PATCH bpf-next v3 00/10] xsk: TX metadata
2023-10-10 20:40 UTC (5+ messages)
` [PATCH bpf-next v3 09/10] selftests/bpf: Add TX side to xdp_hw_metadata
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