messages from 2024-07-10 14:02:39 to 2024-07-11 20:20:02 UTC [more...]
[PATCH v14 3/3] security: Replace indirect LSM hook calls with static calls
2024-07-11 20:19 UTC (5+ messages)
[PATCH 0/2] revert unconditional slab and page allocator fault injection calls
2024-07-11 19:36 UTC (4+ messages)
` [PATCH 1/2] mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLAB
` [PATCH 2/2] mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOC
[PATCH net-next v16 00/13] Device Memory TCP
2024-07-11 18:34 UTC (24+ messages)
` [PATCH net-next v16 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v16 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v16 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v16 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v16 05/13] page_pool: devmem support
` [PATCH net-next v16 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v16 13/13] netdev: add dmabuf introspection
[PROBLEM linux-next] /kernel/bpf/btf.c:7581:9: error: function ‘btf_snprintf_show’ might be a candidate for ‘gnu_printf’ format attribute [-Werror=suggest-attribute=format]
2024-07-11 18:26 UTC (2+ messages)
[PATCH bpf] bpf: annotate BTF show functions with __printf
2024-07-11 18:23 UTC
[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-07-11 18:07 UTC (4+ messages)
[PATCH 00/10] perf/uprobe: Optimize uprobes
2024-07-11 17:47 UTC (12+ messages)
[PATCH -next] cgroup: Fix AA deadlock caused by cgroup_bpf_release
2024-07-11 17:36 UTC (6+ messages)
[RFC PATCH bpf-next v2 1/2] bpf: Support private stack for bpf progs
2024-07-11 16:42 UTC (2+ messages)
` [RFC PATCH bpf-next v2 2/2] [no_merge] selftests/bpf: Benchmark runtime performance with private stack
[PATCH bpf] bpf, arm64: fix trampoline for BPF_TRAMP_F_CALL_ORIG
2024-07-11 16:00 UTC (2+ messages)
[PATCH bpf] selftests/bpf: DENYLIST.aarch64: Remove fexit_sleep
2024-07-11 15:55 UTC (12+ messages)
[PATCH bpf-next v2 0/2] Use overflow.h helpers to check for overflows
2024-07-11 15:06 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: use check_add_overflow() to check for addition overflows
[PATCH bpf v4 0/2] bpf: Fix null-pointer-deref in resolve_prog_type()
2024-07-11 14:58 UTC (3+ messages)
` [PATCH bpf v4 1/2] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
` [PATCH bpf v4 2/2] selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()
[PATCH v5 bpf-next 0/3] bpf: Fix tailcall hierarchy
2024-07-11 14:36 UTC (7+ messages)
` [PATCH v5 bpf-next 1/3] bpf, x64: "
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add testcases for tailcall hierarchy fixing
[PATCH bpf-next v4 00/20] Add return value range check for BPF LSM
2024-07-11 14:15 UTC (15+ messages)
` [PATCH bpf-next v4 01/20] lsm: Refactor return value of LSM hook vm_enough_memory
` [PATCH bpf-next v4 02/20] lsm: Refactor return value of LSM hook inode_need_killpriv
` [PATCH bpf-next v4 03/20] lsm: Refactor return value of LSM hook inode_getsecurity
` [PATCH bpf-next v4 04/20] lsm: Refactor return value of LSM hook inode_listsecurity
` [PATCH bpf-next v4 05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr
` [PATCH bpf-next v4 06/20] lsm: Refactor return value of LSM hook getselfattr
` [PATCH bpf-next v4 07/20] lsm: Refactor return value of LSM hook setprocattr
` [PATCH bpf-next v4 08/20] lsm: Refactor return value of LSM hook getprocattr
` [PATCH bpf-next v4 09/20] lsm: Refactor return value of LSM hook key_getsecurity
` [PATCH bpf-next v4 10/20] lsm: Refactor return value of LSM hook audit_rule_match
` [PATCH bpf-next v4 11/20] bpf, lsm: Add disabled BPF LSM hook list
` [PATCH bpf-next v4 12/20] bpf, lsm: Enable BPF LSM prog to read/write return value parameters
[PATCH bpf-next v4 13/20] bpf, lsm: Add check for BPF LSM return value
2024-07-11 11:38 UTC (8+ messages)
` [PATCH bpf-next v4 14/20] bpf: Prevent tail call between progs attached to different hooks
` [PATCH bpf-next v4 15/20] bpf: Fix compare error in function retval_range_within
` [PATCH bpf-next v4 16/20] bpf: Add a special case for bitwise AND on range [-1, 0]
` [PATCH bpf-next v4 17/20] selftests/bpf: Avoid load failure for token_lsm.c
` [PATCH bpf-next v4 18/20] selftests/bpf: Add return value checks for failed tests
` [PATCH bpf-next v4 19/20] selftests/bpf: Add test for lsm tail call
` [PATCH bpf-next v4 20/20] selftests/bpf: Add verifier tests for bpf lsm
[RFC PATCH bpf-next RESEND 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
2024-07-11 11:19 UTC (17+ messages)
` [RFC PATCH bpf-next RESEND 01/16] bpf: Introduce BPF_PROG_TYPE_CRIB
` [RFC PATCH bpf-next RESEND 02/16] bpf: Add KF_ITER_GETTER and KF_ITER_SETTER flags
` [RFC PATCH bpf-next RESEND 03/16] bpf: Improve bpf kfuncs pointer arguments chain of trust
` [RFC PATCH bpf-next RESEND 04/16] bpf: Add bpf_task_from_vpid() kfunc
` [RFC PATCH bpf-next RESEND 05/16] bpf/crib: Add struct file related CRIB kfuncs
` [RFC PATCH bpf-next RESEND 06/16] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [RFC PATCH bpf-next RESEND 07/16] bpf/crib: Add struct sock related CRIB kfuncs
` [RFC PATCH bpf-next RESEND 08/16] bpf/crib: Add CRIB kfuncs for getting pointer to often-used socket-related structures
` [RFC PATCH bpf-next RESEND 09/16] bpf/crib: Add CRIB kfuncs for getting socket source/destination addresses
` [RFC PATCH bpf-next RESEND 10/16] bpf/crib: Add struct sk_buff related CRIB kfuncs
` [RFC PATCH bpf-next RESEND 11/16] bpf/crib: Introduce skb open-coded iterator kfuncs
` [RFC PATCH bpf-next RESEND 12/16] bpf/crib: Introduce skb_data "
` [RFC PATCH bpf-next RESEND 13/16] bpf/crib: Add CRIB kfuncs for restoring data in skb
` [RFC PATCH bpf-next RESEND 14/16] selftests/crib: Add test for getting basic information of the process
` [RFC PATCH bpf-next RESEND 15/16] selftests/crib: Add test for getting all socket "
` [RFC PATCH bpf-next RESEND 16/16] selftests/crib: Add test for dumping/restoring UDP socket packets
pull-request: bpf 2024-07-11
2024-07-11 11:00 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: Add timer lockup selftest
2024-07-11 8:31 UTC (3+ messages)
xdp/xsk.c: Possible bug in xdp_umem_reg version check
2024-07-11 8:11 UTC (8+ messages)
[PATCH 0/3] selftests/bpf: convert test_xdp_veth to test_progs framework
2024-07-11 8:09 UTC (4+ messages)
` [PATCH 1/3] selftests/bpf: update xdp_redirect_map prog sections for libbpf
` [PATCH 2/3] selftests/bpf: integrate test_xdp_veth into test_progs
` [PATCH 3/3] bpf/selftests: drop old version of test_xdp_veth.sh
Fixing coerce_subreg_to_size_sx invalidly setting reg->umax_value
2024-07-11 8:07 UTC
[PATCH] bpf, selftests: fix a resource leak in main()
2024-07-11 7:52 UTC (2+ messages)
[PATCH] bpf, selftests: fix a resource leak in main()
2024-07-11 7:51 UTC
[PATCH] selftests/bpf:fix a resource leak in main()
2024-07-11 7:34 UTC
[PATCH] selftests/bpf:fix a resource leak in run_tests()
2024-07-11 7:28 UTC
[PATCH] selftests/bpf:fix a resource leak in main()
2024-07-11 7:18 UTC
[PATCH] selftests/bpf:fix a resource leak in main()
2024-07-11 7:10 UTC
[PATCH v2] bpf: make function do_misc_fixups as noinline_for_stack
2024-07-11 5:45 UTC
[PATCH bpf v1 0/3] Fixes for BPF timer lockup and UAF
2024-07-11 2:56 UTC (6+ messages)
` [PATCH bpf v1 3/3] selftests/bpf: Add timer lockup selftest
[PATCH bpf-next 0/5] use network helpers, part 9
2024-07-11 2:52 UTC (6+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Drop type of connect_to_fd_opts
` [PATCH bpf-next 2/5] selftests/bpf: Drop must_fail from network_helper_opts
` [PATCH bpf-next 3/5] selftests/bpf: Add connect_to_addr_str helper
` [PATCH bpf-next 4/5] selftests/bpf: Use connect_to_addr_str in sk_lookup
` [PATCH bpf-next 5/5] selftests/bpf: Drop make_socket "
[PATCH 0/2] Optimize the return_instance management of uretprobe
2024-07-11 2:05 UTC (6+ messages)
` [PATCH 1/2] uprobes: Optimize the return_instance related routines
[PATCH v2 1/2] net: Fix skb_segment when splitting gso_size mangled skb having linear-headed frag_list whose head_frag=true
2024-07-10 23:06 UTC (6+ messages)
` [PATCH] net: linearizing skb when downgrade gso_size
[PATCH RESEND] bpf: fix order of args in call to bpf_map_kvcalloc
2024-07-10 22:36 UTC (4+ messages)
` [PATCH for 6.10] "
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2024-07-10 21:25 UTC (15+ messages)
` [RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
` [RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
` [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 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [RFC PATCH net-next v6 11/14] vhost/vsock: implement datagram support
` [RFC PATCH net-next v6 12/14] vsock/loopback: "
` [RFC PATCH net-next v6 13/14] virtio/vsock: "
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
[PATCH bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-07-10 20:53 UTC (6+ messages)
` [PATCH bpf-next 07/10] lib/buildid: harden build ID parsing logic some more
` [PATCH bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH bpf-next v2 0/2] BPF selftests misc fixes
2024-07-10 19:50 UTC (3+ messages)
[PATCH v5] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-10 19:36 UTC
ANNOUNCE: pahole v1.27 (reproducible builds, BTF kfuncs)
2024-07-10 19:31 UTC (7+ messages)
` [PATCH/RFT] "
[PATCH v4] perf,x86: avoid missing caller address in stack traces captured in uprobe
2024-07-10 19:24 UTC (7+ messages)
[PATCH bpf-next v11 0/9] use network helpers, part 8
2024-07-10 19:20 UTC (10+ messages)
` [PATCH bpf-next v11 2/9] selftests/bpf: Add ASSERT_OK_FD macro
` [PATCH bpf-next v11 3/9] selftests/bpf: Close fd in error path in drop_on_reuseport
` [PATCH bpf-next v11 6/9] selftests/bpf: Use connect_fd_to_fd in sk_lookup
` [PATCH bpf-next v11 7/9] selftests/bpf: Add connect_fd_to_addr_str helper
[RFC bpf-next v2 0/9] no_caller_saved_registers attribute for helper calls
2024-07-10 19:17 UTC (18+ messages)
` [RFC bpf-next v2 2/9] bpf: "
[PATCH bpf-next] selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=m
2024-07-10 18:50 UTC (2+ messages)
[RFC PATCH 01/16] bpf: Introduce BPF_PROG_TYPE_CRIB
2024-07-10 18:41 UTC (16+ messages)
` [RFC PATCH 02/16] bpf: Add KF_ITER_GETTER and KF_ITER_SETTER flags
` [RFC PATCH 03/16] bpf: Improve bpf kfuncs pointer arguments chain of trust
` [RFC PATCH 04/16] bpf: Add bpf_task_from_vpid() kfunc
` [RFC PATCH 05/16] bpf/crib: Add struct file related CRIB kfuncs
` [RFC PATCH 06/16] bpf/crib: Introduce task_file open-coded iterator kfuncs
` [RFC PATCH 07/16] bpf/crib: Add struct sock related CRIB kfuncs
` [RFC PATCH 08/16] bpf/crib: Add CRIB kfuncs for getting pointer to often-used socket-related structures
` [RFC PATCH 09/16] bpf/crib: Add CRIB kfuncs for getting socket source/destination addresses
` [RFC PATCH 10/16] bpf/crib: Add struct sk_buff related CRIB kfuncs
` [RFC PATCH 11/16] bpf/crib: Introduce skb open-coded iterator kfuncs
` [RFC PATCH 12/16] bpf/crib: Introduce skb_data "
` [RFC PATCH 13/16] bpf/crib: Add CRIB kfuncs for restoring data in skb
` [RFC PATCH 14/16] selftests/crib: Add test for getting basic information of the process
` [RFC PATCH 15/16] selftests/crib: Add test for getting all socket "
` [RFC PATCH 16/16] selftests/crib: Add test for dumping/restoring UDP socket packets
[RFC PATCH 00/16] bpf: Checkpoint/Restore In eBPF (CRIB)
2024-07-10 18:40 UTC
[PATCH] bpf: Ensure BPF programs testing skb context initialization
2024-07-10 18:38 UTC (2+ messages)
[PATCH bpf v3 0/3] bpf: Fix null-pointer-deref in resolve_prog_type()
2024-07-10 18:32 UTC (3+ messages)
` [PATCH bpf v3 1/3] bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXT
[PATCH] bpf: increase frame warning limit in verifier when using KASAN or KCSAN
2024-07-10 18:29 UTC (4+ messages)
[PATCH bpf-next] bpf: Remove tst_run from lwt_seg6local_prog_ops
2024-07-10 17:13 UTC (4+ messages)
possible bpf overflow/output bug introduced in 6.10?
2024-07-10 16:36 UTC
[PATCH bpf-next v2] selftests/bpf:fix a resource leak
2024-07-10 15:30 UTC (2+ messages)
[PATCH bpf-next v2 0/3] bpf: track find_equal_scalars history on per-instruction level
2024-07-10 15:21 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] "
[PATCH v2 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
2024-07-10 15:14 UTC (5+ messages)
` [PATCH v2 01/12] uprobes: update outdated comment
[PATCH bpf-next 0/3] BPF selftests misc fixes
2024-07-10 14:54 UTC (5+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Check ASSERT_OK(err) in dummy_st_ops
` [PATCH bpf-next 3/3] selftests/bpf: Close obj in error paths in xdp_adjust_tail
[PATCH bpf-next] bpf: kprobe: remove unused declaring of bpf_kprobe_override
2024-07-10 14:18 UTC (3+ 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