bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 16:32:23 to 2021-04-02 19:08:16 UTC [more...]

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-04-02 19:08 UTC  (11+ messages)
` [PATCH bpf-next 3/5] libbpf: add low level "

[PATCH dwarves] dwarf_loader: handle subprogram ret type with abstract_origin properly
 2021-04-02 19:01 UTC  (11+ messages)

[PATCH kbuild v4] kbuild: add an elfnote for whether vmlinux is built with lto
 2021-04-02 18:31 UTC  (3+ messages)

[RFC Patch bpf-next] bpf: introduce bpf timer
 2021-04-02 17:57 UTC  (6+ messages)

[PATCH dwarves 0/2] dwarf_loader: improve cus__merging_cu()
 2021-04-02 14:34 UTC  (13+ messages)
` [PATCH dwarves 1/2] dwarf_loader: check .debug_abbrev for cross-cu references
` [PATCH dwarves 2/2] dwarf_loader: check .notes section for lto build info

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

[PATCH net-next 0/9] XDP for NXP ENETC
 2021-04-02 10:56 UTC  (20+ messages)
` [PATCH net-next 1/9] net: enetc: consume the error RX buffer descriptors in a dedicated function
` [PATCH net-next 2/9] net: enetc: move skb creation into enetc_build_skb
` [PATCH net-next 3/9] net: enetc: add a dedicated is_eof bit in the TX software BD
` [PATCH net-next 4/9] net: enetc: clean the TX software BD on the TX confirmation path
` [PATCH net-next 5/9] net: enetc: move up enetc_reuse_page and enetc_page_reusable
` [PATCH net-next 6/9] net: enetc: add support for XDP_DROP and XDP_PASS
` [PATCH net-next 7/9] net: enetc: add support for XDP_TX
` [PATCH net-next 8/9] net: enetc: increase RX ring default size
` [PATCH net-next 9/9] net: enetc: add support for XDP_REDIRECT

[Patch bpf-next v8 00/16] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-04-02 10:16 UTC  (21+ messages)
` [Patch bpf-next v8 01/16] skmsg: lock ingress_skb when purging
` [Patch bpf-next v8 03/16] net: introduce skb_send_sock() for sock_map
` [Patch bpf-next v8 07/16] sock_map: simplify sock_map_link() a bit
` [Patch bpf-next v8 09/16] sock_map: introduce BPF_SK_SKB_VERDICT
` [Patch bpf-next v8 10/16] sock: introduce sk->sk_prot->psock_update_sk_prot()
` [Patch bpf-next v8 11/16] udp: implement ->read_sock() for sockmap
` [Patch bpf-next v8 12/16] skmsg: extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()
` [Patch bpf-next v8 13/16] udp: implement udp_bpf_recvmsg() for sockmap
` [Patch bpf-next v8 14/16] sock_map: update sock type checks for UDP

selftests/bpf - Error: failed to open BPF object file: Endian mismatch
 2021-04-02  8:02 UTC  (2+ messages)

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

[PATCH v2 0/9] riscv: improve self-protection
 2021-04-02  4:18 UTC  (17+ messages)
` [PATCH v2 1/9] riscv: add __init section marker to some functions
` [PATCH v2 2/9] riscv: Mark some global variables __ro_after_init
` [PATCH v2 3/9] riscv: Constify sys_call_table
` [PATCH v2 4/9] riscv: Constify sbi_ipi_ops
` [PATCH v2 5/9] riscv: kprobes: Implement alloc_insn_page()
` [PATCH v2 6/9] riscv: bpf: Write protect JIT code
` [PATCH v2 7/9] riscv: bpf: Avoid breaking W^X on RV64
` [PATCH v2 8/9] riscv: module: Create module allocations without exec permissions
` [PATCH v2 9/9] riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMU

[PATCH -next v2] libbpf: remove redundant semi-colon
 2021-04-02  1:26 UTC 

[syzbot] WARNING in bpf_test_run
 2021-04-02  0:40 UTC  (3+ messages)

[PATCH dwarves v2] dwarf_loader: handle subprogram ret type with abstract_origin properly
 2021-04-01 23:55 UTC 

pull-request: bpf-next 2021-04-01
 2021-04-01 23:31 UTC 

pull-request: bpf 2021-04-01
 2021-04-01 23:24 UTC 

[PATCH -next] libbpf: remove redundant semi-colon
 2021-04-01 23:17 UTC  (2+ messages)

[PATCH] linux/bpf.h: Remove repeated struct declaration
 2021-04-01 23:13 UTC  (2+ messages)

[PATCH bpf-next] bpf, selftests: test_maps generating unrecognized data section
 2021-04-01 22:47 UTC  (2+ messages)

[PATCH bpf v2 0/2] bpf, sockmap fixes
 2021-04-01 22:00 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf, sockmap: fix sk->prot unhash op reset
` [PATCH bpf v2 2/2] bpf, sockmap: fix incorrect fwd_alloc accounting

[PATCH v4 bpf 0/3] AF_XDP Socket Creation Fixes
 2021-04-01 21:49 UTC  (3+ messages)

[PATCH bpf v2 1/2] bpf: link: refuse non-O_RDWR flags in BPF_OBJ_GET
 2021-04-01 21:44 UTC  (4+ messages)

[PATCH bpf] bpf: refcount task stack in bpf_get_task_stack
 2021-04-01 21:00 UTC  (4+ messages)

[PATCH kbuild v3 0/2] add an elfnote with type BUILD_COMPILER_LTO_INFO
 2021-04-01 20:50 UTC  (5+ messages)
` [PATCH kbuild v3 1/2] kbuild: move LINUX_ELFNOTE_BUILD_SALT to elfnote.h
` [PATCH kbuild v3 2/2] kbuild: add an elfnote with type BUILD_COMPILER_LTO_INFO

[PATCH bpf-next] cpumap: bulk skb using netif_receive_skb_list
 2021-04-01 20:26 UTC  (4+ messages)

[PATCH v2 bpf-next 00/14] bpf: Support calling kernel function
 2021-04-01 19:52 UTC  (12+ messages)

BUG: unable to handle kernel paging request in bpf_trace_run2
 2021-04-01 18:01 UTC  (2+ messages)
` [syzbot] "

[PATCH net-next v4 0/6] stmmac: Add XDP support
 2021-04-01 16:06 UTC  (8+ messages)
` [PATCH net-next v4 1/6] net: stmmac: set IRQ affinity hint for multi MSI vectors
` [PATCH net-next v4 2/6] net: stmmac: make SPH enable/disable to be configurable
` [PATCH net-next v4 3/6] net: stmmac: arrange Tx tail pointer update to stmmac_flush_tx_descriptors
` [PATCH net-next v4 4/6] net: stmmac: Add initial XDP support
` [PATCH net-next v4 5/6] net: stmmac: Add support for XDP_TX action
` [PATCH net-next v4 6/6] net: stmmac: Add support for XDP_REDIRECT action

[PATCHv3 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-04-01 11:10 UTC  (5+ messages)
` [PATCHv3 bpf-next 2/4] "

[PATCH] linux/bpf-cgroup.h: Delete repeated struct declaration
 2021-04-01  6:52 UTC  (2+ messages)

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run2
 2021-04-01  3:39 UTC  (2+ messages)
` [syzbot] "

[RFC PATCH -tip 0/3] x86/kprobes,orc: Fix ORC unwinder to unwind stack with optimized probe
 2021-04-01  2:19 UTC  (6+ messages)
` [RFC PATCH -tip 3/3] x86/kprobes,orc: Unwind optprobe trampoline correctly

[syzbot] memory leak in bpf (2)
 2021-04-01  1:08 UTC 

[PATCH net-next v3 0/6] stmmac: Add XDP support
 2021-03-31 23:09 UTC  (4+ messages)
` [PATCH net-next v3 5/6] net: stmmac: Add support for XDP_TX action

[PATCH net v2 1/1] xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
 2021-03-31 22:20 UTC  (2+ messages)

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

[PATCH v3 bpf-next] tools/resolve_btfids: Fix warnings
 2021-03-31 20:28 UTC  (2+ messages)

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

[PATCH] selftests/bpf: add LDFLAGS when building test_verifier
 2021-03-31 19:02 UTC  (2+ messages)

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-31 18:59 UTC  (4+ messages)
` [PATCH bpf-next] libbpf: Add '_wait()' and '_nowait()' macros for 'bpf_ring_buffer__poll()'

[PATCH bpf-next v3 0/8] bpf/selftests: page size fixes
 2021-03-31 18:52 UTC  (12+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: test_progs/sockopt_sk: remove version
  ` [PATCH bpf-next v3 2/8] selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton
  ` [PATCH bpf-next v3 3/8] selftests/bpf: pass page size from userspace in sockopt_sk
  ` [PATCH bpf-next v3 4/8] selftests/bpf: pass page size from userspace in map_ptr
  ` [PATCH bpf-next v3 5/8] selftests/bpf: mmap: use runtime page size
  ` [PATCH bpf-next v3 6/8] selftests/bpf: ringbuf: "
  ` [PATCH bpf-next v3 7/8] libbpf: add bpf_map__inner_map API
  ` [PATCH bpf-next v3 8/8] selftests/bpf: ringbuf_multi: use runtime page size

[PATCH 0/3] bpf/selftests: page size fixes
 2021-03-31 16:43 UTC  (9+ messages)
` [PATCH v2 1/4] selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeleton
  ` [PATCH v2 4/4] selftests/bpf: ringbuf, mmap: bump up page size to 64K


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