BPF List
 help / color / mirror / Atom feed
 messages from 2022-10-25 19:00:47 to 2022-10-28 21:36:15 UTC [more...]

[RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
 2022-10-28 21:35 UTC  (33+ messages)
` [RFC bpf-next 01/12] libbpf: Deduplicate unambigous standalone forward declarations
` [RFC bpf-next 02/12] selftests/bpf: Tests for standalone forward BTF declarations deduplication
` [RFC bpf-next 03/12] libbpf: Support for BTF_DECL_TAG dump in C format
` [RFC bpf-next 04/12] selftests/bpf: Tests "
` [RFC bpf-next 05/12] libbpf: Header guards for selected data structures in vmlinux.h
` [RFC bpf-next 06/12] selftests/bpf: Tests for header guards printing in BTF dump
` [RFC bpf-next 07/12] bpftool: Enable header guards generation
` [RFC bpf-next 08/12] kbuild: Script to infer header guard values for uapi headers
` [RFC bpf-next 09/12] kbuild: Header guards for types from include/uapi/*.h in kernel BTF
` [RFC bpf-next 10/12] selftests/bpf: Script to verify uapi headers usage with vmlinux.h
` [RFC bpf-next 11/12] selftests/bpf: Known good uapi headers for test_uapi_headers.py
` [RFC bpf-next 12/12] selftests/bpf: script for infer_header_guards.pl testing

[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
 2022-10-28 19:16 UTC  (4+ messages)

[PATCH v3 00/15] IOMMUFD Generic interface
 2022-10-28 19:09 UTC  (14+ messages)
` [PATCH v3 04/15] iommufd: Overview documentation
` [PATCH v3 09/15] iommufd: Data structure to provide IOVA to PFN mapping
  ` [PATCH v3 9/15] "
` [PATCH v3 10/15] iommufd: IOCTLs for the io_pagetable
` [PATCH v3 14/15] iommufd: vfio container FD ioctl compatibility

[RFC bpf-next 0/5] xdp: hints via kfuncs
 2022-10-28 18:46 UTC  (16+ messages)
` [RFC bpf-next 1/5] bpf: Support inlined/unrolled kfuncs for xdp metadata
` [RFC bpf-next 2/5] veth: Support rx timestamp metadata for xdp
` [RFC bpf-next 3/5] libbpf: Pass prog_ifindex via bpf_object_open_opts
` [RFC bpf-next 4/5] selftests/bpf: Convert xskxceiver to use custom program
` [RFC bpf-next 5/5] selftests/bpf: Test rx_timestamp metadata in xskxceiver

[PATCH bpf-next v2] bpf: check max_entries before allocating memory
 2022-10-28 18:34 UTC 

[PATCH 4/4] perf lock contention: Increase default stack skip to 4
 2022-10-28 18:01 UTC 

[PATCH bpf-next] selftests: fix test group SKIPPED result
 2022-10-28 17:55 UTC 

libbpf not properly detecting support for memcg-based memory accounting
 2022-10-28 17:22 UTC  (2+ messages)

Closing the BPF map permission loophole
 2022-10-28 17:17 UTC  (5+ messages)

[PATCH] samples/bpf: Fix sockex3: missing BPF prog type
 2022-10-28 17:09 UTC  (5+ messages)
` [PATCH bpf-next] "

[PATCH bpf-next] selftests/bpf: Fix strncpy() fortify warning
 2022-10-28 17:08 UTC  (4+ messages)
  ` Re: [PATCH] "

[RESEND][RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
 2022-10-28 16:54 UTC  (3+ messages)
` [RESEND][RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules
` [RESEND][RFC][PATCH 3/3] selftests/bpf: Check if return values of LSM programs are allowed

[RFC][PATCH 1/3] lsm: Clarify documentation of vm_enough_memory hook
 2022-10-28 16:49 UTC  (3+ messages)
` [RFC][PATCH 2/3] bpf-lsm: Limit values that can be returned by security modules
` [RFC][PATCH 3/3] selftests/bpf: Check if return values of LSM programs are allowed

[RFC][PATCH] bpf: Check xattr name/value pair from bpf_lsm_inode_init_security()
 2022-10-28 15:01 UTC  (14+ messages)

[PATCH net] bpf: Fix memory leaks in __check_func_call
 2022-10-28 12:17 UTC  (4+ messages)

[PATCH bpf-next v1] Document BPF_MAP_TYPE_LPM_TRIE
 2022-10-28  9:22 UTC  (2+ messages)

[PATCH -next] selftests/bpf: fix alignment problem in bpf_prog_test_run_skb()
 2022-10-28  8:12 UTC 

[PATCH net] bpf, sockmap: fix the sk->sk_forward_alloc warning of sk_stream_kill_queues()
 2022-10-28  7:22 UTC 

[PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-10-28  5:20 UTC  (4+ messages)

[PATCH net v2] bpf: Fix memory leaks in __check_func_call
 2022-10-28  5:22 UTC 

[PATCH bpf-next v2 0/2] If the sock is dead, do not access sock's sk_wq in sk_stream_wait_memory
 2022-10-28  2:56 UTC  (5+ messages)
      ` 答复: "

[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
 2022-10-28  1:23 UTC  (11+ messages)

[Question]: BPF_CGROUP_{GET,SET}SOCKOPT handling when optlen > PAGE_SIZE
 2022-10-27 23:46 UTC  (12+ messages)

[PATCH bpf-next] bpf: make sure skb->len != 0 when redirecting to a tunneling device
 2022-10-27 22:55 UTC 

[PATCH 1/4] bpf, docs: Add note about type convention
 2022-10-27 22:28 UTC  (5+ messages)
` [PATCH 2/4] bpf, docs: Fix modulo zero, division by zero, overflow, and underflow
` [PATCH 3/4] bpf, docs: Use consistent names for the same field
` [PATCH 4/4] bpf, docs: Explain helper functions

[PATCH bpf-next 0/2] propagate nullness information for reg to reg comparisons
 2022-10-27 22:18 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf: "

[PATCH bpf-next v2] bpf: Fix a typo in comment for DFS algorithm
 2022-10-27 20:20 UTC  (2+ messages)

[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
 2022-10-27 18:52 UTC  (3+ messages)

WARNING in bpf_bprintf_prepare
 2022-10-27 11:45 UTC  (3+ messages)

[PATCH hid v11 00/14] Introduce eBPF support for HID devices
 2022-10-27  9:11 UTC  (7+ messages)
` [PATCH hid v11 02/14] HID: initial BPF implementation
` [PATCH hid v11 14/14] Documentation: add HID-BPF docs

[PATCH bpf-next 01/10] bpf: Add initial fd-based API to attach tc BPF programs
 2022-10-27  9:01 UTC  (11+ messages)

[PATCH v5 2/2] sched/numa: add per-process numa_balancing
 2022-10-27  2:53 UTC 

[PATCH][next] bpftool: Fix spelling mistake "disasembler" -> "disassembler"
 2022-10-27  1:30 UTC  (3+ messages)

linux-next: manual merge of the tip tree with the bpf-next tree
 2022-10-27  0:07 UTC 

[PATCH bpf-next] bpf: check max_entries before allocating memory
 2022-10-26 19:21 UTC  (3+ messages)

[PATCH v3 05/15] iommufd: File descriptor, context, kconfig and makefiles
 2022-10-26 17:14 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Fix bpftool synctypes checking failure
 2022-10-26 17:10 UTC  (3+ messages)

[PATCH stable 5.10 0/5] kbuild: Fix compilation for latest pahole release
 2022-10-26 16:44 UTC  (2+ messages)

[PATCH 0/2] USB: core: add a way to revoke access to open USB devices
 2022-10-26 15:22 UTC  (4+ messages)
` [PATCH 2/2] usb: Implement usb_revoke() BPF function

[PATCH v4] evm: Correct inode_init_security hooks behaviors
 2022-10-26 14:30 UTC 

[PATCH v3 01/15] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
 2022-10-26 12:45 UTC  (2+ messages)

[PATCH] bpf: Remove the obsolte u64_stats_fetch_*_irq() users
 2022-10-26 12:31 UTC 

[PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
 2022-10-26 12:06 UTC  (5+ messages)

[RFC PATCH net-next]net: Add new kParser KMOD in net, integrate kParser with XDP
 2022-10-26  7:50 UTC  (3+ messages)
` [RFC PATCH 3/4] xdp: Support for kParser as bpf helper function
` [RFC PATCH 4/4] xdp: Support for flow_dissector "

[PATCH bpf-next] selftests/bpf: Panic on hard/soft lockup
 2022-10-26  6:50 UTC  (2+ messages)

[PATCH bpf-next v6 0/9] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
 2022-10-26  6:40 UTC  (11+ messages)
` [PATCH bpf-next v6 1/9] bpf: Make struct cgroup btf id global
` [PATCH bpf-next v6 2/9] bpf: Refactor some inode/task/sk storage functions for reuse
` [PATCH bpf-next v6 3/9] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
` [PATCH bpf-next v6 4/9] libbpf: Support new cgroup local storage
` [PATCH bpf-next v6 5/9] bpftool: "
` [PATCH bpf-next v6 6/9] selftests/bpf: Fix test test_libbpf_str/bpf_map_type_str
` [PATCH bpf-next v6 7/9] selftests/bpf: Add selftests for new cgroup local storage
` [PATCH bpf-next v6 8/9] selftests/bpf: Add test cgrp_local_storage to DENYLIST.s390x
` [PATCH bpf-next v6 9/9] docs/bpf: Add documentation for new cgroup local storage

[PATCH bpf-next 0/9] bpf: Avoid unnecessary deadlock detection and failure in task storage
 2022-10-26  6:20 UTC  (2+ messages)

[PATCH bpf-next v5 0/7] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
 2022-10-26  5:55 UTC  (11+ messages)
` [PATCH bpf-next v5 1/7] bpf: Make struct cgroup btf id global
` [PATCH bpf-next v5 2/7] bpf: Refactor some inode/task/sk storage functions for reuse
` [PATCH bpf-next v5 3/7] bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
` [PATCH bpf-next v5 4/7] libbpf: Support new cgroup local storage
` [PATCH bpf-next v5 5/7] bpftool: "
` [PATCH bpf-next v5 6/7] selftests/bpf: Add selftests for "
` [PATCH bpf-next v5 7/7] docs/bpf: Add documentation "

[PATCH bpf-next] bpf: Update max_entries for array maps
 2022-10-26  3:35 UTC  (2+ messages)

[PATCH v3] evm: Correct inode_init_security hooks behaviors
 2022-10-26  1:51 UTC  (2+ messages)

[PATCH bpf] bpf: Return -EINVAL on calling bpf_setsockopt(TCP_SAVED_SYN)
 2022-10-26  0:02 UTC  (2+ messages)

[PATCH bpf] libbpf: btf dedup identical struct test needs check for nested structs/arrays
 2022-10-25 23:30 UTC  (2+ messages)

[RFC dwarves 0/1] pahole: Save header guard names when --header_guards_db is passed
 2022-10-25 22:07 UTC  (2+ messages)
` [RFC dwarves 1/1] "

[PATCH bpf-next v4 0/7] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
 2022-10-25 19:53 UTC  (9+ messages)
` [PATCH bpf-next v4 3/7] bpf: Implement cgroup "

[PATCH bpf-next v9 0/1] Document BPF_MAP_TYPE_ARRAY
 2022-10-25 19:12 UTC  (2+ messages)
` [PATCH bpf-next v9 1/1] bpf, docs: document BPF_MAP_TYPE_ARRAY

[PATCH bpf-next v2 00/25] Local kptrs, BPF linked lists
 2022-10-25 19:00 UTC  (4+ messages)
` [PATCH bpf-next v2 22/25] bpf: Introduce single ownership BPF linked list API


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