bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-18 15:22:37 to 2022-11-21 17:53:27 UTC [more...]

[PATCH bpf-next 00/11] xdp: hints via kfuncs
 2022-11-21 17:53 UTC  (6+ messages)
` [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
      ` [xdp-hints] "

[PATCH] perf lock contention: Do not use BPF task local storage
 2022-11-21 17:32 UTC  (2+ messages)

[PATCH bpf-next v4 0/4] bpf: Implement two type cast kfuncs
 2022-11-21 17:29 UTC  (13+ messages)
` [PATCH bpf-next v4 1/4] bpf: Add support for kfunc set with common btf_ids
` [PATCH bpf-next v4 2/4] bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
` [PATCH bpf-next v4 3/4] bpf: Add a kfunc for generic type cast
` [PATCH bpf-next v4 4/4] bpf: Add type cast unit tests

[PATCH bpf-next v7 0/4] bpf: Add bpf_rcu_read_lock() support
 2022-11-21 17:05 UTC  (5+ messages)
` [PATCH bpf-next v7 1/4] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
` [PATCH bpf-next v7 2/4] bpf: Abstract out functions to check sleepable helpers
` [PATCH bpf-next v7 3/4] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v7 4/4] selftests/bpf: Add tests for bpf_rcu_read_lock()

[PATCH v1 0/5] perf trace: Cleanup and remove unused bpf map
 2022-11-21 17:05 UTC  (7+ messages)
` [PATCH v1 1/5] perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace number
` [PATCH v1 2/5] perf trace: Return error if a system call doesn't exist
` [PATCH v1 3/5] perf trace: Handle failure when trace point folder is missed
` [PATCH v1 4/5] perf augmented_raw_syscalls: Remove unused variable 'syscall'
` [PATCH v1 5/5] perf trace: Remove unused bpf map 'syscalls'

[PATCH bpf-next v3 0/3] bpf: Pin the start cgroup for cgroup iterator
 2022-11-21 16:50 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] bpf: Pin the start cgroup in cgroup_iter_seq_init()
` [PATCH bpf-next v3 2/3] selftests/bpf: Add cgroup helper remove_cgroup()
` [PATCH bpf-next v3 3/3] selftests/bpf: Add test for cgroup iterator on a dead cgroup

[PATCH bpf 0/4] bpf, sockmap: Fix some issues with using apply_bytes
 2022-11-21 16:38 UTC  (3+ messages)

[PATCH bpf-next v4 0/6] execmem_alloc for BPF programs
 2022-11-21 16:29 UTC  (5+ messages)
` [PATCH bpf-next v4 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill

[RFC 0/1] BPF tracing for arm64 using fprobe
 2022-11-21 16:16 UTC  (26+ messages)

[PATCH bpf-next v9 0/4] Support storing struct task_struct objects as kptrs
 2022-11-21 16:06 UTC  (11+ messages)
` [PATCH bpf-next v9 1/4] bpf: Allow multiple modifiers in reg_type_str() prefix
` [PATCH bpf-next v9 2/4] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH bpf-next v9 3/4] bpf: Add kfuncs for storing struct task_struct * as a kptr
` [PATCH bpf-next v9 4/4] bpf/selftests: Add selftests for new task kfuncs

[RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
 2022-11-21 15:31 UTC  (5+ messages)
` [PoC][PATCH] bpf: Call return value check function in the JITed code

BUG: unable to handle kernel NULL pointer dereference in xfrm_policy_lookup_bytype
 2022-11-21 15:27 UTC 

[PATCH bpf-next v3] docs/bpf: Update btf selftests program and add link
 2022-11-21 15:06 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-21 14:52 UTC  (14+ messages)

[PATCH bpf] selftests/bpf: Fix "missing ENDBR" BUG for destructor kfunc
 2022-11-21 14:32 UTC  (2+ messages)

[PATCH bpf-next v3 1/1] docs: BPF_MAP_TYPE_XSKMAP
 2022-11-21 14:22 UTC 

[PATCH bpf-next v3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
 2022-11-21 14:20 UTC  (3+ messages)

[PATCH bpf-next v6] docs/bpf: Add table of BPF program types to libbpf docs
 2022-11-21 12:17 UTC 

[PATCH bpf 0/2] Bug fix and test case for special map value field
 2022-11-21 11:30 UTC  (5+ messages)
` [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc

[PATCH net-next 0/2] veth: a couple of fixes
 2022-11-21 11:28 UTC  (11+ messages)
        ` [PATCH 0/2] Revert "veth: Avoid drop packets when xdp_redirect performs" and its fix
          ` [PATCH 1/2] Revert "bpf: veth driver panics when xdp prog attached before veth_open"
          ` [PATCH 2/2] Revert "veth: Avoid drop packets when xdp_redirect performs"

[PATCH bpf-next v2] docs/bpf: Update btf selftests program and add link
 2022-11-21 10:32 UTC 

[PATCH v4] evm: Correct inode_init_security hooks behaviors
 2022-11-21  8:20 UTC  (5+ messages)

[PATCH bpf-next] docs/bpf: Update btf test programe code
 2022-11-21  7:29 UTC  (4+ messages)
  ` [PATCH bpf-next] docs/bpf: Update btf selftests program and add link

[PATCH bpf-next v1 0/7] Dynptr refactorings
 2022-11-21  7:27 UTC  (15+ messages)
` [PATCH bpf-next v1 3/7] bpf: Rework process_dynptr_func
` [PATCH bpf-next v1 4/7] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func

[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
 2022-11-21  6:13 UTC  (10+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2022-11-21  1:27 UTC 

[PATCH bpf-next v4 0/5] clean-up bpftool from legacy support
 2022-11-21  0:30 UTC  (5+ messages)
` [PATCH bpf-next v4 1/5] bpftool: remove support of --legacy option for bpftool
` [PATCH bpf-next v4 2/5] bpftool: replace return value PTR_ERR(NULL) with 0

[PATCH bpf-next] bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
 2022-11-20 23:50 UTC  (3+ messages)

[PATCH bpf-next v1 0/2] Follow ups for bpf-list set
 2022-11-20 22:29 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Disallow calling bpf_obj_new_impl on bpf_mem_alloc_init failure
` [PATCH bpf-next v1 2/2] selftests/bpf: Skip spin lock failure test on s390x

[PATCHv3 bpf-next 0/2] bpf: Add bpf_vma_build_id_parse kfunc
 2022-11-20 21:39 UTC  (8+ messages)
` [PATCHv3 bpf-next 1/2] bpf: Add bpf_vma_build_id_parse function and kfunc
` [PATCHv3 bpf-next 2/2] selftests/bpf: Add bpf_vma_build_id_parse kfunc test

[PATCH bpf-next v10 00/24] Allocated objects, BPF linked lists
 2022-11-20 19:25 UTC  (9+ messages)
` [PATCH bpf-next v10 11/24] bpf: Rewrite kfunc argument handling

[PATCH bpf-next v2 0/4] bpf: Implement two type cast kfuncs
 2022-11-20 19:24 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: Add support for kfunc set with common btf_ids
` [PATCH bpf-next v2 2/4] bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
` [PATCH bpf-next v2 3/4] bpf: Add a kfunc for generic type cast
` [PATCH bpf-next v2 4/4] bpf: Add type cast unit tests

[PATCH bpf-next v3 0/4] bpf: Implement two type cast kfuncs
 2022-11-20 18:43 UTC  (6+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add support for kfunc set with common btf_ids
` [PATCH bpf-next v3 2/4] bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
` [PATCH bpf-next v3 3/4] bpf: Add a kfunc for generic type cast
` [PATCH bpf-next v3 4/4] bpf: Add type cast unit tests

[PATCH bpf-next v4 5/5] bpftool: remove function free_btf_vmlinux()
 2022-11-20 11:26 UTC 

[PATCH bpf-next v4 4/5] bpftool: clean-up usage of libbpf_get_error()
 2022-11-20 11:26 UTC 

[PATCH bpf-next v4 3/5] bpftool: fix error message when function can't register struct_ops
 2022-11-20 11:26 UTC 

[PATCH bpf-next v4 0/5] clean-up bpftool from legacy support
 2022-11-20 11:13 UTC 

[PATCH bpf-next v8 0/3] Support storing struct task_struct objects as kptrs
 2022-11-19 22:20 UTC  (6+ messages)
` [PATCH bpf-next v8 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH bpf-next v8 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
` [PATCH bpf-next v8 3/3] bpf/selftests: Add selftests for new task kfuncs

[PATCH] powerpc/bpf/32: Fix Oops on tail call tests
 2022-11-19 17:19 UTC 

[PATCH bpf-next v7 0/3] Support storing struct task_struct objects as kptrs
 2022-11-19 16:48 UTC  (18+ messages)
` [PATCH bpf-next v7 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs

[PATCH] samples, bpf: Add duration option D for sampleip
 2022-11-19 16:05 UTC  (3+ messages)

[PATCH bpf-next v5] docs/bpf: Add table of BPF program types to libbpf docs
 2022-11-19  3:00 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 09/11] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header
 2022-11-19  2:15 UTC 

[PATCH AUTOSEL 5.10 08/18] selftests/bpf: Add verifier test for release_reference()
 2022-11-19  2:14 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 16/18] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header

[PATCH AUTOSEL 5.15 11/27] selftests/bpf: Add verifier test for release_reference()
 2022-11-19  2:13 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 22/27] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header

[PATCH AUTOSEL 6.0 15/44] selftests/bpf: Add verifier test for release_reference()
 2022-11-19  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 30/44] arm64/syscall: Include asm/ptrace.h in syscall_wrapper header

[PATCH bpf-next] samples: bpf: Use "grep -E" instead of "egrep"
 2022-11-18 23:00 UTC  (2+ messages)

[PATCH bpf-next v9 1/1] doc: DEVMAPs and XDP_REDIRECT
 2022-11-18 22:30 UTC  (2+ messages)

[PATCH] samples/bpf: Fix duplicate struct define in test_lru_dist sample
 2022-11-18 22:29 UTC  (2+ messages)

[PATCH bpf-next] libbpf: ignore hashmap__find() result explicitly in btf_dump
 2022-11-18 22:20 UTC  (2+ messages)

[PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
 2022-11-18 20:25 UTC  (3+ messages)

[PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
 2022-11-18 20:23 UTC  (3+ messages)

[PATCH bpf v2 0/3] Pin iterator link when opening iterator
 2022-11-18 18:57 UTC  (9+ messages)
` [PATCH bpf v2 1/3] bpf: "

[PATCH v2 0/2] some fixes for selftest/net
 2022-11-18 18:57 UTC  (3+ messages)
` [PATCH v2 2/2] selftests/net: fix opening object file failed

[RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
 2022-11-18 18:05 UTC  (11+ messages)

Bad padding with bpftool btf dump .. format c
 2022-11-18 17:26 UTC  (4+ messages)
  ` Sv: "

[PATCH net-next v2 0/5] net: lan966x: Extend xdp support
 2022-11-18 15:50 UTC  (6+ messages)
` [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-18 15:22 UTC  (4+ messages)
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility


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