bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-22 18:34:22 to 2021-03-25 12:03:45 UTC [more...]

[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 v3 00/17] Add support for Clang CFI
 2021-03-25 10:37 UTC  (27+ 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 v2] MIPS/bpf: Enable bpf_probe_read{, str}() on MIPS again
 2021-03-25 10:17 UTC  (5+ messages)

[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 

[PATCH dwarves 0/3] add option to merge more dwarf cu's into
 2021-03-25  6:53 UTC  (4+ 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] libbpf: preserve empty DATASEC BTFs during static linking
 2021-03-25  5:11 UTC 

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

[PATCH -tip v4 00/12] kprobes: Fix stacktrace with kretprobes on x86
 2021-03-25  3:25 UTC  (13+ messages)
` [PATCH -tip v4 08/12] arm: kprobes: Make a space for regs->ARM_pc at kretprobe_trampoline
` [PATCH -tip v4 10/12] x86/kprobes: Push a fake return address "
` [PATCH -tip v4 12/12] tracing: Show kretprobe unknown indicator only for kretprobe_trampoline

[PATCH net-next] qede: remove unused including <linux/version.h>
 2021-03-25  3:29 UTC 

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

[bpf PATCH 0/2] bpf, sockmap fixes
 2021-03-25  2:46 UTC  (7+ 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 net v2] net: sched: fix packet stuck problem for lockless qdisc
 2021-03-25  2:08 UTC  (3+ messages)

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-03-25  1:52 UTC  (15+ 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

[PATCH v3 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-24 23:38 UTC  (21+ messages)
` [PATCH v3 bpf-next 01/17] selftests: xsk: don't call worker_pkt_dump() for stats test
` [PATCH v3 bpf-next 02/17] selftests: xsk: remove struct ifaceconfigobj
` [PATCH v3 bpf-next 03/17] selftests: xsk: remove unused function
` [PATCH v3 bpf-next 04/17] selftests: xsk: remove inline keyword from source file
` [PATCH v3 bpf-next 05/17] selftests: xsk: simplify frame traversal in dumping thread
` [PATCH v3 bpf-next 06/17] libbpf: xsk: use bpf_link
` [PATCH v3 bpf-next 07/17] samples: bpf: do not unload prog within xdpsock
` [PATCH v3 bpf-next 08/17] selftests: xsk: remove thread for netns switch
` [PATCH v3 bpf-next 09/17] selftests: xsk: split worker thread
` [PATCH v3 bpf-next 10/17] selftests: xsk: remove Tx synchronization resources
` [PATCH v3 bpf-next 11/17] selftests: xsk: refactor teardown/bidi test cases and testapp_validate
` [PATCH v3 bpf-next 12/17] selftests: xsk: remove sync_mutex_tx and atomic var
` [PATCH v3 bpf-next 13/17] veth: implement ethtool's get_channels() callback
` [PATCH v3 bpf-next 14/17] selftests: xsk: implement bpf_link test
` [PATCH v3 bpf-next 15/17] selftests: xsk: remove thread attribute
` [PATCH v3 bpf-next 16/17] selftest: xsk: Remove mutex and condition variable
` [PATCH v3 bpf-next 17/17] selftests: xsk: Remove unused defines

[bpf PATCH] small test_maps fix
 2021-03-24 21:07 UTC  (2+ messages)
` [bpf PATCH] bpf, selftests: test_maps generating unrecognized data section

[Patch bpf-next v6 00/12] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-24 20:04 UTC  (17+ messages)
` [Patch bpf-next v6 01/12] skmsg: lock ingress_skb when purging
` [Patch bpf-next v6 02/12] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v6 03/12] skmsg: introduce skb_send_sock() for sock_map
` [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 06/12] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v6 07/12] sock: introduce sk->sk_prot->psock_update_sk_prot()
` [Patch bpf-next v6 08/12] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v6 09/12] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v6 10/12] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v6 11/12] sock_map: update sock type checks for UDP
` [Patch bpf-next v6 12/12] selftests/bpf: add a test case for udp sockmap

BPF trampolines break because of hang in synchronize_rcu_tasks() on PREEMPT kernels
 2021-03-24 19:17 UTC  (12+ messages)

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

[PATCHv2] bpf: Take module reference for trampoline in module
 2021-03-24 17:40 UTC 

[PATCH bpf-next] libbpf: constify few bpf_program getters
 2021-03-24 17:29 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 bpf-next v4] bpf: fix NULL pointer dereference in bpf_get_local_storage() helper
 2021-03-23  5:51 UTC 

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

[PATCH v3 bpf-next] libbpf: add bpf object kern_version attribute setter
 2021-03-23  5:31 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  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: add support for batched ops in LPM trie maps
` [PATCH bpf-next v2 2/2] bpf: selftests: add tests "

[PATCH v2 bpf-next] selftests/bpf: Add an option for a debug shell in vmtest.sh
 2021-03-23  1:47 UTC 

[PATCH bpf-next v3] bpf: fix NULL pointer dereference in bpf_get_local_storage() helper
 2021-03-23  0:57 UTC  (5+ messages)

[PATCH] bpf: avoid old-style declaration warnings
 2021-03-23  0:12 UTC  (2+ messages)

[PATCH v2 bpf-next 00/17] AF_XDP selftests improvements & bpf_link
 2021-03-22 20:11 UTC  (10+ messages)
` [PATCH v2 bpf-next 06/17] libbpf: xsk: use bpf_link
` [PATCH v2 bpf-next 13/17] veth: implement ethtool's get_channels() callback
` [PATCH v2 bpf-next 14/17] selftests: xsk: implement bpf_link test

[PATCH v2 bpf-next] libbpf: add bpf object kern_version attribute setter
 2021-03-22 19:46 UTC  (4+ messages)

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

[PATCH v3 bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-03-22 18:40 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).