bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 16:46:05 to 2020-11-06 04:11:47 UTC [more...]

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

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

[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  (15+ messages)
` [RFC PATCH bpf-next 1/5] bpf: add in-kernel split "
` [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 "
` [RFC PATCH bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`

[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  (17+ messages)
` [PATCH v2 bpf-next 01/11] libbpf: factor out common operations in BTF writing APIs
` [PATCH v2 bpf-next 02/11] selftest/bpf: relax btf_dedup test checks
` [PATCH v2 bpf-next 03/11] libbpf: unify and speed up BTF string deduplication
` [PATCH v2 bpf-next 04/11] libbpf: implement basic split BTF support
` [PATCH v2 bpf-next 05/11] selftests/bpf: add split BTF basic test
` [PATCH v2 bpf-next 06/11] selftests/bpf: add checking of raw type dump in BTF writer APIs selftests
` [PATCH v2 bpf-next 07/11] libbpf: fix BTF data layout checks and allow empty BTF
` [PATCH v2 bpf-next 08/11] libbpf: support BTF dedup of split BTFs
` [PATCH v2 bpf-next 09/11] libbpf: accomodate DWARF/compiler bug with duplicated identical arrays
` [PATCH v2 bpf-next 10/11] selftests/bpf: add split BTF dedup selftests
` [PATCH v2 bpf-next 11/11] tools/bpftool: add bpftool support for split BTF

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

[PATCH bpf-next v5 0/9] Implement task_local_storage
 2020-11-06  2:14 UTC  (13+ 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

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

[PATCH bpf v2 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-05 23:55 UTC  (13+ 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 v2] bpf: Update verification logic for LSM programs
 2020-11-05 23:06 UTC 

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

[PATCH v3 bpf-next] bpf: make verifier log more relevant by default
 2020-11-05 22:57 UTC  (6+ messages)

[PATCHv3 0/3] pahole/kernel: Workaround dwarf bug for function encoding
 2020-11-05 22:56 UTC  (8+ 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 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-next v2] Update perf ring buffer to prevent corruption
 2020-11-05 19:37 UTC  (3+ 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 0/6] xsk: i40e: Tx performance improvements
 2020-11-05 15:45 UTC  (9+ messages)
` [PATCH bpf-next 1/6] i40e: introduce lazy Tx completions for AF_XDP zero-copy
` [PATCH bpf-next 6/6] i40e: use batched xsk Tx interfaces to increase performance

[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  (10+ messages)
` [RFC PATCH bpf-next v2 1/9] net: introduce "
` [RFC PATCH bpf-next v2 2/9] net: add SO_BUSY_POLL_BUDGET socket option
` [RFC PATCH bpf-next v2 3/9] xsk: add support for recvmsg()
` [RFC PATCH bpf-next v2 4/9] xsk: check need wakeup flag in sendmsg()
` [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

[PATCH bpf-next 0/2] selftest/bpf: improve bpf tunnel test
 2020-11-05  3:20 UTC  (4+ messages)
` [PATCH bpf-next 1/2] selftest/bpf: add missed ip6ip6 test back

[PATCH bpf-next] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
 2020-11-05  2:21 UTC  (4+ messages)

[PATCH] compiler-clang: remove version check for BPF Tracing
 2020-11-05  2:22 UTC  (6+ messages)

[PATCH v22 02/23] LSM: Create and manage the lsmblob data structure
 2020-11-05  0:49 UTC 

RFC: default to spec_store_bypass_disable=prctl spectre_v2_user=prctl
 2020-11-05  0:14 UTC  (7+ messages)
    ` [PATCH 0/1] x86: deduplicate the spectre_v2_user documentation
      ` [PATCH 1/1] "
  ` [PATCH 1/1] x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctl

[PATCH bpf-next 00/11] libbpf: split BTF support
 2020-11-04 23:51 UTC  (6+ messages)
` [PATCH bpf-next 04/11] libbpf: implement basic "

[PATCH v22 02/23] LSM: Create and manage the lsmblob data structure
 2020-11-04 23:40 UTC 

[PATCH bpf-next v3 0/9] Implement task_local_storage
 2020-11-04 22:54 UTC  (11+ messages)
` [PATCH bpf-next v3 1/9] bpf: Implement task local storage
` [PATCH bpf-next v3 2/9] libbpf: Add support for "
` [PATCH bpf-next v3 5/9] bpf: Allow LSM programs to use bpf spin locks

[PATCH v2 bpf-next 0/4] bpf: Make the verifier recognize llvm register allocation patterns
 2020-11-04 21:57 UTC  (9+ messages)
` [PATCH v2 bpf-next 3/4] selftests/bpf: Add profiler test

[PATCH bpf 0/2] libbpf: fix two bugs in xsk_socket__delete
 2020-11-04 19:42 UTC  (5+ messages)
` [PATCH bpf 2/2] libbpf: fix possible use after free "

[PATCH v4 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache
 2020-11-04 18:57 UTC  (11+ 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).