bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 23:28:57 to 2020-10-01 17:15:01 UTC [more...]

For review: seccomp_user_notif(2) manual page
 2020-10-01 17:12 UTC  (19+ messages)

[PATCH bpf-next v2 0/4] Sockmap copying
 2020-10-01 17:11 UTC  (13+ messages)
` [PATCH bpf-next v2 2/4] selftests: bpf: Add helper to compare socket cookies
` [PATCH bpf-next v2 4/4] selftest: bpf: Test copying a sockmap and sockhash

[PATCH bpf v3] bpf: fix "unresolved symbol" build error with resolve_btfids
 2020-10-01 16:50 UTC  (3+ messages)

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-10-01 16:18 UTC  (25+ messages)
` [PATCH v3 seccomp 0/5] seccomp: Add bitmap cache of constant allow filter results
  ` [PATCH v3 seccomp 1/5] x86: Enable seccomp architecture tracking
  ` [PATCH v3 seccomp 2/5] seccomp/cache: Add "emulator" to check if filter is constant allow
  ` [PATCH v3 seccomp 3/5] seccomp/cache: Lookup syscall allowlist for fast path
  ` [PATCH v3 seccomp 4/5] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH v3 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH v1] btf_encoder: Handle DW_TAG_variable that has DW_AT_specification
 2020-10-01 15:47 UTC 

[PATCH v3 net-next 00/12] mvneta: introduce XDP multi-buffer support
 2020-10-01 15:44 UTC  (24+ messages)
` [PATCH v3 net-next 01/12] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH v3 net-next 02/12] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH v3 net-next 03/12] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v3 net-next 04/12] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v3 net-next 05/12] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v3 net-next 06/12] bpf: helpers: add multibuffer support
` [PATCH v3 net-next 07/12] samples/bpf: add bpf program that uses xdp mb helpers
` [PATCH v3 net-next 08/12] bpf: move user_size out of bpf_test_init
` [PATCH v3 net-next 09/12] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v3 net-next 10/12] bpf: add xdp multi-buffer selftest
` [PATCH v3 net-next 11/12] net: mvneta: enable jumbo frames for XDP
` [PATCH v3 net-next 12/12] bpf: cpumap: introduce xdp multi-buff support

pull-request: bpf-next 2020-10-01
 2020-10-01 15:42 UTC 

general protection fault in nexthop_is_blackhole
 2020-10-01 15:34 UTC  (2+ messages)

BTF without CONFIG_DEBUG_INFO_BTF=y
 2020-10-01 15:03 UTC  (8+ messages)
        ` [EXTERNAL] "

Problems with pointer offsets on ARM32
 2020-10-01 13:40 UTC  (7+ messages)

mb2q experience and couple issues
 2020-10-01 13:30 UTC  (4+ messages)

[PATCH bpf-next] libbpf: export bpf_object__reuse_map() to libbpf api
 2020-10-01 11:34 UTC  (7+ messages)

[PATCH v5 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-10-01  6:27 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v5 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH bpf-next v7 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-10-01  5:35 UTC  (3+ messages)
` [PATCH bpf-next v7 2/2] selftests/bpf: Selftest for real time helper

[PATCH bpf-next] selftests/bpf: Fix alignment of .BTF_ids
 2020-10-01  1:30 UTC  (3+ messages)

[PATCH bpf v2] bpf: fix "unresolved symbol" build error with resolve_btfids
 2020-10-01  1:02 UTC 

[PATCH bpf] bpf: fix "unresolved symbol" build error with resolve_btfids
 2020-10-01  1:00 UTC  (8+ messages)

[PATCH bpf-next v6 1/2] bpf: Add bpf_ktime_get_real_ns
 2020-10-01  0:56 UTC  (2+ messages)

[PATCH bpf-next 0/4] libbpf: add raw BTF type dumping
 2020-09-30 22:47 UTC  (10+ messages)
` [PATCH bpf-next 2/4] libbpf: add raw dumping of BTF types
` [PATCH bpf-next 3/4] selftests/bpf: add checking of raw type dump in BTF writer APIs selftests
` [PATCH bpf-next 4/4] selftests/bpf: test "incremental" btf_dump in C format

[PATCH v4 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 22:46 UTC  (4+ messages)
` [PATCH v4 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v4 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH bpf-next v6 2/2] selftests/bpf: Selftest for real time helper
 2020-09-30 22:29 UTC 

[PATCH v3 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 21:20 UTC  (5+ messages)
` [PATCH v3 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array
` [PATCH v3 bpf-next 2/2] selftests/bpf: add tests for BPF_F_PRESERVE_ELEMS

[PATCH bpf-next v4 0/6] Various BPF helper improvements
 2020-09-30 21:12 UTC  (16+ messages)
` [PATCH bpf-next v4 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next v4 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next v4 3/6] bpf: add redirect_neigh helper as redirect drop-in
` [PATCH bpf-next v4 4/6] bpf, libbpf: add bpf_tail_call_static helper for bpf programs
` [PATCH bpf-next v4 5/6] bpf, selftests: use bpf_tail_call_static where appropriate
` [PATCH bpf-next v4 6/6] bpf, selftests: add redirect_neigh selftest

Help using libbpf with kernel 4.14
 2020-09-30 18:34 UTC  (8+ messages)

[PATCH v2 bpf-next] bpf: fix raw_tp test run in preempt kernel
 2020-09-30 15:48 UTC  (5+ messages)

[PATCH v5 bpf-next 00/12] BPF TCP header options
 2020-09-30 15:23 UTC  (3+ messages)
` [PATCH v5 bpf-next 09/12] bpf: tcp: Allow bpf prog to write and parse TCP header option

[PATCH v2 bpf-next 0/2] introduce BPF_F_PRESERVE_ELEMS
 2020-09-30 15:04 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: introduce BPF_F_PRESERVE_ELEMS for perf event array

pull-request: bpf 2020-09-29
 2020-09-30  8:49 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] Various BPF helper improvements
 2020-09-30  7:58 UTC  (8+ messages)
` [PATCH bpf-next v3 1/6] bpf: add classid helper only based on skb->sk
` [PATCH bpf-next v3 2/6] bpf, net: rework cookie generator as per-cpu one
` [PATCH bpf-next v3 3/6] bpf: add redirect_neigh helper as redirect drop-in

[PATCH bpf-next v4 0/6] bpf: BTF support for ksyms
 2020-09-30  6:48 UTC  (9+ messages)
` [PATCH bpf-next v4 1/6] bpf: Introduce pseudo_btf_id
` [PATCH bpf-next v4 2/6] bpf/libbpf: BTF support for typed ksyms
` [PATCH bpf-next v4 3/6] selftests/bpf: ksyms_btf to test "
` [PATCH bpf-next v4 4/6] bpf: Introduce bpf_per_cpu_ptr()
` [PATCH bpf-next v4 5/6] bpf: Introducte bpf_this_cpu_ptr()
` [PATCH bpf-next v4 6/6] bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()

[Linux-kernel-mentees][PATCH 0/2] reorder members of structures in virtio_net for optimization
 2020-09-30  5:17 UTC  (3+ messages)
` [Linux-kernel-mentees][PATCH 1/2] net: reorder members of virtnet_info "
` [Linux-kernel-mentees][PATCH 2/2] net: reorder members of receive_queue in virtio_net "

build failure (BTFIDS) with CONFIG_NET && !CONFIG_INET
 2020-09-30  4:57 UTC  (2+ messages)

[PATCH dwarves 00/11] Switch BTF loading and encoding to libbpf APIs
 2020-09-30  4:27 UTC  (12+ messages)
` [PATCH dwarves 01/11] libbpf: update to latest libbpf version
` [PATCH dwarves 02/11] btf_encoder: detect BTF encoding errors and exit
` [PATCH dwarves 03/11] dwarves: expose and maintain active debug info loader operations
` [PATCH dwarves 04/11] btf_loader: use libbpf to load BTF
` [PATCH dwarves 05/11] btf_encoder: use libbpf APIs to encode BTF type info
` [PATCH dwarves 06/11] btf_encoder: fix emitting __ARRAY_SIZE_TYPE__ as index range type
` [PATCH dwarves 07/11] btf_encoder: discard CUs after BTF encoding
` [PATCH dwarves 08/11] btf_encoder: revamp how per-CPU variables are encoded
` [PATCH dwarves 09/11] dwarf_loader: increase the size of lookup hash map
` [PATCH dwarves 10/11] strings: use BTF's string APIs for strings management
` [PATCH dwarves 11/11] btf_encoder: support cross-compiled ELF binaries with different endianness

[PATCH bpf-next 1/3] libbpf: fix uninitialized variable in btf_parse_type_sec
 2020-09-30  0:10 UTC  (7+ messages)
` [PATCH bpf-next 2/3] libbpf: compile libbpf under -O2 level by default and catch extra warnings
` [PATCH bpf-next 3/3] libbpf: compile in PIC mode only for shared library case

[PATCH bpf-next] bpf: fix raw_tp test run in preempt kernel
 2020-09-30  0:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf, x64: optimize JIT's pro/epilogue
 2020-09-30  0:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/6] bpf: BTF support for ksyms
 2020-09-29 23:53 UTC  (8+ messages)
` [PATCH bpf-next v3 4/6] bpf: Introduce bpf_per_cpu_ptr()

[PATCH bpf-next v2] selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_access
 2020-09-29 23:40 UTC  (2+ 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).