bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-29 05:18:40 to 2023-07-03 17:53:11 UTC [more...]

[PATCH 0/2] bpf, net: Allow setting SO_TIMESTAMPING* from BPF
 2023-07-03 17:50 UTC 

[PATCH bpf-next] xsk: honor SO_BINDTODEVICE on bind
 2023-07-03 17:53 UTC 

[RFC bpf-next] xsk: honor SO_BINDTODEVICE on bind
 2023-07-03 17:30 UTC  (8+ messages)

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-07-03 17:15 UTC  (4+ messages)

[PATCH v3] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-07-03 16:53 UTC  (2+ messages)

[PATCH v2] btf: warn but return no error for NULL btf from __register_btf_kfunc_id_set()
 2023-07-03 16:51 UTC  (6+ messages)

[RFC PATCH bpf-next 00/13] bpf: Support new insns from cpu v4
 2023-07-03 15:29 UTC  (17+ messages)
` [RFC PATCH bpf-next 01/13] bpf: Support new sign-extension load insns
` [RFC PATCH bpf-next 02/13] bpf: Add verifier support for "
` [RFC PATCH bpf-next 03/13] bpf: Support new sign-extension mov insns
` [RFC PATCH bpf-next 04/13] bpf: Support new unconditional bswap instruction
` [RFC PATCH bpf-next 05/13] bpf: Support new signed div/mod instructions
` [RFC PATCH bpf-next 06/13] bpf: Support new 32bit offset jmp instruction
` [RFC PATCH bpf-next 07/13] bpf: Add kernel/bpftool asm support for new instructions
` [RFC PATCH bpf-next 08/13] selftests/bpf: Add unit tests for new sign-extension load insns
` [RFC PATCH bpf-next 09/13] selftests/bpf: Add unit tests for new sign-extension mov insns
` [RFC PATCH bpf-next 10/13] selftests/bpf: Add unit tests for new bswap insns
` [RFC PATCH bpf-next 11/13] selftests/bpf: Add unit tests for new sdiv/smod insns
` [RFC PATCH bpf-next 12/13] selftests/bpf: Add unit tests for new gotol insn
` [RFC PATCH bpf-next 13/13] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing

[PATCH nf v2] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-07-03 15:22 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: Avoid nf_ct_helper_hash uses after free
 2023-07-03 14:42 UTC  (7+ messages)

[bug report] bpf: Enforce BPF ringbuf size to be the power of 2
 2023-07-03 13:46 UTC  (2+ messages)

[PATCH v2 bpf-next 0/9] bpf: support BTF kind layout info, CRCs
 2023-07-03 13:42 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/9] btf: add kind layout encoding, crcs to UAPI
` [PATCH v2 bpf-next 7/9] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v2 bpf-next 8/9] bpftool: update doc to describe bpftool btf dump .. format meta

[PATCH bpf-next v8] selftests/bpf: Add benchmark for bpf memory allocator
 2023-07-03 14:13 UTC 

[PATCH v2 01/13] perf parse-events: Remove unused PE_PMU_EVENT_FAKE token
 2023-07-03 13:08 UTC  (12+ messages)
    ` [v2 "

[PATCH v3 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-03 12:59 UTC  (3+ messages)
` [PATCH v3 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH 0/2] x86/BPF: Add new BPF helper call bpf_rdtsc
 2023-07-03 10:57 UTC  (3+ messages)
` [PATCH 1/2] x86/tsc: "
` [PATCH 2/2] selftests/bpf: Add test for bpf_rdtsc

[syzbot] [modules?] WARNING in init_module_from_file
 2023-07-03 10:42 UTC 

PSA: Ubuntu pahole creates buggy BTF
 2023-07-03 10:22 UTC  (3+ messages)

[PATCH bpf-next v4 6/7] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-07-03  9:57 UTC  (3+ messages)

[PATCH bpf-next v4 3/7] net: remove duplicate reuseport_lookup functions
 2023-07-03  9:45 UTC  (2+ messages)

next: perf: 32-bit: bench/sched-seccomp-notify.c:139:24: error: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'uint64_t'
 2023-07-03  7:25 UTC 

[PATCH v3 0/3] Make fprobe + rethook immune to recursion
 2023-07-03  6:52 UTC  (4+ messages)
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free

[PATCH net-next v4 0/2] virtio-net: avoid conflicts between XDP and GUEST_CSUM
 2023-07-03  6:33 UTC  (10+ messages)
` [PATCH net-next v4 1/2] virtio-net: support coexistence of "

[PATCH v2] powerpc/bpf: populate extable entries only during the last pass
 2023-07-03  5:21 UTC  (2+ messages)

[PATCH v2 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-02 19:45 UTC  (3+ messages)
` [PATCH v2 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-07-02 17:54 UTC 

[PATCH RESEND v3 bpf-next 00/14] BPF token
 2023-07-02  6:59 UTC  (19+ messages)
` [PATCH RESEND v3 bpf-next 01/14] bpf: introduce BPF token object
` [PATCH RESEND v3 bpf-next 02/14] libbpf: add bpf_token_create() API
` [PATCH RESEND v3 bpf-next 03/14] selftests/bpf: add BPF_TOKEN_CREATE test
` [PATCH RESEND v3 bpf-next 04/14] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH RESEND v3 bpf-next 05/14] libbpf: add BPF token support to bpf_map_create() API
` [PATCH RESEND v3 bpf-next 06/14] selftests/bpf: add BPF token-enabled test for BPF_MAP_CREATE command
` [PATCH RESEND v3 bpf-next 07/14] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH RESEND v3 bpf-next 08/14] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH RESEND v3 bpf-next 09/14] selftests/bpf: add BPF token-enabled BPF_BTF_LOAD selftest
` [PATCH RESEND v3 bpf-next 10/14] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH RESEND v3 bpf-next 11/14] bpf: take into account BPF token when fetching helper protos
` [PATCH RESEND v3 bpf-next 12/14] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH RESEND v3 bpf-next 13/14] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH RESEND v3 bpf-next 14/14] selftests/bpf: add BPF token-enabled BPF_PROG_LOAD tests

[PATCH v2 00/13] parse-events clean up
 2023-07-01 18:43 UTC  (11+ messages)
` [PATCH v2 13/13] perf parse-events: Remove ABORT_ON
      ` [v2 "

[PATCH v4 bpf-next 15/22] xsk: add multi-buffer documentation
 2023-07-01 13:51 UTC  (13+ messages)

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-01  8:54 UTC  (29+ messages)
` [PATCHv3 bpf-next 01/26] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv3 bpf-next 02/26] bpf: Add multi uprobe link
` [PATCHv3 bpf-next 03/26] bpf: Add cookies support for uprobe_multi link
` [PATCHv3 bpf-next 04/26] bpf: Add pid filter "
` [PATCHv3 bpf-next 05/26] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv3 bpf-next 06/26] libbpf: Add uprobe_multi attach type and link names
` [PATCHv3 bpf-next 07/26] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv3 bpf-next 08/26] libbpf: Add elf_open/elf_close functions
` [PATCHv3 bpf-next 09/26] libbpf: Add elf symbol iterator
` [PATCHv3 bpf-next 10/26] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv3 bpf-next 11/26] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv3 bpf-next 12/26] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv3 bpf-next 13/26] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv3 bpf-next 14/26] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv3 bpf-next 15/26] libbpf: Add uprobe multi link detection
` [PATCHv3 bpf-next 16/26] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv3 bpf-next 17/26] selftests/bpf: Add uprobe_multi skel test
` [PATCHv3 bpf-next 18/26] selftests/bpf: Add uprobe_multi api test
` [PATCHv3 bpf-next 19/26] selftests/bpf: Add uprobe_multi link test
` [PATCHv3 bpf-next 20/26] selftests/bpf: Add uprobe_multi test program
` [PATCHv3 bpf-next 21/26] selftests/bpf: Add uprobe_multi bench test
` [PATCHv3 bpf-next 22/26] selftests/bpf: Add usdt_multi test program
` [PATCHv3 bpf-next 23/26] selftests/bpf: Add usdt_multi bench test
` [PATCHv3 bpf-next 24/26] selftests/bpf: Add uprobe_multi cookie test
` [PATCHv3 bpf-next 25/26] selftests/bpf: Add uprobe_multi pid filter tests
` [PATCHv3 bpf-next 26/26] selftests/bpf: Add extra link to uprobe_multi tests

[syzbot] [modules?] KASAN: invalid-access Read in init_module_from_file
 2023-07-01  8:18 UTC 

[PATCH 1/2] libbpf: kprobe.multi: cross filter using available_filter_functions and kallsyms
 2023-07-01  7:26 UTC  (2+ messages)
` [PATCH 2/2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs

[RFC bpf-next v2 11/11] net/mlx5e: Support TX timestamp metadata
 2023-07-01  3:11 UTC  (19+ messages)

[PATCH 00/79] fs: new accessors for inode->i_ctime
 2023-06-30 22:12 UTC  (5+ messages)
` [PATCH 01/79] fs: add ctime accessors infrastructure

[PATCH bpf-next] libbpf: skip modules BTF loading when CAP_SYS_ADMIN is missing
 2023-06-30 19:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] libbpf: add netfilter link attach helper
 2023-06-30 19:40 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] tools: "

[PATCH v2] libbpf: kprobe.multi: Filter with available_filter_functions_addrs
 2023-06-30 19:01 UTC  (4+ messages)

[Bpf] IETF BPF WG meeting scheduled
 2023-06-30 17:25 UTC 

[syzbot] [selinux?] [reiserfs?] KASAN: wild-memory-access Read in inode_doinit_with_dentry
 2023-06-30 15:35 UTC 

[PATCH bpf-next v4 0/2] Fix missing synack in BPF cgroup_skb filters
 2023-06-30 14:12 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] net: bpf: Check SKB ownership against full socket

[PATCH v5 RFC 0/6] introduce page_pool_alloc() API
 2023-06-30 11:57 UTC  (6+ messages)
` [PATCH v5 RFC 5/6] page_pool: update document about frag API
` [PATCH v5 RFC 6/6] net: veth: use newly added page pool API for veth with xdp

[PATCH v1] fs: Add kfuncs to handle idmapped mounts
 2023-06-30 11:08 UTC 

Using C++ with BPF (uprobes)
 2023-06-30 10:19 UTC 

[RFC bpf-next v2 00/11] bpf: Netdev TX metadata
 2023-06-30  9:19 UTC  (18+ messages)
` [RFC bpf-next v2 03/11] xsk: Support XDP_TX_METADATA_LEN
                  ` [xdp-hints] "

[PATCH bpf-next] selftests/bpf: Fix bpf_nf failure upon test rerun
 2023-06-30  8:40 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Resolve modifiers when walking structs
 2023-06-30  8:40 UTC  (2+ messages)

[v3 PATCH bpf-next 0/6] bpf: add percpu stats for bpf_map
 2023-06-30  8:25 UTC  (7+ messages)
` [v3 PATCH bpf-next 1/6] bpf: add percpu stats for bpf_map elements insertions/deletions
` [v3 PATCH bpf-next 2/6] bpf: add a new kfunc to return current bpf_map elements count
` [v3 PATCH bpf-next 3/6] bpf: populate the per-cpu insertions/deletions counters for hashmaps
` [v3 PATCH bpf-next 4/6] bpf: make preloaded map iterators to display map elements count
` [v3 PATCH bpf-next 5/6] selftests/bpf: test map percpu stats
` [v3 PATCH bpf-next 6/6] selftests/bpf: check that ->elem_count is non-zero for the hash map

[PATCH v6 bpf-next 00/11] bpf: Support ->fill_link_info for kprobe_multi and perf_event links
 2023-06-30  2:22 UTC  (7+ messages)
` [PATCH v6 bpf-next 02/11] bpftool: Dump the kernel symbol's module name
` [PATCH v6 bpf-next 11/11] bpftool: Show perf link info

[PATCH bpf-next 0/7] Support defragmenting IPv(4|6) packets in BPF
 2023-06-29 17:59 UTC  (8+ messages)

[syzbot] [lsm?] [reiserfs?] general protection fault in fsnotify_perm
 2023-06-29 17:47 UTC 

[PATCH v3 bpf-next 00/13] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-06-29 14:20 UTC  (5+ messages)
` [PATCH v3 bpf-next 12/13] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()

[PATCH bpf-next] Fix definition of BPF_NEG operation
 2023-06-29 14:00 UTC  (2+ messages)

[PATCH v2] bpf: Replace deprecated -target with --target= for Clang
 2023-06-29 13:50 UTC  (2+ messages)

[PATCH v4] lib/test_bpf: Call page_address() on page acquired with GFP_KERNEL flag
 2023-06-29 13:40 UTC  (2+ messages)

[PATCH RFC net-next v4 0/8] virtio/vsock: support datagrams
 2023-06-29 12:30 UTC  (8+ messages)
` [PATCH RFC net-next v4 6/8] virtio/vsock: support dgrams

Kreowania pozytywnym wizerunkiem
 2023-06-29  7:50 UTC 


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 NNTP newsgroup(s).