bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-01 13:24:27 to 2022-08-03 06:37:58 UTC [more...]

[PATCH bpf-next v1 0/3] Add skb + xdp dynptrs
 2022-08-03  6:37 UTC  (27+ messages)
` [PATCH bpf-next v1 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v1 3/3] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers

[PATCH bpf-next] bpf: Add BPF-helper for accessing CLOCK_TAI
 2022-08-03  6:29 UTC  (8+ messages)

[PATCH] perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test
 2022-08-03  5:16 UTC  (8+ messages)

[BUG] Possible deadlock in bpf_local_storage_update
 2022-08-03  3:04 UTC  (3+ messages)

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-03  2:10 UTC  (12+ messages)
` [PATCH v4 1/4] security, lsm: "
` [PATCH v4 2/4] bpf-lsm: Make bpf_lsm_userns_create() sleepable
` [PATCH v4 3/4] selftests/bpf: Add tests verifying bpf lsm userns_create hook
` [PATCH v4 4/4] selinux: Implement "

bpftool gen object doesn't handle GCC built BPF ELF files
 2022-08-03  1:49 UTC  (24+ messages)

[PATCH v3 0/4] Introduce security_create_user_ns()
 2022-08-03  1:49 UTC  (11+ messages)

[PATCH bpf-next v2 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-03  0:38 UTC  (9+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

[PATCH bpf-next v1] bpf, iter: clean up bpf_seq_read()
 2022-08-03  0:15 UTC  (3+ messages)

[PATCH v2] BPF: Fix potential bad pointer dereference in bpf_sys_bpf()
 2022-08-02 23:50 UTC  (2+ messages)

[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
 2022-08-02 23:46 UTC  (7+ messages)

[PATCH] libbpf: ensure functions with always_inline attribute are inline
 2022-08-02 23:27 UTC 

[RFC PATCH bpf-next] bpftool: Mark generated skeleton headers as system headers
 2022-08-02 23:16 UTC  (4+ messages)

[PATCH bpf-next v5 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-02 22:49 UTC  (5+ messages)
` [PATCH bpf-next v5 4/8] bpf: Introduce cgroup iter

[RFC PATCH bpf-next 0/3] Add support for qp-trie map
 2022-08-02 22:38 UTC  (3+ messages)

[PATCHv2 bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
 2022-08-02 22:36 UTC  (2+ messages)

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-08-02 22:02 UTC  (21+ messages)
` [RFC PATCH bpf-next 03/11] bpf: Add rb_node_off to bpf_map
` [RFC PATCH bpf-next 04/11] bpf: Add rbtree map
` [RFC PATCH bpf-next 05/11] bpf: Add bpf_spin_lock member to rbtree
` [RFC PATCH bpf-next 06/11] bpf: Add bpf_rbtree_{lock,unlock} helpers
` [RFC PATCH bpf-next 08/11] bpf: Add OBJ_NON_OWNING_REF type flag
` [RFC PATCH bpf-next 09/11] bpf: Add CONDITIONAL_RELEASE "
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags

[PATCH bpf-next v1] bpf: verifier cleanups
 2022-08-02 21:46 UTC 

[PATCH bpf-next v2 0/3] Parameterize task iterators
 2022-08-02 21:19 UTC  (11+ messages)
` [PATCH bpf-next v2 1/3] bpf: "
` [PATCH bpf-next v2 2/3] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v2 3/3] selftests/bpf: Test "

[RFC PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-02 18:00 UTC  (11+ messages)
` [RFC PATCH bpf-next 05/15] bpf: Introduce helpers for container of struct bpf_map
` [RFC PATCH bpf-next 10/15] bpf: Use bpf_map_pages_alloc in ringbuf
` [RFC PATCH bpf-next 15/15] bpf: Introduce selectable memcg for bpf map

[PATCH bpf 1/2] bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI
 2022-08-02 17:42 UTC  (8+ messages)
` [PATCH bpf 2/2] bpf: Update bpf_design_QA.rst to clarify that attaching to functions "

[PATCH v3 bpf 1/3] bpf: Update bpf_design_QA.rst to clarify that kprobes is not ABI
 2022-08-02 17:39 UTC 

[PATCH v3 bpf 3/3] bpf: Update bpf_design_QA.rst to clarify that BTF_ID does not ABIify a function
 2022-08-02 17:39 UTC 

[PATCH v3 bpf 2/3] bpf: Update bpf_design_QA.rst to clarify that attaching to functions is not ABI
 2022-08-02 17:39 UTC 

Signedness of char in BTF
 2022-08-02 17:28 UTC  (7+ messages)

[PATCH] x86/kprobes: Fix to update kcb status flag after singlestepping
 2022-08-02 17:28 UTC  (3+ messages)

[PATCH bpf-next v1 0/2] Add __ref annotation for kfuncs
 2022-08-02 16:01 UTC  (10+ messages)
` [PATCH bpf-next v1 1/2] bpf: Add support for per-parameter trusted args

[PATCH v2] net/smc: fix refcount bug in sk_psock_get (2)
 2022-08-02 14:32 UTC  (2+ messages)

[PATCH bpf-next 0/3] Parameterize task iterators
 2022-08-02 14:25 UTC  (14+ messages)
` [PATCH bpf-next 1/3] bpf: "

[PATCH bpf-next v2 0/3] destructive bpf_kfuncs
 2022-08-02 14:01 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: add destructive kfunc flag
` [PATCH bpf-next v2 2/3] bpf: export crash_kexec() as destructive kfunc
` [PATCH bpf-next v2 3/3] selftests/bpf: add destructive kfunc test

[PATCH bpf] bpf: Cleanup ftrace hash in bpf_trampoline_put
 2022-08-02 13:56 UTC 

[PATCH v3] kprobes: Forbid probing on trampoline and bpf prog
 2022-08-02 12:28 UTC  (7+ messages)

[PATCH v2 net 0/4] Do not use RT_TOS for IPv6 flowlabel
 2022-08-02 12:09 UTC  (5+ messages)
` [PATCH v2 net 1/4] geneve: do "
` [PATCH v2 net 2/4] vxlan: "
` [PATCH v2 net 3/4] mlx5: "
` [PATCH v2 net 4/4] ipv6: "

[PATCH net 0/4] Do not use RT_TOS for IPv6 flowlabel
 2022-08-02 11:13 UTC  (5+ messages)
` [PATCH net 1/4] geneve: do "
` [PATCH net 2/4] vxlan: "
` [PATCH net 3/4] mlx5: "
` [PATCH net 4/4] ipv6: "

[PATCH] bpf_doc.py: Use SPDX-License-Identifier
 2022-08-02 11:22 UTC  (6+ messages)
  ` bpf-helpers.7: .TH line is... meh (was: [PATCH] bpf_doc.py: Use SPDX-License-Identifier)

[PATCH bpf-next v6 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-02 10:12 UTC  (15+ messages)
` [PATCH bpf-next v6 1/8] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH bpf-next v6 2/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v6 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v6 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v6 5/8] selftests/bpf: Test cgroup_iter
` [PATCH bpf-next v6 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v6 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v6 8/8] selftests/bpf: add a selftest for cgroup hierarchical stats collection

[PATCH] libbpf: skip empty sections in bpf_object__init_global_data_maps
 2022-08-02  8:52 UTC  (4+ messages)

[PATCH] tools api fs: fix the concurrency problem for xxx__mountpoint()
 2022-08-02  7:37 UTC 

[PATCH net-next v2 0/2] RTAX_INITRWND should be able to bring the rcv_ssthresh above 64KiB
 2022-08-01 22:24 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-08-01 22:02 UTC  (5+ messages)

[PATCH bpf-next v3] bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
 2022-08-01 21:01 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-01 19:55 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Excercise bpf_obj_get_info_by_fd for bpf2bpf

init_disassemble_info() signature changes causes compile failures
 2022-08-01 19:53 UTC  (23+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes
` [PATCH v3 0/8] "
  ` [PATCH v3 2/8] tools build: Don't display disassembler-four-args feature test
  ` [PATCH v3 3/8] tools include: add dis-asm-compat.h to handle version differences
  ` [PATCH v3 6/8] tools bpf_jit_disasm: Don't display disassembler-four-args feature test
  ` [PATCH v3 8/8] tools bpftool: "

[BUG] kernel NULL pointer dereference in kprobe_int3_handler
 2022-08-01 19:42 UTC  (3+ messages)

[PATCHv5 bpf-next 0/1] perf tools: Fix prologue generation
 2022-08-01 17:44 UTC  (4+ messages)
` [PATCHv5 bpf-next 1/1] perf tools: Rework prologue generation code

[PATCHv2] perf tools: Convert legacy map definition to BTF-defined
 2022-08-01 17:43 UTC  (3+ messages)

[PATCH] libbpf: Initialize err in probe_map_create
 2022-08-01 16:25 UTC  (2+ messages)

[PATCH bpf-next 0/2] Add more bpf_*_ct_lookup() selftests
 2022-08-01 16:16 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add connmark read/write test

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-08-01 13:58 UTC  (3+ 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 NNTP newsgroup(s).