bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-01 15:11:21 to 2022-07-06 14:03:54 UTC [more...]

[PATCH] riscv, libbpf: use a0 for RC register
 2022-07-06 14:02 UTC 

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-06 13:50 UTC  (13+ messages)
  ` [xdp-hints] "

[PATCH RFC bpf-next 5/9] xdp: controlling XDP-hints from BPF-prog via helper
 2022-07-06 13:29 UTC  (4+ messages)

[PATCH v4 bpf-next 0/2] bpf: add a ksym BPF iterator
 2022-07-06 13:16 UTC  (3+ messages)
` [PATCH v4 bpf-next 1/2] "
` [PATCH v4 bpf-next 2/2] selftests/bpf: add a ksym iter subtest

[PATCH v3 1/1] libbpf: fix broken gcc SEC pragma macro
 2022-07-06 11:22 UTC  (9+ messages)

[PATCH v4] libbpf: disable SEC pragma macro on GCC
 2022-07-06 11:18 UTC 

[PATCH bpf-next 0/3] Fix few compiler warnings in selftests and libbpf
 2022-07-06  8:11 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: fix bogus uninitialized variable warning
` [PATCH bpf-next 2/3] selftests/bpf: fix few more compiler warnings
` [PATCH bpf-next 3/3] libbpf: remove unnecessary usdt_rel_ip assignments

[PATCH bpf-next] libbpf: Error out when missing binary_path for USDT attach
 2022-07-06  7:08 UTC  (3+ messages)

[PATCH] RISC-V/bpf: Enable bpf_probe_read{, str}()
 2022-07-06  7:01 UTC  (9+ messages)

[PATCH v3 bpf-next 0/2] bpf: add a ksym BPF iterator
 2022-07-06  6:12 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/2] "
` [PATCH v3 bpf-next 2/2] selftests/bpf: add a ksym iter subtest

[PATCH bpf-next] bpftool: Remove zlib feature test from Makefile
 2022-07-06  5:40 UTC  (2+ messages)

[PATCH RFC bpf-next 0/4] bpf: Fixes for CONFIG_X86_KERNEL_IBT
 2022-07-06  5:29 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/4] bpf: Adjust kprobe_multi entry_ip "
` [PATCH RFC bpf-next 2/4] bpf: Use given function address for trampoline ip arg
` [PATCH RFC bpf-next 3/4] selftests/bpf: Disable kprobe attach test with offset for CONFIG_X86_KERNEL_IBT
` [PATCH RFC bpf-next 4/4] selftests/bpf: Fix kprobe get_func_ip tests "

libbfd feature autodetection
 2022-07-06  5:14 UTC  (5+ messages)

[PATCHv2] perf tools: Convert legacy map definition to BTF-defined
 2022-07-06  5:08 UTC  (2+ messages)

[PATCH v2 bpf-next 0/2] bpf: add a ksym BPF iterator
 2022-07-06  4:48 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/2] "
` [PATCH v2 bpf-next 2/2] selftests/bpf: add a ksym iter subtest

[PATCH] mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
 2022-07-06  4:33 UTC  (19+ messages)

[PATCH v4 0/3] cleanup the legacy probe_event on failed scenario
 2022-07-06  4:30 UTC  (2+ messages)

[PATCH dwarves v2 0/2] btf: support BTF_KIND_ENUM64
 2022-07-06  4:28 UTC  (5+ messages)
    ` [PATCH] btf_loader: support BTF_KIND_ENUM64 was "

[PATCH bpf-next v3 00/10] Introduce type match support
 2022-07-06  4:20 UTC  (8+ messages)
` [PATCH bpf-next v3 02/10] bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
` [PATCH bpf-next v3 04/10] libbpf: Add type match support

[PATCH bpf-next v6 0/4] bpf trampoline for arm64
 2022-07-06  1:43 UTC  (7+ messages)
` [PATCH bpf-next v6 2/4] arm64: Add LDR (literal) instruction

[PATCH bpf] bpf, x86: fix freeing of not-finalized bpf_prog_pack
 2022-07-06  0:26 UTC 

[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
 2022-07-05 22:37 UTC  (10+ messages)

[PATCH] ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
 2022-07-05 19:52 UTC  (3+ messages)

[PATCH v4 bpf-next] selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
 2022-07-05 19:00 UTC 

init_disassemble_info() signature changes causes compile failures
 2022-07-05 13:44 UTC  (11+ messages)
` [PATCH v2 0/5] tools: fix compilation failure caused by init_disassemble_info API changes
  ` [PATCH v2 1/5] tools build: add feature test for "
  ` [PATCH v2 2/5] tools include: add dis-asm-compat.h to handle version differences
  ` [PATCH v2 3/5] tools perf: Fix compilation error with new binutils
  ` [PATCH v2 4/5] tools bpf_jit_disasm: "
  ` [PATCH v2 5/5] tools bpftool: "

[syzbot] BUG: unable to handle kernel paging request in bpf_prog_ADDR_F
 2022-07-05 13:04 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust XDP SOCKETS after file movement
 2022-07-05 12:27 UTC  (6+ messages)

[PATCH v3 bpf-next] selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
 2022-07-05 12:08 UTC  (2+ messages)

[PATCH net-next v3] net: page_pool: optimize page pool page allocation in NUMA scenario
 2022-07-05 11:35 UTC 

[PATCH bpf-next] bpf: omit superfluous address family check in __bpf_skc_lookup
 2022-07-05 10:00 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Rename "bpftool feature list" into "... feature list_builtins"
 2022-07-05 10:00 UTC  (3+ messages)

[PATCH bpf-next] selftests, bpf: remove AF_XDP samples
 2022-07-05 10:00 UTC  (5+ messages)

test_kmod.sh fails with constant blinding
 2022-07-05  8:31 UTC  (6+ messages)

[PATCH bpf] xdp: Fix spurious packet loss in generic XDP TX path
 2022-07-05  8:23 UTC  (5+ messages)
` [PATCH bpf v2] "
  ` [PATCH bpf v3] "

Inschrijfformulier Groeiprogramma
 2022-07-05  6:36 UTC 

[PATCH] net: tls: fix tls with sk_redirect using a BPF verdict
 2022-07-05  3:26 UTC  (3+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-05  2:12 UTC  (31+ messages)
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "

[PATCH net-next] i40e: i40e_reset_vf should return false if reset vf timeout
 2022-07-05  1:13 UTC 

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-04 20:34 UTC  (10+ messages)

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-07-04 14:53 UTC  (9+ messages)
` [PATCH 1/8] perf arm64: Send pointer auth masks to ring buffer
` [PATCH 2/8] perf evsel: Do not request ptrauth sample field if not supported
` [PATCH 3/8] perf test: Update arm64 tests to expect ptrauth masks
` [PATCH 4/8] perf tools: arm64: Read ptrauth data from kernel
` [PATCH 5/8] perf libunwind: Feature check for libunwind ptrauth callback
` [PATCH 6/8] perf libunwind: arm64 pointer authentication
` [PATCH 7/8] perf tools: Print ptrauth struct in perf report
` [PATCH 8/8] perf test arm64: Test unwinding with PACs on gcc & clang compilers

[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
 2022-07-04 12:42 UTC  (2+ messages)

[PATCH v2 0/5] Atomics support for eBPF on powerpc
 2022-07-04 11:33 UTC  (2+ messages)

[PATCH v4 bpf-next 0/2] bpf, docs: Document BPF_MAP_TYPE_ARRAY
 2022-07-04 10:39 UTC  (3+ messages)
` [PATCH v4 bpf-next 2/2] bpf, docs: document BPF_MAP_TYPE_ARRAY

[syzbot] KASAN: vmalloc-out-of-bounds Read in bpf_jit_free
 2022-07-04  9:04 UTC  (3+ messages)

[syzbot] kernel BUG in __text_poke
 2022-07-04  9:01 UTC 

[PATCH net-next v2] net: page_pool: optimize page pool page allocation in NUMA scenario
 2022-07-04  1:14 UTC  (4+ messages)

Questions about querying map object information
 2022-07-03 22:33 UTC 

[perf-tools] Build-error in tools/perf/util/annotate.c with LLVM-14
 2022-07-03 21:31 UTC  (8+ messages)

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-07-03  9:32 UTC  (3+ messages)

[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-07-03  5:34 UTC  (5+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add support for forcing kfunc args to be referenced

[PATCH v9 bpf-next 0/9] bpf_prog_pack allocator
 2022-07-03  3:14 UTC  (5+ messages)
` [PATCH v9 bpf-next 9/9] bpf, x86_64: use bpf_jit_binary_pack_alloc

[Patch net-next v15 00/13] net: dsa: microchip: DSA Driver support for LAN937x
 2022-07-02 15:40 UTC  (6+ messages)
` [Patch net-next v15 10/13] net: dsa: microchip: lan937x: add phylink_get_caps support
` [Patch net-next v15 11/13] net: dsa: microchip: lan937x: add phylink_mac_link_up support
` [Patch net-next v15 12/13] net: dsa: microchip: lan937x: add phylink_mac_config support
` [Patch net-next v15 13/13] net: dsa: microchip: add LAN937x in the ksz spi probe

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-07-02 15:33 UTC  (8+ messages)

[PATCH bpf-next 0/4] bpf: Minor fixes
 2022-07-02 15:08 UTC  (10+ messages)
` [PATCH bpf-next 1/4] bpf: Make non-preallocated allocation low priority
` [PATCH bpf-next 3/4] bpf: Don't do preempt check when migrate is disabled

[RFC v2 00/17] perf: Add perf kwork
 2022-07-02  9:35 UTC  (2+ messages)

pull-request: bpf 2022-07-02
 2022-07-02  3:20 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-07-02  0:55 UTC  (12+ messages)
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH bpf] skmsg: Fix invalid last sg check in sk_msg_recvmsg()
 2022-07-01 20:30 UTC  (3+ messages)

[PATCH bpf 1/4] bpf: Fix incorrect verifier simulation around jmp32's jeq/jne
 2022-07-01 20:10 UTC  (2+ messages)

[PATCH 1/2] btf: Fix required space error
 2022-07-01 19:56 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: skip lsm_cgroup when don't have trampolines
 2022-07-01 17:04 UTC  (6+ messages)

[PATCH] ixgbe: Use kmap_local_page in ixgbe_check_lbtest_frame()
 2022-07-01 15:36 UTC  (4+ messages)
` [Intel-wired-lan] "


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