bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 22:22:07 to 2021-10-06 12:15:15 UTC [more...]

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-10-06 12:15 UTC  (13+ messages)

[PATCH bpf-next] bpf: use $(pound) instead of \# in Makefiles
 2021-10-06 11:10 UTC 

[RFC] store function address in BTF
 2021-10-06  8:44 UTC  (2+ messages)

[PATCH v4 0/6] CAN: Add support for CAN in AM65,J721e and AM64
 2021-10-06  5:53 UTC  (7+ messages)
` [PATCH v4 1/6] arm64: dts: ti: k3-am65-mcu: Add Support for MCAN
` [PATCH v4 2/6] arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes
` [PATCH v4 3/6] arm64: dts: ti: k3-j721e: Add support for MCAN nodes
` [PATCH v4 4/6] arm64: dts: ti: k3-j721e-common-proc-board: Add support for mcu and main mcan nodes
` [PATCH v4 5/6] arm64: dts: ti: k3-am64-main: Add support for MCAN
` [PATCH v4 6/6] arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK

[PATCH bpf-next v1 0/6] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-06  6:49 UTC  (11+ messages)
` [PATCH bpf-next v1 1/6] bpf: Add bpf_kallsyms_lookup_name helper
` [PATCH bpf-next v1 2/6] libbpf: Add typeless and weak ksym support to gen_loader
` [PATCH bpf-next v1 3/6] libbpf: Ensure that module BTF fd is never 0
` [PATCH bpf-next v1 4/6] bpf: selftests: Move test_ksyms_weak test to lskel, add libbpf test
` [PATCH bpf-next v1 5/6] bpf: selftests: Fix fd cleanup in sk_lookup test
` [PATCH bpf-next v1 6/6] bpf: selftests: Fix memory leak in test_ima

[PATCH v2 bpf-next 0/3] libbpf: add bulk BTF type copying API
 2021-10-06  5:11 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: add API that copies all BTF types from one BTF object to another
` [PATCH v2 bpf-next 2/3] selftests/bpf: refactor btf_write selftest to reuse BTF generation logic
` [PATCH v2 bpf-next 3/3] selftests/bpf: test new btf__add_btf() API

[PATCH bpf-next 0/2] Add bpf_skc_to_unix_sock() helper
 2021-10-06  5:09 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_skc_to_unix_sock()

[PATCH v2 00/10] powerpc/bpf: Various fixes
 2021-10-06  5:03 UTC  (20+ messages)
` [PATCH v2 01/10] powerpc/lib: Add helper to check if offset is within conditional branch range
` [PATCH v2 02/10] powerpc/bpf: Validate branch ranges
` [PATCH v2 03/10] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH v2 04/10] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
` [PATCH v2 05/10] powerpc/security: Add a helper to query stf_barrier type
` [PATCH v2 06/10] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC
` [PATCH v2 07/10] powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operation
` [PATCH v2 08/10] powerpc/bpf ppc32: Fix JMP32_JSET_K
` [PATCH v2 09/10] powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_END
` [PATCH v2 10/10] powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000

[PATCH bpf-next 0/3] libbpf: add bulk BTF type copying API
 2021-10-06  3:12 UTC  (8+ messages)
` [PATCH bpf-next 1/3] libbpf: add API that copies all BTF types from one BTF object to another
` [PATCH bpf-next 2/3] selftests/bpf: refactor btf_write selftest to reuse BTF generation logic
` [PATCH bpf-next 3/3] selftests/bpf: test new btf__add_btf() API

[PATCH v2 bpf-next] bpf,x64: Save bytes for DIV by reducing reg copies
 2021-10-06  2:56 UTC  (2+ messages)

[PATCH bpf-next] bpf: avoid retpoline for bpf_for_each_map_elem
 2021-10-06  2:28 UTC  (2+ messages)

[PATCH bpf-next v7 0/9] Support kernel module function calls from eBPF
 2021-10-06  0:17 UTC  (11+ messages)
` [PATCH bpf-next v7 1/9] bpf: Introduce BPF support for kernel module function calls
` [PATCH bpf-next v7 2/9] bpf: Be conservative while processing invalid kfunc calls
` [PATCH bpf-next v7 3/9] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v7 4/9] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v7 5/9] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v7 6/9] libbpf: Support kernel module function calls
` [PATCH bpf-next v7 7/9] libbpf: Resolve invalid weak kfunc calls with imm = 0, off = 0
` [PATCH bpf-next v7 8/9] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v7 9/9] bpf: selftests: Add selftests for module kfunc support

[PATCH bpf-next 0/2 v2] libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
 2021-10-05 22:22 UTC  (5+ messages)
` [PATCH bpf-next 1/2 "
` [PATCH bpf-next 2/2 v2] selftests/bpf: Switch to new bpf_object__next_{map,program} APIs

[PATCH bpf v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
 2021-10-05 22:17 UTC  (3+ messages)

[RFC PATCH v2 00/13] Introduce BPF map tracing capability
 2021-10-05 21:47 UTC  (3+ messages)

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-05 20:22 UTC  (32+ messages)
` [PATCH 1/9] powerpc/lib: Add helper to check if offset is within conditional branch range
` [PATCH 2/9] powerpc/bpf: Validate branch ranges
` [PATCH 3/9] powerpc/bpf: Remove unused SEEN_STACK
` [PATCH 4/9] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH 5/9] powerpc/bpf: Fix BPF_MOD when imm == 1
` [PATCH 6/9] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000
` [PATCH 7/9] powerpc/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06

[PATCH bpf-next v2 0/9] install libbpf headers when using the library
 2021-10-05 20:03 UTC  (19+ messages)
` [PATCH bpf-next v2 2/9] tools: bpftool: install libbpf headers instead of including the dir
` [PATCH bpf-next v2 3/9] tools: resolve_btfids: install libbpf headers when building
` [PATCH bpf-next v2 6/9] bpf: iterators: "
` [PATCH bpf-next v2 7/9] samples/bpf: "

[PATCH 0/7] A new eBPF JIT implementation for MIPS
 2021-10-05 18:00 UTC  (9+ messages)
` [PATCH 1/7] MIPS: uasm: Enable muhu opcode for MIPS R6
` [PATCH 2/7] mips: uasm: Add workaround for Loongson-2F nop CPU errata
` [PATCH 3/7] mips: bpf: Add eBPF JIT for 32-bit MIPS
` [PATCH 4/7] mips: bpf: Add new eBPF JIT for 64-bit MIPS
` [PATCH 5/7] mips: bpf: Add JIT workarounds for CPU errata
` [PATCH 6/7] mips: bpf: Enable eBPF JITs

[RFC PATCH bpf-next v1 00/14] MIPS: eBPF: refactor code, add MIPS32 JIT
 2021-10-05  8:27 UTC  (17+ messages)
` [RFC PATCH bpf-next v2 00/16] "
  ` [RFC PATCH bpf-next v2 01/16] MIPS: eBPF: support BPF_TAIL_CALL in JIT static analysis
  ` [RFC PATCH bpf-next v2 02/16] MIPS: eBPF: mask 32-bit index for tail calls
  ` [RFC PATCH bpf-next v2 03/16] MIPS: eBPF: fix BPF_ALU|ARSH handling in JIT static analysis
  ` [RFC PATCH bpf-next v2 04/16] MIPS: eBPF: support BPF_JMP32 "
  ` [RFC PATCH bpf-next v2 05/16] MIPS: eBPF: fix system hang with verifier dead-code patching
  ` [RFC PATCH bpf-next v2 06/16] MIPS: eBPF: fix JIT static analysis hang with bounded loops
  ` [RFC PATCH bpf-next v2 07/16] MIPS: eBPF: fix MOD64 insn on R6 ISA
  ` [RFC PATCH bpf-next v2 08/16] MIPS: eBPF: support long jump for BPF_JMP|EXIT
  ` [RFC PATCH bpf-next v2 09/16] MIPS: eBPF: drop src_reg restriction in BPF_LD|BPF_DW|BPF_IMM
  ` [RFC PATCH bpf-next v2 10/16] MIPS: eBPF: add core support for 32/64-bit systems
  ` [RFC PATCH bpf-next v2 11/16] bpf: allow tailcalls in subprograms for MIPS64/MIPS32
  ` [RFC PATCH bpf-next v2 13/16] MIPS: eBPF64: support BPF_JMP32 conditionals
  ` [RFC PATCH bpf-next v2 14/16] MIPS: eBPF64: implement all BPF_ATOMIC ops
  ` [RFC PATCH bpf-next v2 15/16] MIPS: uasm: Enable muhu opcode for MIPS R6
  ` [RFC PATCH bpf-next v2 16/16] MIPS: eBPF: add MIPS32 JIT

[PATCH v4 0/9] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-10-05  3:24 UTC  (3+ messages)
` [PATCH v4 6/9] ARM: imx_v6_v7_defconfig: enable bpf syscall and cgroup bpf

[PATCH bpf-next v2] libbpf: Deprecate bpf_object__unload() API since v0.7
 2021-10-05  1:06 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add API documentation convention guidelines
 2021-10-05  1:00 UTC  (2+ messages)

[PATCH 1/1] x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
 2021-10-04 19:14 UTC  (4+ messages)

[PATCH bpf-next] selftest/bpf: Switch recursion test to use htab_map_delete_elem
 2021-10-04 17:38 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] add support for writable bare tracepoint
 2021-10-04 14:46 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: support writable context for "
` [PATCH bpf-next v5 2/3] libbpf: support detecting and attaching of writable tracepoint program
` [PATCH bpf-next v5 3/3] bpf/selftests: add test for writable bare tracepoint

[PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-10-04  8:43 UTC  (5+ messages)

[PATCH v4] skmsg: lose offset info in sk_psock_skb_ingress
 2021-10-04  4:27 UTC  (3+ messages)

[PATCH] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-04  4:21 UTC  (3+ messages)

[PATCH bpf-next v3 00/10] install libbpf headers when using the library
 2021-10-03 19:22 UTC  (11+ messages)
` [PATCH bpf-next v3 01/10] tools: bpftool: remove unused includes to <bpf/bpf_gen_internal.h>
` [PATCH bpf-next v3 02/10] tools: bpftool: install libbpf headers instead of including the dir
` [PATCH bpf-next v3 03/10] tools: resolve_btfids: install libbpf headers when building
` [PATCH bpf-next v3 04/10] tools: runqslower: "
` [PATCH bpf-next v3 05/10] bpf: preload: "
` [PATCH bpf-next v3 06/10] bpf: iterators: "
` [PATCH bpf-next v3 07/10] samples/bpf: "
` [PATCH bpf-next v3 08/10] samples/bpf: update .gitignore
` [PATCH bpf-next v3 09/10] selftests/bpf: better clean up for runqslower in test_bpftool_build.sh
` [PATCH bpf-next v3 10/10] tools: bpftool: add install-bin target to install binary only

[PATCH v4 00/11] sections: Unify kernel sections range check and use
 2021-10-03 17:19 UTC  (3+ messages)
` [PATCH v4 07/11] mm: kasan: Use is_kernel() helper

[PATCH bpf-next 1/2] libbpf: Support uniform BTF-defined key/value specification across all BPF maps
 2021-10-02 16:17 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test BPF map creation using BTF-defined key/value

[PATCH bpf-next v2 0/2] bpf: Build with -Wcast-function-type
 2021-10-02 16:09 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] bpf: Replace callers of BPF_CAST_CALL with proper function typedef

[PATCH bpf-next] libbpf: deprecate bpf_object__unload() API
 2021-10-02 16:07 UTC  (3+ messages)

[PATCH] af_unix: add missing annotation at bpf_iter_unix_seq_stop()
 2021-10-02  9:43 UTC 

[PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
 2021-10-02  2:07 UTC  (4+ messages)
    ` [kbuild-all] "

[Patch bpf v3 0/4] sock_map: fix ->poll() and update selftests
 2021-10-02  0:37 UTC  (5+ messages)
` [Patch bpf v3 1/4] net: rename ->stream_memory_read to ->sock_is_readable
` [Patch bpf v3 2/4] skmsg: extract and reuse sk_msg_is_readable()
` [Patch bpf v3 3/4] net: implement ->sock_is_readable() for UDP and AF_UNIX
` [Patch bpf v3 4/4] selftests/bpf: use recv_timeout() instead of retries

[PATCH rfc 0/6] Scheduler BPF
 2021-10-02  0:13 UTC  (4+ messages)
  ` [PATCH rfc 4/6] sched: cfs: add bpf hooks to control wakeup and tick preemption

pull-request: bpf-next 2021-10-02
 2021-10-02  0:13 UTC 

[Patch bpf v2 0/4] sock_map: fix ->poll() and update selftests
 2021-10-02  0:00 UTC  (4+ messages)
` [Patch bpf v2 3/4] net: implement ->sock_is_readable for UDP and AF_UNIX

[PATCH bpf-next v1 0/3] Add XDP support for bpf_load_hdr_opt
 2021-10-01 23:40 UTC  (9+ messages)
` [PATCH bpf-next v1 1/3] bpf/xdp: Add bpf_load_hdr_opt support for xdp
` [PATCH bpf-next v1 2/3] bpf/selftests: Rename test_tcp_hdr_options to test_sockops_tcp_hdr_options
` [PATCH bpf-next v1 3/3] bpf/selftests: Add xdp bpf_load_tcp_hdr_options tests

[PATCH bpf-next 0/9] install libbpf headers when using the library
 2021-10-01 22:43 UTC  (5+ messages)
` [PATCH bpf-next 6/9] bpf: iterators: install libbpf headers when building

[PATCH bpf-next 0/2] libbpf: Support uniform BTF-defined key/value specification across all BPF maps
 2021-10-01 22:35 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] add support for writable bare tracepoint
 2021-10-01 22:21 UTC  (3+ messages)
` [PATCH bpf-next v4 1/3] bpf: support writable context for "


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