bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-04 08:06:18 to 2021-10-07 04:03:05 UTC [more...]

[PATCH bpf-next 0/2] Add bpf_skc_to_unix_sock() helper
 2021-10-07  4:02 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: Test bpf_skc_to_unix_sock()

[PATCH bpf-next 0/2 v2] libbpf: Deprecate bpf_{map,program}__{prev,next} APIs since v0.7
 2021-10-07  4:01 UTC  (7+ 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 0/3] bpf: allow cgroup progs to export custom errnos to userspace
 2021-10-07  0:41 UTC  (6+ messages)
` [PATCH bpf-next 1/3] bpf: Make BPF_PROG_RUN_ARRAY return -errno instead of allow boolean
` [PATCH bpf-next 2/3] bpf: Add cgroup helper bpf_export_errno to get/set exported errno value
` [PATCH bpf-next 3/3] selftests/bpf: Test bpf_export_errno behavior with cgroup/sockopt

[PATCH] selftests/bpf: skip get_branch_snapshot in vm
 2021-10-07  0:35 UTC  (4+ messages)

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

[RFC] store function address in BTF
 2021-10-06 22:37 UTC  (9+ messages)

[PATCH bpf-next v4 0/5] Implement bitset maps, with bloom filter
 2021-10-06 22:35 UTC  (7+ messages)
` [PATCH bpf-next v4 1/5] bpf: Add bitset map with bloom filter capabilities
` [PATCH bpf-next v4 2/5] libbpf: Add "map_extra" as a per-map-type extra flag
` [PATCH bpf-next v4 3/5] selftests/bpf: Add bitset map test cases
` [PATCH bpf-next v4 4/5] bpf/benchs: Add benchmark tests for bloom filter throughput + false positive
` [PATCH bpf-next v4 5/5] bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom filter

[PATCH bpf-next] bpf: introduce helper bpf_raw_read_cpu_clock
 2021-10-06 21:37 UTC  (2+ messages)

[PATCH bpf-next] bpf,x64: Factor out emission of REX byte in more cases
 2021-10-06 21:22 UTC  (2+ messages)

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

[PATCH bpf-next v1 0/6] Typeless/weak ksym for gen_loader + misc fixups
 2021-10-06 19:38 UTC  (14+ 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 bpf-next v6 00/14] selftests/bpf: Add parallelism to test_progs
 2021-10-06 18:56 UTC  (15+ messages)
` [PATCH bpf-next v6 01/14] "
` [PATCH bpf-next v6 02/14] selftests/bpf: Allow some tests to be executed in sequence
` [PATCH bpf-next v6 03/14] selftests/bpf: disable perf rate limiting when running tests
` [PATCH bpf-next v6 04/14] selftests/bpf: add per worker cgroup suffix
` [PATCH bpf-next v6 05/14] selftests/bpf: adding read_perf_max_sample_freq() helper
` [PATCH bpf-next v6 06/14] selftests/bpf: fix race condition in enable_stats
` [PATCH bpf-next v6 07/14] selftests/bpf: make cgroup_v1v2 use its own port
` [PATCH bpf-next v6 08/14] selftests/bpf: adding a namespace reset for tc_redirect
` [PATCH bpf-next v6 09/14] selftests/bpf: Make uprobe tests use different attach functions
` [PATCH bpf-next v6 10/14] selftests/bpf: adding pid filtering for atomics test
` [PATCH bpf-next v6 11/14] selftests/bpf: adding random delay for send_signal test
` [PATCH bpf-next v6 12/14] selftests/bpf: Fix pid check in fexit_sleep test
` [PATCH bpf-next v6 13/14] selftests/bpf: increase loop count for perf_branches
` [PATCH bpf-next v6 14/14] selfetest/bpf: make some tests serial

[PATCH rfc 0/6] Scheduler BPF
 2021-10-06 18:50 UTC  (3+ messages)

[PATCH bpf-next v3 00/10] install libbpf headers when using the library
 2021-10-06 18:28 UTC  (11+ messages)
` [PATCH bpf-next v3 04/10] tools: runqslower: install libbpf headers when building
` [PATCH bpf-next v3 05/10] bpf: preload: "
` [PATCH bpf-next v3 07/10] samples/bpf: "
` [PATCH bpf-next v3 08/10] samples/bpf: update .gitignore

[PATCH bpf-next v2 0/9] install libbpf headers when using the library
 2021-10-06 17:44 UTC  (9+ messages)
` [PATCH bpf-next v2 6/9] bpf: iterators: install libbpf headers when building

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

[PATCH bpf-next] libbpf: Add API documentation convention guidelines
 2021-10-06 17:29 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: Switch recursion test to use htab_map_delete_elem
 2021-10-06 17:20 UTC  (3+ messages)

[PATCH bpf-next] bpf: use $(pound) instead of \# in Makefiles
 2021-10-06 16:30 UTC  (2+ messages)

[Patch bpf v3 0/4] sock_map: fix ->poll() and update selftests
 2021-10-06 15:24 UTC  (2+ messages)

[PATCH 0/7] A new eBPF JIT implementation for MIPS
 2021-10-06 14:10 UTC  (10+ 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

[PATCH v2 bpf-next 0/3] libbpf: add bulk BTF type copying API
 2021-10-06 13:40 UTC  (5+ 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 v1] unix: fix an issue in unix_shutdown causing the other end read/write failures
 2021-10-06 12:50 UTC  (4+ messages)

[PATCH v14 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-10-06 12:15 UTC  (13+ 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 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  (2+ messages)

[PATCH 0/9] powerpc/bpf: Various fixes
 2021-10-05 20:22 UTC  (24+ 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 6/9] powerpc/bpf: Fix BPF_SUB when imm == 0x80000000

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


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