BPF List
 help / color / mirror / Atom feed
 messages from 2022-11-05 02:19:55 to 2022-11-08 01:03:35 UTC [more...]

[PATCH v2 bpf-next 0/3] bpf: Add hwtstamp field for the sockops prog
 2022-11-08  1:03 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] "
` [PATCH v2 bpf-next 2/3] selftests/bpf: Fix incorrect ASSERT in the tcp_hdr_options test
` [PATCH v2 bpf-next 3/3] selftests/bpf: Test skops->skb_hwtstamp

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-08  1:01 UTC  (18+ 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 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 1/2] net/ipv4: fix linux/in.h header dependencies
 2022-11-08  0:56 UTC  (4+ messages)

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

[PATCH bpf-next] bpf: Pass map file to .map_update_batch directly
 2022-11-08  0:53 UTC  (3+ messages)

[PATCH bpf v2 0/5] bpf: Support kernel function call in 32-bit ARM
 2022-11-08  0:52 UTC  (8+ messages)
` [PATCH bpf v2 1/5] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
` [PATCH bpf v2 2/5] bpf: Adjust sk size check for sk in bpf_skb_is_valid_access for CO_RE in 32-bit arch
` [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
` [PATCH bpf v2 5/5] bpf:selftests: Add kfunc_call test for mixing 32-bit and 64-bit parameters

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

[PATCH bpf 0/3] Pin the start cgroup for cgroup iterator
 2022-11-08  0:46 UTC  (10+ messages)
` [PATCH bpf 1/3] bpf: Pin the start cgroup in cgroup_iter_seq_init()
` [PATCH bpf 2/3] selftests/bpf: Add cgroup helper remove_cgroup()
` [PATCH bpf 3/3] selftests/bpf: Add test for cgroup iterator on a dead cgroup

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

[PATCH bpf-next v1 0/4] Add BPF htab map's used size for monitoring
 2022-11-08  0:30 UTC  (7+ messages)
` [PATCH bpf-next v1 1/4] bpf: Support reporting "
` [PATCH bpf-next v1 2/4] bpftool: Add tools support to show BPF htab map's used size
` [PATCH bpf-next v1 3/4] samples/bpf: Add concurrency testing for "
` [PATCH bpf-next v1 4/4] selftests/bpf: Add unit tests "
  ` [External] Re: [PATCH bpf-next v1 0/4] Add BPF htab map's used size for monitoring

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-08  0:17 UTC  (32+ messages)
` [PATCH v3 03/15] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 12/15] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-08  0:13 UTC  (4+ messages)

[PATCH bpf] bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
 2022-11-08  0:10 UTC  (4+ messages)

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-11-07 23:17 UTC  (6+ messages)
` [PATCH bpf-next v1 03/13] bpf: Rename confusingly named RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v1 04/13] bpf: Rework check_func_arg_reg_off

[PATCH RFC bpf-next v1 0/2] Fix deadlock with bpf_timer in fentry/fexit progs
 2022-11-07 23:13 UTC  (10+ messages)
` [PATCH RFC bpf-next v1 1/2] bpf: Fix deadlock for bpf_timer's spinlock
` [PATCH RFC bpf-next v1 2/2] [EXAMPLE] selftests/bpf: Add timer deadlock example

[PATCH bpf-next v5 00/25] Local kptrs, BPF linked lists
 2022-11-07 23:09 UTC  (26+ messages)
` [PATCH bpf-next v5 01/25] bpf: Remove BPF_MAP_OFF_ARR_MAX
` [PATCH bpf-next v5 02/25] bpf: Fix copy_map_value, zero_map_value
` [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 07/25] bpf: Recognize bpf_{spin_lock,list_head,list_node} in "
` [PATCH bpf-next v5 08/25] bpf: Verify ownership relationships for user BTF types
` [PATCH bpf-next v5 09/25] bpf: Allow locking bpf_spin_lock in local kptr
` [PATCH bpf-next v5 10/25] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v5 11/25] bpf: Allow locking bpf_spin_lock in inner map values
` [PATCH bpf-next v5 12/25] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v5 13/25] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v5 14/25] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v5 15/25] bpf: Teach verifier about non-size constant arguments
` [PATCH bpf-next v5 16/25] bpf: Introduce bpf_obj_new
` [PATCH bpf-next v5 17/25] bpf: Introduce bpf_obj_drop
` [PATCH bpf-next v5 18/25] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v5 19/25] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v5 20/25] bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
` [PATCH bpf-next v5 21/25] selftests/bpf: Add __contains macro to bpf_experimental.h
` [PATCH bpf-next v5 22/25] selftests/bpf: Update spinlock selftest
` [PATCH bpf-next v5 23/25] selftests/bpf: Add failure test cases for spin lock pairing
` [PATCH bpf-next v5 24/25] selftests/bpf: Add BPF linked list API tests
` [PATCH bpf-next v5 25/25] selftests/bpf: Add BTF sanity tests

[RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-07 22:01 UTC  (8+ messages)
` [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context
` [RFC bpf-next v2 10/14] ice: Support rx timestamp metadata for xdp

[PATCH net-next v2 0/4] net: lan966x: Add xdp support
 2022-11-07 21:35 UTC  (11+ messages)
` [PATCH net-next v2 1/4] net: lan966x: Add define IFH_LEN_BYTES
` [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

BUG in BPF verifier, 10 insns costs 2 mins+ to load
 2022-11-07 20:51 UTC  (2+ messages)

WARNING in bpf_bprintf_prepare
 2022-11-07 20:49 UTC  (6+ messages)

[PATCH bpf-next v3 0/1] docs: BPF_MAP_TYPE_CPUMAP
 2022-11-07 20:17 UTC  (3+ messages)
` [PATCH bpf-next v3 1/1] "

[PATCH bpf-next v3] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
 2022-11-07 19:41 UTC  (3+ messages)

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-07 18:35 UTC  (11+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec

[PATCH bpf-next v2] docs/bpf: Document BPF map types QUEUE and STACK
 2022-11-07 18:27 UTC  (2+ messages)

[net] seg6: selftests/bpf: fix BPF object file name in test_lwt_seg6local.sh
 2022-11-07 18:08 UTC  (4+ messages)

[PATCH bpf-next] bpf: Initialize same number of free nodes for each pcpu_freelist
 2022-11-07 16:40 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf: standalone BTF support for modules
 2022-11-07 16:37 UTC  (4+ messages)
` [RFC bpf-next 1/2] bpf: support standalone BTF in modules

[RESEND][RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
 2022-11-07 16:19 UTC  (8+ messages)
` [RESEND][RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules

[PATCH -next,v2] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
 2022-11-07 13:17 UTC  (4+ messages)

[PATCH bpf-next v1] bpf, docs: document BPF_MAP_TYPE_ARRAY_OF_MAPS and *_HASH_OF_MAPS
 2022-11-07 11:41 UTC  (3+ messages)

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

[PATCH v4] evm: Correct inode_init_security hooks behaviors
 2022-11-07 12:15 UTC  (3+ messages)

Closing the BPF map permission loophole
 2022-11-07 12:11 UTC  (6+ messages)

WARNING in bpf_check (3)
 2022-11-07 10:48 UTC  (2+ messages)
` [syzbot] "

[PATCH] bpf: mark get_entry_ip as __maybe_unused
 2022-11-07  9:51 UTC  (6+ messages)

[PATCH bpf RESEND 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-07  9:22 UTC  (11+ messages)
` [PATCH bpf RESEND 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture
` [PATCH bpf RESEND 3/4] bpf: Add kernel function call support in 32-bit ARM

[PATCH bpf-next] selftests/bpf: fix build-id for liburandom_read.so
 2022-11-07  7:37 UTC  (5+ messages)

linux-next: manual merge of the tip tree with the bpf tree
 2022-11-06 23:57 UTC 

[PATCH bpf-next v2 0/2] propagate nullness information for reg to reg comparisons
 2022-11-06 21:49 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: check nullness propagation "

[PATCH bpf-next v4 00/24] Local kptrs, BPF linked lists
 2022-11-06  1:53 UTC  (11+ messages)
` [PATCH bpf-next v4 10/24] bpf: Introduce local kptrs
` [PATCH bpf-next v4 22/24] bpf: Introduce single ownership BPF linked list API

[PATCH bpf-next v2] docs/bpf: document BPF ARRAY_OF_MAPS and HASH_OF_MAPS
 2022-11-05 12:54 UTC  (3+ messages)

[PATCH] selftests/xsk: Fix unsigned comparison with less than zero
 2022-11-05 11:07 UTC  (2+ messages)

Re: [PATCH bpf-next] samples/bpf: Fix sockex3: missing BPF prog type
 2022-11-05  6:48 UTC  (2+ messages)
` [PATCH bpf-next] samples/bpf: Fix sockex3 error: "

[PATCH bpf-next] Documentation: bpf: escape underscore in BPF type name prefix
 2022-11-05  2:49 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