bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-14 00:33:50 to 2022-07-15 17:00:17 UTC [more...]

[PATCH] bpf: fix check against plain integer v 'NULL'
 2022-07-15 17:00 UTC  (3+ messages)

[PATCH bpf-next v3 0/1] libbpf: perfbuf expose ring buffer
 2022-07-15 16:58 UTC  (5+ messages)
` [PATCH bpf-next v3 1/1] libbpf: perfbuf: Add API to get the "

[PATCH bpf-next v2 0/3] Use lightweigt version of bpftool
 2022-07-15 16:56 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] samples: bpf: Fix cross-compiling error by using bootstrap bpftool
` [PATCH bpf-next v2 2/3] tools: runqslower: build and use lightweight bootstrap version of bpftool
` [PATCH bpf-next v2 3/3] bpf: iterators: "

[PATCH v2] bpf, docs: document BPF_MAP_TYPE_HASH and variants
 2022-07-15 16:56 UTC  (3+ messages)

[PATCH v2 bpf-next 0/4] BPF array map fixes and improvements
 2022-07-15 16:29 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: fix potential 32-bit overflow when accessing ARRAY map element
` [PATCH v2 bpf-next 2/4] bpf: make uniform use of array->elem_size everywhere in arraymap.c
` [PATCH v2 bpf-next 3/4] bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
` [PATCH v2 bpf-next 4/4] selftests/bpf: validate .bss section bigger than 8MB is possible now

Build error of samples/bpf
 2022-07-15 16:08 UTC  (8+ messages)

[PATCH bpf 0/5] bpf: Allow any source IP in bpf_skb_set_tunnel_key
 2022-07-15 15:03 UTC  (6+ messages)
` [PATCH bpf 1/5] ip_tunnels: Add new flow flags field to ip_tunnel_key
` [PATCH bpf 2/5] vxlan: Use ip_tunnel_key flow flags in route lookups
` [PATCH bpf 3/5] geneve: "
` [PATCH bpf 4/5] bpf: Set flow flag to allow any source IP in bpf_tunnel_key
` [PATCH bpf 5/5] selftests/bpf: Don't assign outer source IP to host

[PATCH bpf-next v1] bpf: fix bpf_skb_pull_data documentation
 2022-07-15 13:50 UTC  (5+ messages)

[RFC PATCH 00/17] xdp: Add packet queueing and scheduling capabilities
 2022-07-15 12:55 UTC  (24+ messages)
` [RFC PATCH 14/17] libbpf: Add support for querying dequeue programs
` [RFC PATCH 15/17] selftests/bpf: Add verifier tests for dequeue prog
` [RFC PATCH 16/17] selftests/bpf: Add test for XDP queueing through PIFO maps

[RFC PATCH bpf-next 0/4] bpf_panic() helper
 2022-07-15 12:52 UTC  (7+ messages)
` [RFC PATCH bpf-next 3/4] bpf: add "

[PATCH v4,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-07-15 11:55 UTC 

[PATCH bpf-next] bpf: Add kptr_xchg to may_be_acquire_function check
 2022-07-15 11:49 UTC  (4+ messages)

[PATCH bpf-next v6 00/23] Introduce eBPF support for HID devices
 2022-07-15 11:43 UTC  (12+ messages)
` [PATCH bpf-next v6 09/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v6 10/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v6 11/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v6 12/23] HID: initial BPF implementation

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-15 11:11 UTC  (12+ messages)
  ` [xdp-hints] "

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-07-15  9:52 UTC  (4+ messages)

[PATCH v3,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-07-15  9:17 UTC  (3+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-15  8:36 UTC  (11+ messages)
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH bpf] selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_func
 2022-07-15  7:45 UTC  (8+ messages)

[PATCH] bpf: btf: Fix vsnprintf return value check
 2022-07-15  7:07 UTC  (5+ messages)

[PATCH bpf-next] bpf: Fix subprog names in stack traces
 2022-07-15  6:50 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fallback to tracefs mount point if debugfs is not mounted
 2022-07-15  6:12 UTC  (4+ messages)

[PATCH bpf-next 0/4] BPF array map fixes and improvements
 2022-07-15  5:09 UTC  (8+ messages)
` [PATCH bpf-next 1/4] bpf: fix potential 32-bit overflow when accessing ARRAY map element
` [PATCH bpf-next 2/4] bpf: make uniform use of array->elem_size everywhere in arraymap.c
` [PATCH bpf-next 3/4] bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value size
` [PATCH bpf-next 4/4] selftests/bpf: validate .bss section bigger than 8MB is possible now

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-15  2:50 UTC  (16+ messages)
` [PATCH v2 bpf-next 1/5] ftrace: allow customized flags for ftrace_direct_multi ftrace_ops
` [PATCH v2 bpf-next 3/5] ftrace: introduce FTRACE_OPS_FL_SHARE_IPMODIFY

[PATCH RFC bpf-next 0/3] Execution context callbacks
 2022-07-15  1:51 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/3] bpf: allow maps to hold bpf_delayed_work fields

[PATCH 2/2] crypto: make the sha1 library optional
 2022-07-15  1:18 UTC  (2+ messages)

[PATCH bpf-next 1/3] mm/vmalloc: introduce vmalloc_exec which allocates RO+X memory
 2022-07-15  0:24 UTC  (13+ messages)

[PATCH bpf-next v2] docs/bpf: Update documentation for BTF_KIND_FUNC
 2022-07-14 22:58 UTC  (3+ messages)

[PATCH bpf-next v3] docs/bpf: Update documentation for BTF_KIND_FUNC
 2022-07-14 22:33 UTC 

[PATCH] bpf, docs: document BPF_MAP_TYPE_HASH and variants
 2022-07-14 22:20 UTC  (7+ messages)

[PATCH v2,bpf-next] bpf: Don't redirect packets with invalid pkt_len
 2022-07-14 21:26 UTC  (4+ messages)

LPC 2022 Networking and BPF Track CFP
 2022-07-14 21:19 UTC  (2+ messages)
` LPC 2022 Networking and BPF Track CFP (Reminder)

[PATCH bpf-next 0/3] Maintain selftest configuration in-tree
 2022-07-14 21:17 UTC  (14+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: Integrate vmtest configs
  ` [PATCH bpf-next 1/3] selftests/bpf: Copy over libbpf configs

[PATCH bpf-next] bpf: fix lsm_cgroup build errors on esoteric configs
 2022-07-14 21:00 UTC  (2+ messages)

[PATCH bpf-next v4] bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLE
 2022-07-14 21:00 UTC  (2+ messages)

[PATCH v2 bpf-next] xsk: mark napi_id on sendmsg()
 2022-07-14 20:50 UTC  (3+ messages)

[RFC][PATCH v8 00/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
 2022-07-14 19:14 UTC  (13+ messages)
` [RFC][PATCH v8 01/12] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [RFC][PATCH v8 02/12] bpf: Allow kfuncs to be used in LSM programs
` [RFC][PATCH v8 03/12] btf: Handle dynamic pointer parameter in kfuncs
` [RFC][PATCH v8 04/12] btf: Introduce __maybe_null suffix for kfunc parameter declaration
` [RFC][PATCH v8 05/12] bpf: Export bpf_dynptr_get_size()
` [RFC][PATCH v8 06/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [RFC][PATCH v8 07/12] bpf: Add bpf_lookup_user_key() and bpf_key_put() kfuncs
` [RFC][PATCH v8 08/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [RFC][PATCH v8 09/12] selftests/bpf: Test kfuncs with __maybe_null suffix
` [RFC][PATCH v8 10/12] selftests/bpf: Add verifier tests for bpf_lookup_user_key() and bpf_key_put()
` [RFC][PATCH v8 11/12] selftests/bpf: Add additional test for bpf_lookup_user_key()
` [RFC][PATCH v8 12/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH v2 bpf-next 0/5] Add SEC("ksyscall") support
 2022-07-14 18:31 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: generalize virtual __kconfig externs and use it for USDT
` [PATCH v2 bpf-next 2/5] selftests/bpf: add test of __weak unknown virtual __kconfig extern
` [PATCH v2 bpf-next 3/5] libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALL
` [PATCH v2 bpf-next 4/5] libbpf: add ksyscall/kretsyscall sections support for syscall kprobes
` [PATCH v2 bpf-next 5/5] selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftests

[PATCH] tools/testing/selftests/net/bpf/Makefile: fix fatal error: 'bpf/bpf_helpers.h' file not found
 2022-07-14 16:44 UTC  (2+ messages)

[PATCH] bpf, arm64: Mark dummy_tramp as global
 2022-07-14 15:00 UTC  (2+ messages)

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-07-14 14:39 UTC  (5+ messages)

[PATCH v2 0/4] Introduce security_create_user_ns()
 2022-07-14 14:27 UTC  (5+ messages)

init_disassemble_info() signature changes causes compile failures
 2022-07-14 13:25 UTC  (4+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes

[PATCH v1] net: Add distinct sk_psock field
 2022-07-14 13:50 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-14 13:45 UTC  (3+ messages)

Wycena paneli fotowoltaicznych
 2022-07-14  7:47 UTC 

[net 0/3] seg6: fix skb checksum for SRH encapsulation/insertion
 2022-07-14  8:30 UTC  (2+ messages)

[PATCH] x86/bugs: make retbleed_strings static
 2022-07-14  7:29 UTC 

[PATCH bpf-next] docs/bpf: Update documentation for BTF_KIND_FUNC
 2022-07-14  7:10 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Return true/false (not 1/0) from bool functions
 2022-07-14  6:30 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-14  6:15 UTC  (12+ messages)

[PATCH v2] libbpf: fix the name of a reused map
 2022-07-14  6:00 UTC  (5+ messages)

[PATCH bpf-next] libbpf: Add bpf_map__set_name()
 2022-07-14  5:54 UTC  (5+ messages)

Missing .BTF section in vmlinux (x86_64) when building on Yocto
 2022-07-14  5:01 UTC  (6+ messages)

[PATCH] samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
 2022-07-14  4:50 UTC  (2+ messages)

[PATCH bpf-next 0/3] Use lightweigt version of bpftool
 2022-07-14  2:02 UTC  (4+ messages)
` [PATCH bpf-next 2/3] tools: runqslower: build and use lightweight bootstrap "

[PATCH] selftests/bpf: Return true/false (not 1/0) from bool functions
 2022-07-14  1:56 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;
as well as URLs for NNTP newsgroup(s).