BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 19:35:59 to 2023-06-12 22:08:26 UTC [more...]

[PATCH v2 bpf-next 00/18] BPF token
 2023-06-12 22:08 UTC  (13+ messages)

[PATCH bpf v3 0/2] bpf: fix NULL dereference during extable search
 2023-06-12 22:07 UTC  (7+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: add a test for subprogram extables

[PATCH bpf-next 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-12 21:56 UTC  (7+ messages)
` [PATCH bpf-next 1/2] net: bpf: Always call BPF cgroup filters for egress
` [PATCH bpf-next 2/2] selftests/bpf: Verify that the cgroup_skb filters receive expected packets

[PATCH 00/13] mm: jit/text allocator
 2023-06-12 21:34 UTC  (10+ messages)

[PATCH bpf-next v5 0/4] verify scalar ids mapping in regsafe()
 2023-06-12 21:01 UTC  (10+ messages)
` [PATCH bpf-next v5 1/4] bpf: use scalar ids in mark_chain_precision()
` [PATCH bpf-next v5 2/4] selftests/bpf: check if mark_chain_precision() follows scalar ids
` [PATCH bpf-next v5 3/4] bpf: verify scalar ids mapping in regsafe() using check_ids()
` [PATCH bpf-next v5 4/4] selftests/bpf: verify that check_ids() is used for scalars in regsafe()

[RFC bpf-next 0/7] bpf: netdev TX metadata
 2023-06-12 21:00 UTC  (9+ messages)
` [RFC bpf-next 1/7] bpf: rename some xdp-metadata functions into dev-bound
` [RFC bpf-next 2/7] bpf: resolve single typedef when walking structs
` [RFC bpf-next 3/7] bpf: implement devtx hook points
` [RFC bpf-next 4/7] bpf: implement devtx timestamp kfunc
` [RFC bpf-next 5/7] net: veth: implement devtx timestamp kfuncs
` [RFC bpf-next 6/7] selftests/bpf: extend xdp_metadata with devtx kfuncs
` [RFC bpf-next 7/7] selftests/bpf: extend xdp_hw_metadata "

[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-12 20:25 UTC  (7+ messages)

[PATCH v3 bpf-next 00/10] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-12 17:36 UTC  (13+ messages)
` [PATCH v3 bpf-next 01/10] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v3 bpf-next 02/10] bpftool: Dump the kernel symbol's module name
` [PATCH v3 bpf-next 03/10] bpftool: Show probed function in kprobe_multi link info
` [PATCH v3 bpf-next 04/10] bpf: Protect probed address based on kptr_restrict setting
` [PATCH v3 bpf-next 05/10] bpf: Clear the probe_addr for uprobe
` [PATCH v3 bpf-next 06/10] bpf: Expose symbol's respective address
` [PATCH v3 bpf-next 07/10] bpf: Add a common helper bpf_copy_to_user()
` [PATCH v3 bpf-next 08/10] bpf: Support ->fill_link_info for perf_event
` [PATCH v3 bpf-next 09/10] bpftool: Add perf event names
` [PATCH v3 bpf-next 10/10] bpftool: Show probed function in perf_event link info

[PATCH 1/2] [v3] bpf: hide unused bpf_patch_call_args
 2023-06-12 17:04 UTC  (3+ messages)
` [PATCH 2/2] [v3] bpf: fix bpf_probe_read_kernel prototype mismatch

[PATCH bpf-next 1/5] bpf: Add bpf_cpumask_first_and() kfunc
 2023-06-12 15:23 UTC  (10+ messages)
` [PATCH bpf-next 2/5] selftests/bpf: Add test for new "
` [PATCH bpf-next 3/5] bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
` [PATCH bpf-next 4/5] selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*
` [PATCH bpf-next 5/5] bpf/docs: Update documentation for new cpumask kfuncs

[PATCH bpf-next v1] selftests/bpf: fix invalid pointer check in get_xlated_program()
 2023-06-12 15:13 UTC  (4+ messages)

[PATCH] Add a sysctl option to disable bpf offensive helpers
 2023-06-12 15:01 UTC  (3+ messages)

[PATCH bpf] bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable
 2023-06-12 14:52 UTC  (2+ messages)

[PATCH 3/3] net: ethernet: ti-cpsw: fix linking built-in code to modules
 2023-06-12 14:37 UTC  (3+ messages)

[PATCH net-next v4 0/5] introduce page_pool_alloc() API
 2023-06-12 13:02 UTC  (2+ messages)
` [PATCH net-next v4 5/5] page_pool: update document about frag API

[PATCH bpf-next v2 0/7] BPF link support for tc BPF programs
 2023-06-12 12:43 UTC  (23+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add generic attach/detach/query API for multi-progs

[PATCH] tracing/probes: Fix tracepoint event with $arg* to fetch correct argument
 2023-06-12 11:58 UTC 

[PATCH] lib/test_bpf: Replace kmap() with kmap_local_page()
 2023-06-12 11:49 UTC  (2+ messages)

[PATCH v1 0/2] Unify uapi bitsperlong.h
 2023-06-12 11:01 UTC  (3+ messages)
` [PATCH v1 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch
` [PATCH v1 2/2] tools arch: Remove uapi bitsperlong.h of hexagon and microblaze

[PATCH 0/2] Fix high-order allocations for AUX space
 2023-06-12 10:25 UTC  (12+ messages)
` [PATCH 1/2] perf/core: Bail out early if the request AUX area is out of bound
` [PATCH 2/2] perf/ring_buffer: Fix high-order allocations for AUX space with correct MAX_ORDER limit

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-12  9:53 UTC  (14+ messages)
` [PATCH RFC net-next v4 1/8] vsock/dgram: generalize recvmsg and drop transport->dgram_dequeue
` [PATCH RFC net-next v4 2/8] vsock: refactor transport lookup code
` [PATCH RFC net-next v4 3/8] vsock: support multi-transport datagrams
` [PATCH RFC net-next v4 4/8] vsock: make vsock bind reusable
` [PATCH RFC net-next v4 5/8] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams
` [PATCH RFC net-next v4 7/8] vsock: Add lockless sendmsg() support
` [PATCH RFC net-next v4 8/8] tests: add vsock dgram tests

[syzbot] [net?] KASAN: stack-out-of-bounds Read in skb_splice_from_iter
 2023-06-12  9:40 UTC 

[PATCH net-next v7 2/4] net: core: add getsockopt SO_PEERPIDFD
 2023-06-12  9:22 UTC  (2+ messages)

[PATCH net-next,V2] net: mana: Add support for vlan tagging
 2023-06-12  8:40 UTC  (2+ messages)

[PATCH v13 00/12] tracing: Add fprobe/tracepoint events
 2023-06-12  7:29 UTC  (3+ messages)
` [PATCH v13 09/12] tracing/probes: Add BTF retval type support

[RFC PATCH bpf-next v4 0/3] Handle immediate reuse in bpf memory allocator
 2023-06-12  3:40 UTC  (13+ messages)

[PATCH bpf-next v5] selftests/bpf: Add benchmark for bpf memory allocator
 2023-06-12  1:46 UTC  (7+ messages)

[bug] kernel: bpf: syscall: a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-06-12  0:01 UTC  (8+ messages)

[BUG] optimizations for branch cause bpf verification to fail
 2023-06-11 23:10 UTC  (4+ messages)

[PATCH v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-11 16:59 UTC  (6+ messages)
` [PATCH v12 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v12 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [PATCH v12 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v12 4/4] evm: Support multiple LSMs providing an xattr

[PATCH v2 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-11 15:55 UTC  (21+ messages)
` [PATCH v2 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v2 bpf-next 08/11] bpf: Support ->fill_link_info for perf_event
` [PATCH v2 bpf-next 09/11] libbpf: Add perf event names

[syzbot] [net?] Internal error in desc_read_finalized_seq
 2023-06-11  6:34 UTC 

[PATCH v3 0/4] Bring back vmlinux.h generation
 2023-06-10 22:14 UTC  (2+ messages)

[PATCH net 00/17] selftests: mptcp: skip tests not supported by old kernels (part 3)
 2023-06-10 16:11 UTC  (18+ messages)
` [PATCH net 01/17] selftests: mptcp: lib: skip if not below kernel version
` [PATCH net 02/17] selftests: mptcp: join: use 'iptables-legacy' if available
` [PATCH net 03/17] selftests: mptcp: join: helpers to skip tests
` [PATCH net 04/17] selftests: mptcp: join: skip check if MIB counter not supported
` [PATCH net 05/17] selftests: mptcp: join: skip test if iptables/tc cmds fail
` [PATCH net 06/17] selftests: mptcp: join: support local endpoint being tracked or not
` [PATCH net 07/17] selftests: mptcp: join: skip Fastclose tests if not supported
` [PATCH net 08/17] selftests: mptcp: join: support RM_ADDR for used endpoints or not
` [PATCH net 09/17] selftests: mptcp: join: skip implicit tests if not supported
` [PATCH net 10/17] selftests: mptcp: join: skip backup if set flag on ID "
` [PATCH net 11/17] selftests: mptcp: join: skip fullmesh flag tests if "
` [PATCH net 12/17] selftests: mptcp: join: skip userspace PM "
` [PATCH net 13/17] selftests: mptcp: join: skip fail "
` [PATCH net 14/17] selftests: mptcp: join: skip MPC backups "
` [PATCH net 15/17] selftests: mptcp: join: skip PM listener "
` [PATCH net 16/17] selftests: mptcp: join: uniform listener tests
` [PATCH net 17/17] selftests: mptcp: join: skip mixed tests if not supported

[PATCH] Add a sysctl option to disable bpf offensive helpers
 2023-06-10 15:37 UTC  (3+ messages)

[PATCH v11 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-10  8:00 UTC  (13+ messages)
` [PATCH v11 1/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v11 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()
` [PATCH v11 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure

[PATCH bpf-next v4 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-10  7:01 UTC  (12+ messages)
` [PATCH bpf-next v4 1/3] "
` [PATCH bpf-next v4 2/3] bpf, x86: clean garbage value in the stack of trampoline
` [PATCH bpf-next v4 3/3] selftests/bpf: add testcase for FENTRY/FEXIT with 6+ arguments

[PATCH bpf-next v4 0/4] verify scalar ids mapping in regsafe()
 2023-06-09 23:22 UTC  (8+ messages)
` [PATCH bpf-next v4 1/4] bpf: use scalar ids in mark_chain_precision()
` [PATCH bpf-next v4 2/4] selftests/bpf: check if mark_chain_precision() follows scalar ids
` [PATCH bpf-next v4 3/4] bpf: verify scalar ids mapping in regsafe() using check_ids()
` [PATCH bpf-next v4 4/4] selftests/bpf: verify that check_ids() is used for scalars in regsafe()

[PATCH bpf v4 0/2] bpf: fix NULL dereference during extable search
 2023-06-09 22:40 UTC  (4+ messages)
` [PATCH bpf v4 1/2] bpf: ensure main program has an extable
` [PATCH bpf v4 2/2] selftests/bpf: add a test for subprogram extables

[PATCH v1] tools api fs: More thread safety for global filesystem variables
 2023-06-09 22:40 UTC 

[PATCH RFC] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-09 20:37 UTC  (8+ 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).