bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-03 01:15:26 to 2022-11-04 04:10:24 UTC [more...]

pull-request: bpf 2022-11-04
 2022-11-04  4:10 UTC  (2+ messages)

[PATCH bpf-next v4 00/24] Local kptrs, BPF linked lists
 2022-11-04  4:09 UTC  (35+ messages)
` [PATCH bpf-next v4 01/24] bpf: Document UAPI details for special BPF types
` [PATCH bpf-next v4 02/24] bpf: Allow specifying volatile type modifier for kptrs
` [PATCH bpf-next v4 03/24] bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_ID
` [PATCH bpf-next v4 04/24] bpf: Fix slot type check in check_stack_write_var_off
` [PATCH bpf-next v4 05/24] bpf: Drop reg_type_may_be_refcounted_or_null
` [PATCH bpf-next v4 06/24] bpf: Refactor kptr_off_tab into btf_record
` [PATCH bpf-next v4 07/24] bpf: Consolidate spin_lock, timer management "
` [PATCH bpf-next v4 08/24] bpf: Refactor map->off_arr handling
` [PATCH bpf-next v4 09/24] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v4 10/24] bpf: Introduce local kptrs
` [PATCH bpf-next v4 11/24] bpf: Recognize bpf_{spin_lock,list_head,list_node} in "
` [PATCH bpf-next v4 12/24] bpf: Verify ownership relationships for user BTF types
` [PATCH bpf-next v4 13/24] bpf: Support locking bpf_spin_lock in local kptr
` [PATCH bpf-next v4 14/24] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v4 15/24] bpf: Rewrite kfunc argument handling
` [PATCH bpf-next v4 16/24] bpf: Drop kfunc bits from btf_check_func_arg_match
` [PATCH bpf-next v4 17/24] bpf: Support constant scalar arguments for kfuncs
` [PATCH bpf-next v4 18/24] bpf: Teach verifier about non-size constant arguments
` [PATCH bpf-next v4 19/24] bpf: Introduce bpf_obj_new
` [PATCH bpf-next v4 20/24] bpf: Introduce bpf_obj_drop
` [PATCH bpf-next v4 21/24] bpf: Permit NULL checking pointer with non-zero fixed offset
` [PATCH bpf-next v4 22/24] bpf: Introduce single ownership BPF linked list API
` [PATCH bpf-next v4 23/24] selftests/bpf: Add __contains macro to bpf_experimental.h
` [PATCH bpf-next v4 24/24] selftests/bpf: Add BPF linked list API tests

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-04  3:29 UTC  (18+ messages)
` [PATCH bpf-next v1 RESEND 1/5] vmalloc: introduce vmalloc_exec, vfree_exec, and vcopy_exec
` [PATCH bpf-next v1 RESEND 2/5] x86/alternative: support vmalloc_exec() and vfree_exec()
` [PATCH bpf-next v1 RESEND 5/5] x86: use register_text_tail_vm

[RFC bpf-next v2 00/14] xdp: hints via kfuncs
 2022-11-04  3:25 UTC  (15+ messages)
` [RFC bpf-next v2 01/14] bpf: Introduce bpf_patch
` [RFC bpf-next v2 02/14] bpf: Support inlined/unrolled kfuncs for xdp metadata
` [RFC bpf-next v2 03/14] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [RFC bpf-next v2 04/14] veth: Support rx timestamp metadata for xdp
` [RFC bpf-next v2 05/14] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [RFC bpf-next v2 06/14] xdp: Carry over xdp metadata into skb context
` [RFC bpf-next v2 07/14] selftests/bpf: Verify xdp_metadata xdp->skb path
` [RFC bpf-next v2 08/14] bpf: Helper to simplify calling kernel routines from unrolled kfuncs
` [RFC bpf-next v2 09/14] ice: Introduce ice_xdp_buff wrapper for xdp_buff
` [RFC bpf-next v2 10/14] ice: Support rx timestamp metadata for xdp
` [RFC bpf-next v2 11/14] mlx4: Introduce mlx4_xdp_buff wrapper for xdp_buff
` [RFC bpf-next v2 12/14] mxl4: Support rx timestamp metadata for xdp
` [RFC bpf-next v2 13/14] bnxt: Introduce bnxt_xdp_buff wrapper for xdp_buff
` [RFC bpf-next v2 14/14] bnxt: Support rx timestamp metadata for xdp

[PATCH bpf-next] xsk: fix destination buffer address when copying with metadata
 2022-11-04  3:23 UTC 

[PATCH] samples/bpf: Fix sockex3: missing BPF prog type
 2022-11-04  3:17 UTC  (4+ messages)
` [PATCH bpf-next] "
    `  "

[PATCH bpf-next 0/5] bpf: Add bpf_rcu_read_lock() support
 2022-11-04  2:37 UTC  (22+ messages)
` [PATCH bpf-next 1/5] compiler_types: Define __rcu as __attribute__((btf_type_tag("rcu")))
` [PATCH bpf-next 2/5] bpf: Add bpf_rcu_read_lock/unlock helper
` [PATCH bpf-next 3/5] bpf: Add rcu btf_type_tag verifier support
` [PATCH bpf-next 4/5] bpf: Enable sleeptable support for cgrp local storage
` [PATCH bpf-next 5/5] selftests/bpf: Add tests for bpf_rcu_read_lock()

[bpf-next 00/11] bpf/selftests: convert some tests to ASSERT_* macros
 2022-11-04  1:29 UTC  (3+ messages)
` [bpf-next 08/11] bpf/selftests: convert tcp_hdr_options test "

[PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
 2022-11-04  1:27 UTC  (4+ messages)
` [PATCH bpf-next] selftests/bpf: cgroup_helpers.c: "

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-11-04  1:01 UTC  (15+ messages)
` [PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v3 02/15] iommu: Add device-centric DMA ownership interfaces
` [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 06/15] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v3 08/15] iommufd: Algorithms for PFN storage
  ` [PATCH v3 8/15] "
` [PATCH v3 15/15] iommufd: Add a selftest

[PATCH bpf 1/2 v2] bpf: Fix wrong reg type conversion in release_reference()
 2022-11-03 23:50 UTC  (3+ messages)
` [PATCH bpf 2/2] selftests/bpf: Add verifier test for release_reference()

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-11-03 22:58 UTC  (5+ messages)

[PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-11-03 22:20 UTC  (8+ messages)

[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
 2022-11-03 21:36 UTC  (8+ messages)

[PATCH bpf-next 0/3] bpf: Add bpf_perf_event_read_sample() helper (v1)
 2022-11-03 21:21 UTC  (14+ messages)
` [PATCH bpf-next 2/3] bpf: Add bpf_perf_event_read_sample() helper

[PATCH bpf-next v2] docs/bpf: Add LRU internals description and graph
 2022-11-03 20:50 UTC 

[PATCH bpf-next] docs/bpf: Add LRU internals description and graph
 2022-11-03 20:44 UTC 

[PATCH] docs/bpf: Add LRU internals description and graph
 2022-11-03 20:43 UTC 

[PATCH bpf-next 00/10] veristat: replay, filtering, sorting
 2022-11-03 18:25 UTC  (13+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: add veristat replay mode
` [PATCH bpf-next 02/10] selftests/bpf: shorten "Total insns/states" column names in veristat
` [PATCH bpf-next 03/10] selftests/bpf: consolidate and improve file/prog filtering "
` [PATCH bpf-next 04/10] selftests/bpf: ensure we always have non-ambiguous sorting "
` [PATCH bpf-next 05/10] selftests/bpf: allow to define asc/desc ordering for sort specs "
` [PATCH bpf-next 06/10] selftests/bpf: support simple filtering of stats "
` [PATCH bpf-next 07/10] selftests/bpf: make veristat emit all stats in CSV mode by default
` [PATCH bpf-next 08/10] selftests/bpf: handle missing records in comparison mode better in veristat
` [PATCH bpf-next 09/10] selftests/bpf: support stats ordering in comparison mode "
` [PATCH bpf-next 10/10] selftests/bpf: support stat filtering "

[PATCH bpf RESEND 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-03 18:15 UTC  (8+ messages)
` [PATCH bpf RESEND 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
` [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 RESEND 4/4] bpf:selftests: Add kfunc_call test for mixing 32-bit and 64-bit parameters

[PATCH net v2] uapi: Add missing linux/stddef.h header file to in.h
 2022-11-03 17:02 UTC  (2+ messages)

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

[PATCH v2] LSM: Better reporting of actual LSMs at boot
 2022-11-03 16:09 UTC  (2+ messages)

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-11-03 15:57 UTC  (16+ messages)
` [PATCH hid v12 01/15] HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is
` [PATCH hid v12 02/15] HID: Kconfig: split HID support and hid-core compilation
` [PATCH hid v12 03/15] HID: initial BPF implementation
` [PATCH hid v12 04/15] selftests: add tests for the HID-bpf initial implementation
` [PATCH hid v12 05/15] HID: bpf jmp table: simplify the logic of cleaning up programs
` [PATCH hid v12 06/15] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH hid v12 07/15] selftests/hid: add test to change the report size
` [PATCH hid v12 08/15] HID: bpf: introduce hid_hw_request()
` [PATCH hid v12 09/15] selftests/hid: add tests for bpf_hid_hw_request
` [PATCH hid v12 10/15] HID: bpf: allow to change the report descriptor
` [PATCH hid v12 11/15] selftests/hid: add report descriptor fixup tests
` [PATCH hid v12 12/15] selftests/hid: Add a test for BPF_F_INSERT_HEAD
` [PATCH hid v12 13/15] samples/hid: add new hid BPF example
` [PATCH hid v12 14/15] samples/hid: add Surface Dial example
` [PATCH hid v12 15/15] Documentation: add HID-BPF docs

[PATCH] bpf: mark get_entry_ip as __maybe_unused
 2022-11-03 15:32 UTC  (2+ messages)

[PATCH v4] evm: Correct inode_init_security hooks behaviors
 2022-11-03 15:27 UTC  (2+ messages)

[RFC bpf-next 0/5] xdp: hints via kfuncs
 2022-11-03 15:25 UTC  (19+ messages)
          ` [xdp-hints] "

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

[PATCH 0/2] bpf: Yet another approach to fix the BPF dispatcher thing
 2022-11-03 14:48 UTC  (5+ messages)
` [PATCH 1/2] bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")
` [PATCH 2/2] bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-11-03 14:07 UTC  (5+ messages)
` [PATCH bpf-next v1 07/13] bpf: Fix partial dynptr stack slot reads/writes

[PATCH bpf-next 1/2] libbpf: __attribute__((btf_decl_tag("..."))) for btf dump in C format
 2022-11-03 13:45 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Tests for BTF_KIND_DECL_TAG "

[Patch bpf v2] sock_map: move cancel_work_sync() out of sock lock
 2022-11-03 13:00 UTC  (4+ messages)

Question: __u32 or u32 in BPF code
 2022-11-03 12:12 UTC 

[PATCH bpf-next v2 0/1] docs: BPF_MAP_TYPE_CPUMAP
 2022-11-03 10:24 UTC  (3+ messages)
` [PATCH bpf-next v2 1/1] "

[PATCH bpf RESEND v2] tools headers UAPI: Sync linux/stddef.h with the kernel sources
 2022-11-03  9:37 UTC 

[PATCH bpf v3] bpf: Fix memory leaks in __check_func_call
 2022-11-03  9:42 UTC 

[PATCH] uapi: Add missing linux/stddef.h header file to in.h
 2022-11-03  8:59 UTC  (3+ messages)

[PATCH 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-11-03  8:32 UTC  (5+ messages)
` [PATCH 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension
` [PATCH 2/4] bpf: Remove size check for sk in bpf_skb_is_valid_access for 32-bit architecture
` [PATCH 3/4] bpf: Add kernel function call support in 32-bit ARM
` [PATCH 4/4] bpf:selftests: Add kfunc_call test for mixing 32-bit and 64-bit parameters

[PATCH] ima: Fix memory leak in __ima_inode_hash()
 2022-11-03  7:49 UTC  (3+ messages)

[syzbot] WARNING in __perf_event_overflow
 2022-11-03  7:26 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] libbpf: Resolve unambigous forward declarations
 2022-11-03  3:34 UTC  (5+ messages)
` [PATCH bpf-next v2 1/4] libbpf: hashmap interface update to uintptr_t -> uintptr_t
` [PATCH bpf-next v2 2/4] selftests/bpf: hashmap test cases updated for uintptr_t -> uintptr_t interface
` [PATCH bpf-next v2 3/4] libbpf: Resolve unambigous forward declarations
` [PATCH bpf-next v2 4/4] selftests/bpf: Tests for btf_dedup_resolve_fwds

[PATCH bpf-next 0/6] BPF verifier precision tracking improvements
 2022-11-03  1:41 UTC  (5+ messages)
` [PATCH bpf-next 1/6] bpf: propagate precision in ALU/ALU64 operations
` [PATCH bpf-next 3/6] bpf: allow precision tracking for programs with subprogs

[PATCH net v2] bpf: Fix memory leaks in __check_func_call
 2022-11-03  1:15 UTC  (4+ 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).