bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 02:52:46 to 2021-03-26 04:50:05 UTC [more...]

[PATCH v2 bpf-next] selftests/bpf: Add an option for a debug shell in vmtest.sh
 2021-03-26  4:48 UTC  (2+ messages)

[PATCH bpf] bpf: link: refuse non-zero file_flags in BPF_OBJ_GET
 2021-03-26  4:43 UTC  (2+ messages)

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-26  4:35 UTC  (34+ messages)
` [PATCH v3 01/17] add "
` [PATCH v3 02/17] cfi: add __cficanonical
` [PATCH v3 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v3 04/17] module: ensure __cfi_check alignment
` [PATCH v3 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v3 06/17] kthread: "
` [PATCH v3 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v3 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v3 09/17] treewide: Change list_sort to use const pointers
` [PATCH v3 10/17] lkdtm: use __va_function
` [PATCH v3 11/17] psci: use __pa_function for cpu_resume
` [PATCH v3 12/17] arm64: implement __va_function
` [PATCH v3 13/17] arm64: use __pa_function
` [PATCH v3 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v3 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v3 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v3 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH bpf-next] libbpf: fix bail out from 'ringbuf_process_ring()' on error
 2021-03-26  4:31 UTC  (2+ messages)

[PATCH v2 bpf-next] libbpf: preserve empty DATASEC BTFs during static linking
 2021-03-26  4:30 UTC 

[PATCH bpf-next] libbpf: preserve empty DATASEC BTFs during static linking
 2021-03-26  4:17 UTC  (3+ messages)

[PATCH bpf v2 1/2] bpf: enforce that struct_ops programs be GPL-only
 2021-03-26  4:04 UTC  (4+ messages)
` [PATCH bpf v2 2/2] bpf/selftests: test that kernel rejects a TCP CC with an invalid license

[bpf PATCH] small test_maps fix
 2021-03-26  3:03 UTC  (5+ messages)
` [bpf PATCH] bpf, selftests: test_maps generating unrecognized data section

[PATCH v3 bpf-next] libbpf: add bpf object kern_version attribute setter
 2021-03-26  3:00 UTC  (7+ messages)

[Patch bpf-next v6 00/12] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-26  2:11 UTC  (11+ messages)
` [Patch bpf-next v6 02/12] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v6 04/12] skmsg: avoid lock_sock() in sk_psock_backlog()
` [Patch bpf-next v6 05/12] skmsg: use rcu work for destroying psock
` [Patch bpf-next v6 08/12] udp: implement ->read_sock() for sockmap

[PATCH dwarves 0/3] add option to merge more dwarf cu's into
 2021-03-26  1:41 UTC  (6+ messages)
` [PATCH dwarves 1/3] dwarf_loader: permits flexible HASHTAGS__BITS
` [PATCH dwarves 2/3] dwarf_loader: factor out common code to initialize a cu
` [PATCH dwarves 3/3] dwarf_loader: add option to merge more dwarf cu's into one pahole cu

[PATCH bpf-next v4] bpf: fix NULL pointer dereference in bpf_get_local_storage() helper
 2021-03-26  1:38 UTC  (2+ messages)

[bpf PATCH 0/2] bpf, sockmap fixes
 2021-03-26  0:58 UTC  (11+ messages)
` [bpf PATCH 1/2] bpf, sockmap: fix sk->prot unhash op reset
` [bpf PATCH 2/2] bpf, sockmap: fix incorrect fwd_alloc accounting

[PATCH bpf-next] libbpf: constify few bpf_program getters
 2021-03-26  0:20 UTC  (2+ messages)

[PATCH net-next] qede: remove unused including <linux/version.h>
 2021-03-26  0:00 UTC  (2+ messages)

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-03-25 23:09 UTC  (17+ messages)
` [PATCH v2 bpf-next 01/14] bpf: Simplify freeing logic in linfo and jited_linfo
` [PATCH v2 bpf-next 02/14] bpf: Refactor btf_check_func_arg_match
` [PATCH v2 bpf-next 03/14] bpf: Support bpf program calling kernel function
` [PATCH v2 bpf-next 04/14] bpf: Support kernel function call in x86-32
` [PATCH v2 bpf-next 05/14] tcp: Rename bictcp function prefix to cubictcp
` [PATCH v2 bpf-next 06/14] bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-cc
` [PATCH v2 bpf-next 07/14] libbpf: Refactor bpf_object__resolve_ksyms_btf_id
` [PATCH v2 bpf-next 08/14] libbpf: Refactor codes for finding btf id of a kernel symbol
` [PATCH v2 bpf-next 09/14] libbpf: Rename RELO_EXTERN to RELO_EXTERN_VAR
` [PATCH v2 bpf-next 10/14] libbpf: Record extern sym relocation first
` [PATCH v2 bpf-next 11/14] libbpf: Support extern kernel function
` [PATCH v2 bpf-next 12/14] bpf: selftests: Rename bictcp to bpf_cubic
` [PATCH v2 bpf-next 13/14] bpf: selftests: bpf_cubic and bpf_dctcp calling kernel functions
` [PATCH v2 bpf-next 14/14] bpf: selftests: Add kfunc_call test

[PATCHv2] bpf: Take module reference for trampoline in module
 2021-03-25 21:39 UTC  (3+ messages)

BPF trampolines break because of hang in synchronize_rcu_tasks() on PREEMPT kernels
 2021-03-25 21:13 UTC  (14+ messages)

[PATCH bpf 1/2] bpf: enforce that struct_ops programs be GPL-only
 2021-03-25 20:38 UTC  (6+ messages)
` [PATCH bpf 2/2] bpf/selftests: test that kernel rejects a TCP CC with an invalid license

[PATCH -tip v4 00/12] kprobes: Fix stacktrace with kretprobes on x86
 2021-03-25 18:05 UTC  (9+ messages)
` [PATCH -tip v4 10/12] x86/kprobes: Push a fake return address at kretprobe_trampoline

[PATCH bpf-next v3] bpf: Fix a spelling typo in kernel/bpf/disasm.c
 2021-03-25 13:41 UTC 

BUSINESS RELATIONSHIP
 2021-03-25 13:30 UTC 

[PATCH bpf-next v2] bpf: Fix a spelling typo in kernel/bpf/disasm.c
 2021-03-25 12:58 UTC 

[PATCH v3] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-25 12:50 UTC 

[PATCH v2] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-25 12:18 UTC  (5+ messages)

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-03-25 12:00 UTC  (6+ messages)
` [PATCH bpf-next 1/5] tools pkt_cls.h: sync with kernel sources
` [PATCH bpf-next 2/5] libbpf: add helpers for preparing netlink attributes
` [PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
` [PATCH bpf-next 4/5] libbpf: add high "
` [PATCH bpf-next 5/5] libbpf: add selftests for "

[PATCH bpf-next] bpf: Fix a spelling typo in kernel/bpf/disasm.c
 2021-03-25 10:14 UTC  (2+ messages)

[PATCHv3 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-25  9:27 UTC  (5+ messages)
` [PATCHv3 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv3 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv3 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv3 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH] include: net: struct sock is declared twice
 2021-03-25  7:06 UTC 

pull-request: bpf-next 2021-03-24
 2021-03-25  4:05 UTC 

[PATCH net v3] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-25  3:13 UTC 

[PATCH net v2] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-25  2:08 UTC  (3+ messages)

[PATCH v3 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-24 23:38 UTC  (5+ messages)
` [PATCH v3 bpf-next 06/17] libbpf: xsk: use bpf_link

Pinned link access mode troubles
 2021-03-24 18:45 UTC 

[PATCH bpf 0/3] AF_XDP Socket Creation Fixes
 2021-03-24 14:13 UTC  (4+ messages)
` [PATCH bpf 1/3] libbpf: ensure umem pointer is non-NULL before dereferencing
` [PATCH bpf 2/3] libbpf: restore umem state after socket create failure
` [PATCH bpf 3/3] libbpf: ignore return values of setsockopt for XDP rings

[PATCH bpf] bpf: Take module reference for ip in module code
 2021-03-24 13:47 UTC  (4+ messages)

bpf selftests and page size
 2021-03-24 13:28 UTC  (3+ messages)

[PATCH] bpf: Remove unused headers
 2021-03-24  8:31 UTC 

[PATCH bpf-next v2 0/6] Add a snprintf eBPF helper
 2021-03-24  2:22 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: Factorize bpf_trace_printk and bpf_seq_printf
` [PATCH bpf-next v2 2/6] bpf: Add a ARG_PTR_TO_CONST_STR argument type
` [PATCH bpf-next v2 3/6] bpf: Add a bpf_snprintf helper
` [PATCH bpf-next v2 4/6] libbpf: Initialize the bpf_seq_printf parameters array field by field
` [PATCH bpf-next v2 5/6] libbpf: Introduce a BPF_SNPRINTF helper macro
` [PATCH bpf-next v2 6/6] selftests/bpf: Add a series of tests for bpf_snprintf

[PATCH bpf] bpf: Fix fexit trampoline
 2021-03-23 20:59 UTC  (7+ messages)

[PATCH dwarves] btf: Add --btf_gen_all flag
 2021-03-23 20:54 UTC  (6+ messages)
  ` [PATCH PING "

[PATCH] tools: Remove duplicate definition of ia64_mf() on ia64
 2021-03-23 18:25 UTC 

[PATCH, v2] tools: Remove inclusion of ia64-specific version of errno.h header
 2021-03-23 18:04 UTC 

[PATCH] tools: Remove ia64-specific errno.h inclusion from errno.h header
 2021-03-23 17:57 UTC 

[PATCH] tools: Remove ia64-specific errno.h inclusion from errno.h header
 2021-03-23 17:55 UTC 

[PATCH bpf-next 0/5] Add a snprintf eBPF helper
 2021-03-23 14:04 UTC  (4+ messages)
` [PATCH bpf-next 2/5] bpf: Add a bpf_snprintf helper

[PATCH net] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-23 11:39 UTC  (6+ messages)
` [RFC v3] net: sched: implement TCQ_F_CAN_BYPASS "

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-23 10:15 UTC  (7+ messages)
` [PATCHv2 bpf-next 2/4] "

[PATCH] perf tools: Trivial spelling fixes
 2021-03-23  5:39 UTC  (2+ messages)

[PATCH bpf-next 02/15] bpf: btf: Support parsing extern func
 2021-03-23  4:55 UTC  (11+ messages)

[PATCH bpf-next v2 0/2] add support for batched ops in LPM trie
 2021-03-23  2:50 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] bpf: selftests: add tests for batched ops in LPM trie maps


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).