bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-05 10:29:05 to 2020-11-06 23:05:14 UTC [more...]

[PATCH v2 bpf-next 0/5] Integrate kernel module BTF support
 2020-11-06 23:02 UTC  (3+ messages)
` [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 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[PATCH bpf-next 0/3] bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP
 2020-11-06 22:59 UTC  (6+ 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 bpf-next] bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingress
 2020-11-06 22:54 UTC 

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

pull-request: bpf 2020-11-06
 2020-11-06 22:17 UTC 

[PATCH] libbpf: Remove unnecessary conversion to bool
 2020-11-06 22:19 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`

[PATCHv2 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-06 21:25 UTC  (45+ messages)
` [PATCHv3 "
  ` [PATCHv3 iproute2-next 3/5] lib: "

[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 v4 net-next 0/5] xdp: introduce bulking for page_pool tx return path
 2020-11-06 20:02 UTC  (7+ 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 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 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-06 18:58 UTC  (10+ 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

[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

[PATCH] net/xdp: remove unused macro REG_STATE_NEW
 2020-11-06 16:13 UTC  (2+ messages)

[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] samples/bpf: remove duplicate include
 2020-11-06  9:13 UTC 

[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  (4+ 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  (13+ 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
` [RFC PATCH bpf-next 4/5] bpf: load and verify kernel "

[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  (3+ messages)

[PATCH bpf v2 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-05 23:55 UTC  (12+ messages)
` [PATCH bpf v2 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
` [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  (6+ messages)
` [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 bpf-next v4 0/9] Implement task_local_storage
 2020-11-05 22:32 UTC  (18+ 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 3/9] libbpf: Add support for "
` [PATCH bpf-next v4 4/9] bpftool: "
` [PATCH bpf-next v4 5/9] bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
` [PATCH bpf-next v4 6/9] bpf: Fix tests for local_storage
` [PATCH bpf-next v4 7/9] bpf: Update selftests for local_storage to use vmlinux.h
` [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)

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

[PATCH bpf v2 0/6] Fix attach / detach uapi for sockmap and flow_dissector
 2020-11-05 16:04 UTC  (6+ messages)
` [PATCH bpf v2 1/6] bpf: flow_dissector: check value of unused flags to BPF_PROG_ATTACH

[PATCH bpf-next] Update perf ring buffer to prevent corruption
 2020-11-05 14:35 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-05 13:58 UTC  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation

[PATCH bpf-next] bpf: update verifier to stop perf ring buffer corruption
 2020-11-05 10:46 UTC  (3+ messages)
  ` [EXTERNAL] "

[RFC PATCH bpf-next v2 0/9] Introduce preferred busy-polling
 2020-11-05 10:28 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 5/9] xsk: add busy-poll support for {recv,send}msg()
` [RFC PATCH bpf-next v2 6/9] xsk: propagate napi_id to XDP socket Rx path
` [RFC PATCH bpf-next v2 7/9] samples/bpf: use recvfrom() in xdpsock
` [RFC PATCH bpf-next v2 8/9] samples/bpf: add busy-poll support to xdpsock
` [RFC PATCH bpf-next v2 9/9] samples/bpf: add option to set the busy-poll budget


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