bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 13:05:09 to 2021-10-05 22:05:04 UTC [more...]

[PATCH bpf-next 0/3] libbpf: add bulk BTF type copying API
 2021-10-05 22:04 UTC  (7+ 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

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

[PATCH v2 00/10] powerpc/bpf: Various fixes
 2021-10-05 20:25 UTC  (11+ 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 0/9] powerpc/bpf: Various fixes
 2021-10-05 20:22 UTC  (39+ 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 8/9] powerpc/security: Add a helper to query stf_barrier type
` [PATCH 9/9] powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPEC

[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 bpf v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
 2021-10-05  0:04 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  (6+ 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 0/2 v2] libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
 2021-10-03 16:58 UTC  (3+ 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-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 v2 bpf-next] bpf,x64: Save bytes for DIV by reducing reg copies
 2021-10-02  3:56 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-next v7 0/9] Support kernel module function calls from eBPF
 2021-10-02  1:17 UTC  (10+ 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 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  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: support writable context for "
` [PATCH bpf-next v4 2/3] libbpf: support detecting and attaching of writable tracepoint program

[PATCH bpf-next v6 0/9] Support kernel module function calls from eBPF
 2021-10-01 22:16 UTC  (14+ messages)
` [PATCH bpf-next v6 3/9] bpf: btf: Introduce helpers for dynamic BTF set registration
` [PATCH bpf-next v6 4/9] tools: Allow specifying base BTF file in resolve_btfids
` [PATCH bpf-next v6 5/9] bpf: Enable TCP congestion control kfunc from modules
` [PATCH bpf-next v6 6/9] libbpf: Support kernel module function calls
` [PATCH bpf-next v6 8/9] libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
` [PATCH bpf-next v6 9/9] bpf: selftests: Add selftests for module kfunc support

[PATCH bpf] libbpf: fix memory leak in strset
 2021-10-01 21:00 UTC  (3+ messages)

How to attach a single bpf_program multiple times?
 2021-10-01 20:52 UTC  (2+ messages)

[PATCH bpf-next 0/5] introduce dummy BPF STRUCT_OPS
 2021-10-01 19:09 UTC  (9+ messages)
` [PATCH bpf-next 2/5] bpf: factor out a helper to prepare trampoline for struct_ops prog
` [PATCH bpf-next 3/5] bpf: do .test_run in dummy BPF STRUCT_OPS

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

[PATCH bpf-next 00/10] bpf/tests: Extend eBPF JIT test suite
 2021-10-01 15:10 UTC  (12+ messages)
` [PATCH bpf-next 01/10] bpf/tests: Add tests of BPF_LDX and BPF_STX with small sizes
` [PATCH bpf-next 02/10] bpf/tests: Add zero-extension checks in BPF_ATOMIC tests
` [PATCH bpf-next 03/10] bpf/tests: Add exhaustive tests of BPF_ATOMIC magnitudes
` [PATCH bpf-next 04/10] bpf/tests: Add tests to check source register zero-extension
` [PATCH bpf-next 05/10] bpf/tests: Add more tests for ALU and ATOMIC register clobbering
` [PATCH bpf-next 06/10] bpf/tests: Minor restructuring of ALU tests
` [PATCH bpf-next 07/10] bpf/tests: Add exhaustive tests of ALU register combinations
` [PATCH bpf-next 08/10] bpf/tests: Add exhaustive tests of BPF_ATOMIC "
` [PATCH bpf-next 09/10] bpf/tests: Add test of ALU shifts with operand register aliasing
` [PATCH bpf-next 10/10] bpf/tests: Add test of LDX_MEM with operand aliasing

[PATCH bpf-next] test_bpf: add module parameter test_type
 2021-10-01 13:51 UTC 

[RFC Patch net-next v2] net_sched: introduce eBPF based Qdisc
 2021-10-01 13:43 UTC  (9+ 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).