bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 19:38:25 to 2020-11-09 11:10:35 UTC [more...]

[PATCH bpf-next v2 0/6] tools/bpftool: Fix cross and out-of-tree builds
 2020-11-09 11:09 UTC  (2+ messages)
` [PATCH bpf-next v2 1/6] tools: Factor HOSTCC, HOSTLD, HOSTAR definitions

[PATCH bpf] tools: bpftool: Add missing close before bpftool net attach exit
 2020-11-09 10:51 UTC  (3+ messages)

[PATCH] kernel: cgroup: Mundane spelling fixes throughout the file
 2020-11-09 10:31 UTC 

[PATCHv2 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-09  7:08 UTC  (57+ messages)
` [PATCHv3 "
  ` [PATCHv3 iproute2-next 3/5] lib: "
  ` [PATCHv4 iproute2-next 0/5] iproute2: "
    ` [PATCHv4 iproute2-next 1/5] configure: add check_libbpf() for later "
    ` [PATCHv4 iproute2-next 2/5] lib: rename bpf.c to bpf_legacy.c
    ` [PATCHv4 iproute2-next 3/5] lib: add libbpf support
    ` [PATCHv4 iproute2-next 4/5] examples/bpf: move struct bpf_elf_map defined maps to legacy folder
    ` [PATCHv4 iproute2-next 5/5] examples/bpf: add bpf examples with BTF defined maps

[PATCH] net: sched: fix misspellings using misspell-fixer tool
 2020-11-09  7:02 UTC 

[PATCH bpf-next] bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingress
 2020-11-09  6:56 UTC  (2+ messages)

[PATCH] samples/bpf: remove duplicate include
 2020-11-09  6:50 UTC  (2+ messages)

[PATCH bpf] libbpf: don't attempt to load unused subprog as an entry-point BPF program
 2020-11-09  6:13 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-09  3:00 UTC  (14+ messages)
` [PATCH bpf-next 2/2] selftest/bpf: remove unused bpf tunnel testing code
` [PATCHv2 net 0/2] Remove unused test_ipip.sh test and add missed ip6ip6 test
  ` [PATCHv2 net 1/2] selftest/bpf: add missed ip6ip6 test back
  ` [PATCHv2 net 2/2] samples/bpf: remove unused test_ipip.sh

[bpf PATCH 0/5] sockmap fixes
 2020-11-07 19:39 UTC  (6+ messages)
` [bpf PATCH 1/5] bpf, sockmap: fix partial copy_page_to_iter so progress can still be made
` [bpf PATCH 2/5] bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect
` [bpf PATCH 3/5] bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
` [bpf PATCH 4/5] bpf, sockmap: Handle memory acct if skb_verdict prog redirects "
` [bpf PATCH 5/5] bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list

[PATCH v3 bpf] trace: bpf: Fix passing zero to PTR_ERR()
 2020-11-07 18:08 UTC  (2+ messages)

[PATCH v4 net-next 0/5] xdp: introduce bulking for page_pool tx return path
 2020-11-07 14:29 UTC  (8+ messages)
` [PATCH v4 net-next 1/5] net: xdp: introduce bulking for xdp "
` [PATCH v4 net-next 2/5] net: page_pool: add bulk support for ptr_ring
` [PATCH v4 net-next 3/5] net: mvneta: add xdp tx return bulking support
` [PATCH v4 net-next 4/5] net: mvpp2: "
` [PATCH v4 net-next 5/5] net: mlx5: "

[PATCH v2 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-07 14:09 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/5] bpf: add in-kernel split "
` [PATCH v2 bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [PATCH v2 bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
` [PATCH v2 bpf-next 4/5] bpf: load and verify kernel module BTFs
` [PATCH v2 bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[PATCH] net/xdp: remove unused macro REG_STATE_NEW
 2020-11-07 13:08 UTC  (3+ messages)

[PATCH] libbpf: Remove unnecessary conversion to bool
 2020-11-07 10:46 UTC  (5+ messages)

[PATCH] bpf: remove duplicate include
 2020-11-07  8:10 UTC 

[V2] trace: Fix passing zero to PTR_ERR()
 2020-11-07  7:36 UTC  (2+ messages)

pull-request: bpf 2020-11-06
 2020-11-07  3:57 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP
 2020-11-07  1:52 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Folding omem_charge() into sk_storage_charge()
` [PATCH bpf-next 2/3] bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
` [PATCH bpf-next 3/3] bpf: selftest: Use "

[PATCHv4 0/3] pahole/kernel: Workaround dwarf bug for function encoding
 2020-11-06 22:56 UTC  (5+ messages)
` [PATCH 1/3] bpf: Move iterator functions into special init section
` [PATCH 2/3] btf_encoder: Move find_all_percpu_vars in generic collect_symbols
` [PATCH 3/3] btf_encoder: Change functions check due to broken dwarf

[PATCH] compiler-clang: remove version check for BPF Tracing
 2020-11-06 22:32 UTC  (4+ messages)

[PATCH bpf-next 0/5] Integrate kernel module BTF support
 2020-11-06 22:17 UTC  (8+ messages)
` [PATCH bpf-next 1/5] bpf: add in-kernel split "
` [PATCH bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [PATCH bpf-next 3/5] kbuild: build kernel module BTFs if BTF is enabled and pahole supports it
` [PATCH bpf-next 4/5] bpf: load and verify kernel module BTFs
` [PATCH bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[PATCH bpf-next v2] bpf: Update verification logic for LSM programs
 2020-11-06 21:21 UTC  (3+ messages)

[PATCH] trace: Fix passing zero to 'PTR_ERR' warning
 2020-11-06 20:41 UTC  (2+ messages)

[PATCH bpf-next 0/6] xsk: i40e: Tx performance improvements
 2020-11-06 19:09 UTC  (6+ messages)
` [PATCH bpf-next 1/6] i40e: introduce lazy Tx completions for AF_XDP zero-copy

[PATCH bpf-next] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
 2020-11-06 18:54 UTC  (3+ messages)
  ` [lib/strncpy_from_user.c] 00a4ef91e8: BUG:KASAN:slab-out-of-bounds_in_s

[PATCH v3 bpf-next] bpf: make verifier log more relevant by default
 2020-11-06 18:52 UTC  (9+ messages)

[PATCH bpf-next v6 0/9] Implement task_local_storage
 2020-11-06 16:30 UTC  (11+ messages)
` [PATCH bpf-next v6 1/9] bpf: Allow LSM programs to use bpf spin locks
` [PATCH bpf-next v6 2/9] bpf: Implement task local storage
` [PATCH bpf-next v6 3/9] libbpf: Add support for "
` [PATCH bpf-next v6 4/9] bpftool: "
` [PATCH bpf-next v6 5/9] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
` [PATCH bpf-next v6 6/9] bpf: Fix tests for local_storage
` [PATCH bpf-next v6 7/9] bpf: Update selftests for local_storage to use vmlinux.h
` [PATCH bpf-next v6 8/9] bpf: Add tests for task_local_storage
` [PATCH bpf-next v6 9/9] bpf: Exercise syscall operations for inode and sk storage

[RFC PATCH] bpf: tracing: refuse kprobe override without dynamic ftrace
 2020-11-06 16:03 UTC 

[PATCH bpf-next v5 0/9] Implement task_local_storage
 2020-11-06 10:39 UTC  (14+ messages)
` [PATCH bpf-next v5 1/9] bpf: Allow LSM programs to use bpf spin locks
` [PATCH bpf-next v5 2/9] bpf: Implement task local storage
` [PATCH bpf-next v5 3/9] libbpf: Add support for "
` [PATCH bpf-next v5 4/9] bpftool: "
` [PATCH bpf-next v5 5/9] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
` [PATCH bpf-next v5 6/9] bpf: Fix tests for local_storage
` [PATCH bpf-next v5 7/9] bpf: Update selftests for local_storage to use vmlinux.h
` [PATCH bpf-next v5 8/9] bpf: Add tests for task_local_storage
` [PATCH bpf-next v5 9/9] bpf: Exercise syscall operations for inode and sk storage

[PATCH] xdp: auto off xdp by bond fd
 2020-11-06  8:22 UTC  (2+ messages)

[PATCH dwarves 0/4] Add split BTF support to pahole
 2020-11-06  5:25 UTC  (5+ messages)
` [PATCH dwarves 1/4] btf_encoder: fix array index type numbering
` [PATCH dwarves 2/4] libbtf: improve variable naming and error reporting when writing out BTF
` [PATCH dwarves 3/4] libbpf: update libbpf submodlue reference to latest master
` [PATCH dwarves 4/4] btf: add support for split BTF loading and encoding

[PATCH bpf-next v2] Update perf ring buffer to prevent corruption
 2020-11-06  4:19 UTC  (2+ messages)

[PATCH bpf-next v5] bpf: Lift hashtab key_size limit
 2020-11-06  4:11 UTC  (3+ messages)

[PATCH bpf v4] bpf: zero-fill re-used per-cpu map element
 2020-11-06  4:10 UTC  (2+ messages)

[PATCH bpf v4 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-06  3:53 UTC  (6+ messages)
` [PATCH bpf v4 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
` [PATCH bpf v4 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL

[RFC PATCH bpf-next 0/5] Integrate kernel module BTF support
 2020-11-06  3:50 UTC  (8+ messages)
` [RFC PATCH bpf-next 2/5] bpf: assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
` [RFC PATCH bpf-next 3/5] kbuild: Add CONFIG_DEBUG_INFO_BTF_MODULES option or module BTFs

[PATCH] bpf: BPF_PRELOAD depends on BPF_SYSCALL
 2020-11-06  3:00 UTC  (2+ messages)

[PATCH v2 bpf-next 00/11] libbpf: split BTF support
 2020-11-06  2:50 UTC  (6+ messages)

[PATCH bpf] tools/bpftool: fix attaching flow dissector
 2020-11-06  2:30 UTC  (2+ messages)

[PATCH bpf v2 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-05 23:55 UTC  (6+ messages)
` [PATCH bpf v2 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL

[PATCH bpf-next] bpf: Update verification logic for LSM programs
 2020-11-05 23:04 UTC  (2+ messages)

[PATCHv3 0/3] pahole/kernel: Workaround dwarf bug for function encoding
 2020-11-05 22:56 UTC  (4+ messages)
` [PATCH 3/3] btf_encoder: Change functions check due to broken dwarf

[PATCH bpf-next v4 0/9] Implement task_local_storage
 2020-11-05 22:32 UTC  (14+ messages)
` [PATCH bpf-next v4 1/9] bpf: Allow LSM programs to use bpf spin locks
` [PATCH bpf-next v4 2/9] bpf: Implement task local storage
` [PATCH bpf-next v4 4/9] bpftool: Add support for "
` [PATCH bpf-next v4 5/9] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
` [PATCH bpf-next v4 8/9] bpf: Add tests for task_local_storage
` [PATCH bpf-next v4 9/9] bpf: Exercise syscall operations for inode and sk storage

[RFC PATCH dwarves] btf: add support for split BTF loading and encoding
 2020-11-05 21:05 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).