BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-08 11:42:12 to 2023-06-10 08:01:39 UTC [more...]

[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 v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-10  7:57 UTC  (5+ 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 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 1/5] bpf: Add bpf_cpumask_first_and() kfunc
 2023-06-10  3:50 UTC  (5+ 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 v2 0/7] BPF link support for tc BPF programs
 2023-06-10  3:37 UTC  (39+ messages)
` [PATCH bpf-next v2 1/7] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v2 2/7] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v2 3/7] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v2 4/7] libbpf: Add link-based "

[PATCH v2 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-10  2:22 UTC  (22+ messages)
` [PATCH v2 bpf-next 01/11] bpf: Support ->fill_link_info for kprobe_multi
` [PATCH v2 bpf-next 03/11] bpftool: Show probed function in kprobe_multi link info
` [PATCH v2 bpf-next 04/11] bpf: Protect probed address based on kptr_restrict setting
` [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

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-10  0:58 UTC  (9+ 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

[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 v2 bpf-next 00/18] BPF token
 2023-06-09 22:57 UTC  (11+ messages)

[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 bpf-next v1] selftests/bpf: fix invalid pointer check in get_xlated_program()
 2023-06-09 22:16 UTC 

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

[PATCH RFC] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-09 20:37 UTC  (10+ messages)

[PATCH bpf-next v5] selftests/bpf: Add benchmark for bpf memory allocator
 2023-06-09 18:23 UTC  (5+ messages)

[PATCH] libbpf:fix use empty function pointers in ringbuf_poll
 2023-06-09 18:23 UTC  (7+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-06-09 17:02 UTC  (9+ messages)

[PATCH bpf] bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable
 2023-06-09 16:18 UTC  (2+ messages)

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

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-06-09 14:19 UTC  (11+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

HALLO ,
 2023-06-09 13:21 UTC 

[PATCH net-next v3 0/4] introduce page_pool_alloc() API
 2023-06-09 13:17 UTC 

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09 13:05 UTC  (6+ messages)

[PATCH net-next,V2] net: mana: Add support for vlan tagging
 2023-06-09 12:47 UTC 

[PATCH net-next 4/6] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
 2023-06-09 10:02 UTC 

[PATCH v3] Documentation: subsystem-apis: Categorize remaining subsystems
 2023-06-09  8:05 UTC  (2+ messages)

[PATCH v3 0/4] Bring back vmlinux.h generation
 2023-06-09  6:34 UTC  (6+ messages)
` [PATCH v3 1/4] perf build: Add ability to build with a generated vmlinux.h
` [PATCH v3 2/4] perf bpf: Move the declaration of struct rq
` [PATCH v3 3/4] perf test: Add build tests for BUILD_BPF_SKEL
` [PATCH v3 4/4] perf build: Filter out BTF sources without a .BTF section

[BUG] optimizations for branch cause bpf verification to fail
 2023-06-09  5:02 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] bpf, x86: allow function arguments up to 12 for TRACING
 2023-06-09  4:29 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] "

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

[PATCH bpf-next v3 0/4] verify scalar ids mapping in regsafe()
 2023-06-08 23:40 UTC  (19+ messages)
` [PATCH bpf-next v3 1/4] bpf: use scalar ids in mark_chain_precision()
` [PATCH bpf-next v3 2/4] selftests/bpf: check if mark_chain_precision() follows scalar ids
` [PATCH bpf-next v3 3/4] bpf: verify scalar ids mapping in regsafe() using check_ids()

[PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe
 2023-06-08 22:51 UTC  (3+ messages)
` [PATCH v12 bpf-next 02/12] fprobe: Add ftrace based probe APIs

[PATCH bpf-next v2 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-06-08 21:13 UTC  (5+ messages)
` [PATCH bpf-next v2 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc

[PATCH v11 00/11] tracing: Add fprobe/tracepoint events
 2023-06-08 20:52 UTC  (3+ messages)
` [PATCH v11 02/11] tracing/probes: Add fprobe events for tracing function entry and exit

[PATCH net-next v7 2/4] net: core: add getsockopt SO_PEERPIDFD
 2023-06-08 20:26 UTC 

[PATCH net 2/2] ice: Fix XDP memory leak when NIC is brought up and down
 2023-06-08 20:00 UTC 

[PATCH v5 1/2] kallsyms: move kallsyms_show_value() out of kallsyms.c
 2023-06-08 19:28 UTC  (3+ messages)
  ` [PATCH v5 2/2] kallsyms: make kallsyms_show_value() as generic function

[PATCH] tools: ynl: Remove duplicate include
 2023-06-08 11:46 UTC  (2+ messages)

[PATCH bpf,v5 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-06-08 11:41 UTC  (4+ messages)
` [PATCH bpf,v5 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint
` [PATCH bpf,v5 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v5 4/4] selftests/bpf: Add vrf_socket_lookup tests


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).