BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-24 18:16:51 to 2023-10-26 18:32:31 UTC [more...]

[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in sk_msg_recvmsg
 2023-10-26 18:32 UTC 

[PATCH bpf-next 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-10-26 18:20 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests: bpf: crypto skcipher algo selftests

[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
 2023-10-26 18:27 UTC  (15+ messages)
` [PATCH bpf-next 1/6] libbpf: Add st_type argument to elf_resolve_syms_offsets function
` [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCH bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
` [PATCH bpf-next 6/6] bpftool: Add support to display uprobe_multi links

[PATCH bpf-next v4 0/7] Add bpf programmable net device
 2023-10-26 17:47 UTC  (26+ messages)
` [PATCH bpf-next v4 1/7] netkit, bpf: "
` [PATCH bpf-next v4 2/7] tools: Sync if_link uapi header
` [PATCH bpf-next v4 3/7] libbpf: Add link-based API for netkit
` [PATCH bpf-next v4 4/7] bpftool: Implement link show support "
` [PATCH bpf-next v4 5/7] bpftool: Extend net dump with netkit progs
` [PATCH bpf-next v4 6/7] selftests/bpf: Add netlink helper library
` [PATCH bpf-next v4 7/7] selftests/bpf: Add selftests for netkit

[PATCH v3 1/3] perf lock contention: Clear lock addr after use
 2023-10-26 17:11 UTC  (7+ messages)
` [PATCH v3 2/3] perf lock contention: Check race in tstamp elem creation
` [PATCH v3 3/3] perf lock contention: Use per-cpu array map for spinlocks

[PATCH bpf-next] net, xdp: allow metadata > 32
 2023-10-26 16:56 UTC 

[PATCH bpf-next] bpf: Inherit system settings for CPU security mitigations
 2023-10-26 16:54 UTC  (6+ messages)
` [PATCH v3 bpf-next] selftests/bpf: Fix selftests broken by mitigations=off

[syzbot] [kernel?] possible deadlock in console_lock_spinning_enable (3)
 2023-10-26 16:54 UTC 

[PATCH bpf-next v2] netkit: use netlink policy for mode and policy attributes validation
 2023-10-26 16:21 UTC  (4+ messages)

bpf: incorrect value spill in check_stack_write_fixed_off()
 2023-10-26 15:23 UTC  (5+ messages)

[PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
 2023-10-26 15:13 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
` [PATCH bpf-next 2/2] selftests/bpf: Add test for immediate spilled to stack

pull-request: bpf-next 2023-10-26
 2023-10-26 15:05 UTC 

[PATCH bpf-next 0/2] netkit: two minor cleanups
 2023-10-26 14:34 UTC  (12+ messages)
` [PATCH bpf-next 1/2] netkit: remove explicit active/peer ptr initialization
` [PATCH bpf-next 2/2] netkit: use netlink policy for mode and policy attributes validation

[PATCH bpf-next v6 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-26 13:56 UTC  (3+ messages)

[PATCH bpf-next 0/3] samples/bpf: Allow building as PIE
 2023-10-26 13:40 UTC  (5+ messages)
` [PATCH bpf-next 1/3] samples/bpf: Allow building with custom CFLAGS/LDFLAGS
` [PATCH bpf-next 2/3] samples/bpf: Fix passing LDFLAGS to libbpf
` [PATCH bpf-next 3/3] samples/bpf: Allow building with custom bpftool

[PATCH bpf-next] bpf: Add more WARN_ON_ONCE checks for mismatched alloc and free
 2023-10-26 12:30 UTC  (2+ messages)

[PATCH v5 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-10-26 11:59 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/7] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v5 bpf-next 2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v5 bpf-next 3/7] bpf: Add helpers for trampoline image management
` [PATCH v5 bpf-next 4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v5 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
` [PATCH v5 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
` [PATCH v5 bpf-next 7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-26 10:24 UTC  (11+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "

bpf: shift-out-of-bounds in tnum_rshift()
 2023-10-26  6:44 UTC  (8+ messages)

[PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-26  4:40 UTC  (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add malloc failure checks "

[PATCH bpf-next v2 0/2] selftests/bpf: Replaces CHECK macros and adds malloc failure checks to bpf_iter
 2023-10-26  4:37 UTC  (2+ messages)

[PATCH v1 bpf-next 3/4] btf: Descend into structs and arrays during special field search
 2023-10-26  1:24 UTC  (2+ messages)

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-25 23:13 UTC  (9+ messages)

[PATCH bpf-next] bpf, net: Use bpf mem allocator for sk local storage
 2023-10-25 22:41 UTC 

[PATCH v4 dwarves 0/5] pahole, btf_encoder: support --btf_features
 2023-10-25 22:28 UTC  (7+ messages)

[PATCH v1 bpf-next 0/6] Allow bpf_refcount_acquire of mapval
 2023-10-25 21:48 UTC  (8+ messages)
` [PATCH v1 bpf-next 1/6] bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
` [PATCH v1 bpf-next 2/6] selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire
` [PATCH v1 bpf-next 3/6] bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
` [PATCH v1 bpf-next 4/6] bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
` [PATCH v1 bpf-next 5/6] bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
` [PATCH v1 bpf-next 6/6] selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld

[RESEND RFC PATCH v2 00/14] device_cgroup: guard mknod for non-initial user namespace
 2023-10-25 18:11 UTC  (17+ messages)
` [RESEND RFC PATCH v2 01/14] device_cgroup: Implement devcgroup hooks as lsm security hooks
` [RESEND RFC PATCH v2 02/14] vfs: Remove explicit devcgroup_inode calls
` [RESEND RFC PATCH v2 03/14] device_cgroup: Remove explicit devcgroup_inode hooks
` [RESEND RFC PATCH v2 04/14] lsm: Add security_dev_permission() hook
` [RESEND RFC PATCH v2 05/14] device_cgroup: Implement dev_permission() hook
` [RESEND RFC PATCH v2 06/14] block: Switch from devcgroup_check_permission to security hook
` [RESEND RFC PATCH v2 07/14] drm/amdkfd: "
` [RESEND RFC PATCH v2 08/14] device_cgroup: Hide devcgroup functionality completely in lsm
` [RESEND RFC PATCH v2 09/14] lsm: Add security_inode_mknod_nscap() hook
` [RESEND RFC PATCH v2 10/14] lsm: Add security_sb_alloc_userns() hook
` [RESEND RFC PATCH v2 11/14] vfs: Wire up security hooks for lsm-based device guard in userns
` [RESEND RFC PATCH v2 12/14] bpf: Add flag BPF_DEVCG_ACC_MKNOD_UNS for device access
` [RESEND RFC PATCH v2 13/14] bpf: cgroup: Introduce helper cgroup_bpf_current_enabled()
` [RESEND RFC PATCH v2 14/14] device_cgroup: Allow mknod in non-initial userns if guarded

[bug report] lwt: Fix return values of BPF xmit ops
 2023-10-25 13:46 UTC  (3+ messages)

[RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
 2023-10-25  8:06 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] Relax allowlist for open-coded css_task iter
 2023-10-25  7:59 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] bpf: Relax allowlist for "
` [PATCH bpf-next v3 2/3] selftests/bpf: Add tests for css_task iter combining with cgroup iter
` [PATCH bpf-next v3 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs

[PATCH bpf-next] selftests/bpf: umount children of TDIR in test_bpffs
 2023-10-25  5:41 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Add malloc failure checks in bpf_iter
 2023-10-25  4:18 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-25  4:14 UTC  (2+ messages)

[PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-24 23:55 UTC  (10+ messages)
` [PATCH v6 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v6 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v6 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v6 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v6 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v6 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v6 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v6 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v6 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v5 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-10-24 23:21 UTC  (4+ messages)
` [PATCH v5 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest

[PATCH v9 bpf-next 0/9] bpf: Add socket destroy capability
 2023-10-24 22:50 UTC  (7+ messages)
` [PATCH v9 bpf-next 5/9] bpf: udp: Implement batching for sockets iterator

[PATCH v4 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
 2023-10-24 22:16 UTC  (6+ messages)
` [PATCH v4 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-10-24 21:39 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock

[PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester
 2023-10-24 21:26 UTC  (11+ messages)

[PATCH v2 00/13] Improvements to memory use
 2023-10-24 20:52 UTC  (10+ messages)
` [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 12/13] perf mmap: Lazily initialize zstd streams

[PATCH bpf-next v3 0/7] Add bpf programmable net device
 2023-10-24 19:58 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] netkit, bpf: "

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-24 19:38 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).