BPF List
 help / color / mirror / Atom feed
 messages from 2022-11-08 00:49:16 to 2022-11-09 06:55:17 UTC [more...]

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-09  6:55 UTC  (21+ messages)
  ` [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm

[PATCH bpf-next v6 0/1] doc: DEVMAPs and XDP_REDIRECT
 2022-11-09  6:37 UTC  (3+ messages)
` [PATCH bpf-next v6 1/1] "

[RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-09  4:19 UTC  (6+ messages)
` [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context

[PATCH] tracing: Optimize event type allocation with IDA
 2022-11-09  3:23 UTC 

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-09  2:50 UTC  (11+ messages)
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices

[PATCH bpf-next] bpf: btf: don't log ignored BTF mismatches
 2022-11-09  2:41 UTC 

[PATCH bpf-next v3 0/3] libbpf: Resolve unambigous forward declarations
 2022-11-09  2:14 UTC  (6+ messages)
` [PATCH bpf-next v3 1/3] libbpf: hashmap interface update to long -> long

[PATCH 1/4] bpf, docs: Add note about type convention
 2022-11-09  1:51 UTC  (5+ messages)
` [PATCH 3/4] bpf, docs: Use consistent names for the same field
` [PATCH 4/4] bpf, docs: Explain helper functions

[PATCH bpf-next v5 00/25] Local kptrs, BPF linked lists
 2022-11-09  1:32 UTC  (27+ messages)
` [PATCH bpf-next v5 03/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v5 04/25] bpf: Rename RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v5 05/25] bpf: Rename MEM_ALLOC to MEM_RINGBUF
` [PATCH bpf-next v5 06/25] bpf: Introduce local kptrs
` [PATCH bpf-next v5 10/25] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v5 15/25] bpf: Teach verifier about non-size constant arguments
` [PATCH bpf-next v5 22/25] selftests/bpf: Update spinlock selftest
` [PATCH bpf-next v5 25/25] selftests/bpf: Add BTF sanity tests

[PATCH net] net: cpsw: disable napi in cpsw_ndo_open()
 2022-11-09  1:15 UTC 

[PATCH bpf-next 0/3] bpf: Add bpf_vma_build_id_parse helper
 2022-11-09  0:42 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Split btf_id/size union in struct bpf_func_proto
` [PATCH bpf-next 2/3] bpf: Add bpf_vma_build_id_parse helper
` [PATCH bpf-next 3/3] selftests/bpf: Add build_id_parse kfunc test

[PATCH bpf v2 0/5] bpf: Support kernel function call in 32-bit ARM
 2022-11-08 23:12 UTC  (9+ messages)
` [PATCH bpf v2 1/5] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
` [PATCH bpf v2 3/5] libbpf: Skip adjust mem size for load pointer in 32-bit arch in CO_RE
` [PATCH bpf v2 4/5] bpf: Add kernel function call support in 32-bit ARM for EABI

WARNING in bpf_check (3)
 2022-11-08 22:53 UTC  (3+ messages)
` [syzbot] "

[0/1 bpf-next] fix panic bringing up veth with xdp progs
 2022-11-08 22:16 UTC  (2+ messages)
` [1/1 bpf-next] bpf: veth driver panics when xdp prog attached before veth_open

[RFC PATCH v1 0/2] Fix offset when fault occurs in strncpy_from_kernel_nofault()
 2022-11-08 22:06 UTC  (7+ messages)
` [RFC PATCH v1 1/2] maccess: fix writing offset in case of fault "
` [RFC PATCH v1 2/2] selftests: bpf: add a test when bpf_probe_read_kernel_str() returns EFAULT

[RFC 0/1] BPF tracing for arm64 using fprobe
 2022-11-08 22:06 UTC  (2+ messages)
` [RFC 1/1] bpf: Invoke tracing progs using fprobe on archs without direct call

[PATCH bpf-next v2 0/8] bpf: Add bpf_rcu_read_lock() support
 2022-11-08 20:40 UTC  (19+ messages)
` [PATCH bpf-next v2 1/8] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
` [PATCH bpf-next v2 2/8] bpf: Refactor btf_struct_access callback interface
` [PATCH bpf-next v2 3/8] bpf: Abstract out functions to check sleepable helpers
` [PATCH bpf-next v2 4/8] bpf: Add kfunc bpf_rcu_read_lock/unlock()
` [PATCH bpf-next v2 5/8] bpf: Add bpf_rcu_read_lock() verifier support
` [PATCH bpf-next v2 6/8] bpf: Enable sleeptable support for cgrp local storage
` [PATCH bpf-next v2 7/8] selftests/bpf: Add tests for bpf_rcu_read_lock()
` [PATCH bpf-next v2 8/8] selftests/bpf: Add rcu_read_lock test to s390x deny list

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-11-08 20:22 UTC  (6+ messages)
` [PATCH bpf-next v1 04/13] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 05/13] bpf: Fix state pruning for STACK_DYNPTR stack slots

[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
 2022-11-08 19:57 UTC  (10+ messages)

[PATCH bpf v4] bpf: Fix memory leaks in __check_func_call
 2022-11-08 18:50 UTC  (2+ messages)

[PATCH bpf 0/3] Pin the start cgroup for cgroup iterator
 2022-11-08 18:10 UTC  (9+ messages)
` [PATCH bpf 1/3] bpf: Pin the start cgroup in cgroup_iter_seq_init()

[PATCH 0/4] clean-up bpftool from legacy support
 2022-11-08 17:58 UTC  (9+ messages)
` [PATCH 1/4] bpftool: remove support of --legacy option for bpftool
` [PATCH 2/4] bpftool: replace return value PTR_ERR(NULL) with 0
` [PATCH 3/4] bpftool: fix error message when function can't register struct_ops
` [PATCH 4/4] bpftool: clean-up usage of libbpf_get_error()

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-08 17:57 UTC  (28+ messages)
` [PATCH v4 01/17] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v4 02/17] iommu: Add device-centric DMA ownership interfaces
` [PATCH v4 03/17] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v4 04/17] iommufd: Document overview of iommufd
  ` [PATCH v4 4/17] "
` [PATCH v4 05/17] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v4 06/17] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v4 07/17] iommufd: PFN handling for iopt_pages
` [PATCH v4 08/17] iommufd: Algorithms for PFN storage
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v4 10/17] iommufd: IOCTLs for the io_pagetable
` [PATCH v4 11/17] iommufd: Add a HW pagetable object
` [PATCH v4 12/17] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v4 13/17] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v4 14/17] iommufd: vfio container FD ioctl compatibility
` [PATCH v4 16/17] iommufd: Add some fault injection points
` [PATCH v4 17/17] iommufd: Add additional invariant assertions
  ` [PATCH v4 15/17] iommufd: Add a selftest

[PATCH bpf] selftests/bpf: Fix xdp_synproxy compilation failure in 32-bit arch
 2022-11-08 15:59 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] libbpf: btf_decl_tag attribute for btf dump in C format
 2022-11-08 15:31 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] libbpf: __attribute__((btf_decl_tag("..."))) "
` [PATCH bpf-next v2 2/3] selftests/bpf: Dump data sections as part of btf_dump_test_case tests
` [PATCH bpf-next v2 3/3] selftests/bpf: Tests for BTF_KIND_DECL_TAG dump in C format

[PATCH bpf-next v3] docs/bpf: Document BPF map types QUEUE and STACK
 2022-11-08 14:50 UTC  (4+ messages)
` [PATCH "

[PATCH bpf] selftests/bpf: Fix casting error when cross-compiling test_verifier for 32-bit platforms
 2022-11-08 14:45 UTC  (3+ messages)

[PATCH bpf-next v4] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
 2022-11-08 14:44 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] A couple of small refactorings of BPF program call sites
 2022-11-08 14:06 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] dev: Move received_rps counter next to RPS members in softnet data
` [PATCH bpf-next v3 2/3] bpf: Expand map key argument of bpf_redirect_map to u64
` [PATCH bpf-next v3 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH bpf-next v2] bpf: Initialize same number of free nodes for each pcpu_freelist
 2022-11-08 14:22 UTC 

[PATCH bpf-next] bpf: Initialize same number of free nodes for each pcpu_freelist
 2022-11-08 13:38 UTC  (3+ messages)

[PATCH bpf-next] bpf: Pass map file to .map_update_batch directly
 2022-11-08 13:23 UTC  (5+ messages)

[PATCH net-next v2 0/4] net: lan966x: Add xdp support
 2022-11-08 11:33 UTC  (13+ messages)
` [PATCH net-next v2 2/4] net: lan966x: Split function lan966x_fdma_rx_get_frame
` [PATCH net-next v2 3/4] net: lan966x: Add basic XDP support
` [PATCH net-next v2 4/4] net: lan96x: Use page_pool API

[PATCH bpf-next v3] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
 2022-11-08 10:00 UTC  (4+ messages)

[PATCH bpf-next v2] docs/bpf: Document BPF map types QUEUE and STACK
 2022-11-08  9:20 UTC  (3+ messages)

Biznesowy angielski
 2022-11-08  8:56 UTC 

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-08  7:35 UTC  (15+ messages)
` [PATCH v1 01/14] tools lib api: Add install target
` [PATCH v1 02/14] tools lib subcmd: "
` [PATCH v1 03/14] perf build: Install libsubcmd locally when building
` [PATCH v1 04/14] perf build: Install libapi "
` [PATCH v1 05/14] perf build: Install libperf "
` [PATCH v1 06/14] perf build: Install libtraceevent "
` [PATCH v1 07/14] tools lib api: Add missing install headers
` [PATCH v1 08/14] tools lib perf: "
` [PATCH v1 09/14] tool lib symbol: Add Makefile/Build
` [PATCH v1 10/14] perf build: Install libsymbol locally when building
` [PATCH v1 11/14] perf expr: Tidy hashmap dependency
` [PATCH v1 12/14] perf thread_map: Reduce exposure of libperf internal API
` [PATCH v1 13/14] perf cpumap: Tidy libperf includes
` [PATCH v1 14/14] perf build: Use tools/lib headers from install path

[PATCH] selftests/bpf: Fix test_progs compilation failure in 32-bit arch
 2022-11-08  6:38 UTC  (2+ messages)

[PATCH bpf v3] bpf: Fix memory leaks in __check_func_call
 2022-11-08  3:32 UTC  (3+ messages)

[PATCH v2 bpf-next 0/3] bpf: Add hwtstamp field for the sockops prog
 2022-11-08  3:07 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/3] selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test

BUG in BPF verifier, 10 insns costs 2 mins+ to load
 2022-11-08  3:01 UTC  (3+ messages)

[PATCH 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-08  2:28 UTC  (6+ messages)
` [PATCH 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture

[PATCH bpf] bpf: Support for setting numa node in bpf memory allocator
 2022-11-08  2:22 UTC  (9+ messages)

Re: [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
 2022-11-08  1:20 UTC  (4+ messages)
` [PATCH bpf-next] samples/bpf: Fix sockex3 error: "

[PATCH bpf 1/2] net/ipv4: fix linux/in.h header dependencies
 2022-11-08  1:08 UTC  (5+ messages)

[PATCH bpf-next 1/2] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
 2022-11-08  0:54 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox