bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-05 20:03:12 to 2021-01-11 21:27:12 UTC [more...]

[PATCH] bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
 2021-01-11 21:26 UTC  (5+ messages)

[PATCH] bpf: Hoise pahole version checks into Kconfig
 2021-01-11 21:24 UTC  (6+ messages)

[PATCH bpf v2 0/3] Fix local storage helper OOPs
 2021-01-11 21:23 UTC  (4+ messages)
` [PATCH bpf v2 1/3] bpf: update local storage test to check handling of null ptrs
` [PATCH bpf v2 2/3] bpf: local storage helpers should check nullness of owner ptr passed
` [PATCH bpf v2 3/3] bpf: Fix typo in bpf_inode_storage.c

Check pahole availibity and BPF support of toolchain before starting a Linux kernel build
 2021-01-11 21:03 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: allow to retrieve sol_socket opts from sock_addr progs
 2021-01-11 21:01 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: extend bind v4/v6 selftests for mark/prio/bindtoifindex

[PATCH bpf 1/2] bpf: allow empty module BTFs
 2021-01-11 20:51 UTC  (5+ messages)
` [PATCH bpf 2/2] libbpf: allow loading empty BTFs

[PATCH] Signed-off-by: giladreti <gilad.reti@gmail.com>
 2021-01-11 20:39 UTC  (5+ messages)

[QUESTION] TCP connected socket selection
 2021-01-11 19:48 UTC  (3+ messages)

[PATCH net] i40e: fix potential NULL pointer dereferencing
 2021-01-11 19:47 UTC  (2+ messages)

[PATCH bpf] bpf: don't leak memory in bpf getsockopt when optlen == 0
 2021-01-11 19:47 UTC 

[PATCH bpf v1] Add `core_btf_path` to `bpf_object_open_opts` to pass BTF path from skeleton program
 2021-01-11 19:07 UTC  (3+ messages)

[PATCH v2 bpf-next 0/7] Support kernel module ksym variables
 2021-01-11 19:00 UTC  (19+ messages)
` [PATCH v2 bpf-next 1/7] bpf: add bpf_patch_call_args prototype to include/linux/bpf.h
` [PATCH v2 bpf-next 2/7] bpf: avoid warning when re-casting __bpf_call_base into __bpf_call_base_args
` [PATCH v2 bpf-next 3/7] bpf: declare __bpf_free_used_maps() unconditionally
` [PATCH v2 bpf-next 4/7] selftests/bpf: sync RCU before unloading bpf_testmod
` [PATCH v2 bpf-next 5/7] bpf: support BPF ksym variables in kernel modules
` [PATCH v2 bpf-next 6/7] libbpf: support kernel module ksym externs
` [PATCH v2 bpf-next 7/7] selftests/bpf: test "

[PATCH bpf-next 1/4] bpf: enable task local storage for tracing programs
 2021-01-11 18:56 UTC  (10+ messages)
  ` [PATCH bpf-next 2/4] selftests/bpf: add non-BPF_LSM test for task local storage
  ` [PATCH bpf-next 3/4] bpf: runqslower: prefer use local vmlinux
  ` [PATCH bpf-next 4/4] bpf: runqslower: use task local storage

[PATCH bpf-next v6 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-11 18:50 UTC  (8+ messages)
` [PATCH bpf-next v6 1/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
` [PATCH bpf-next v6 2/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v6 3/3] bpf: split cgroup_bpf_enabled per attach type

[PATCH bpf-next 0/2] Allow attaching to bare tracepoints
 2021-01-11 18:20 UTC  (3+ messages)
` [PATCH bpf-next 1/2] trace: bpf: Allow bpf to attach "
` [PATCH bpf-next 2/2] selftests: bpf: Add a new test for "

[RFC PATCH bpf-next 0/2] bpf, libbpf: share BTF data show functionality
 2021-01-11 17:32 UTC  (2+ messages)
` [RFC PATCH bpf-next 2/2] selftests/bpf: test libbpf-based type display

[PATCH bpf] bpf: local storage helpers should check nullness of owner ptr passed
 2021-01-11 17:19 UTC  (7+ messages)

[QUESTION] build errors and warnings when make M=samples/bpf
 2021-01-11 15:55 UTC  (2+ messages)

kernel BUG at mm/vmalloc.c:LINE! (2)
 2021-01-11  9:15 UTC  (2+ messages)

verifier fails after register spill
 2021-01-11  6:49 UTC  (3+ messages)

[PATCH RESEND v2 0/3] bpf,x64: implement jump padding in jit
 2021-01-11  6:22 UTC  (6+ messages)
` [PATCH RESEND v2 1/3] bpf,x64: pad NOPs to make images converge more easily
` [PATCH RESEND v2 2/3] test_bpf: remove EXPECTED_FAIL flag from bpf_fill_maxinsns11
` [PATCH RESEND v2 3/3] selftests/bpf: Add verifier test for x64 jit jump padding

[PATCH bpf-next] libbpf: clarify kernel type use with USER variants of CORE reading macros
 2021-01-10 19:46 UTC  (2+ messages)

BPF ring buffer variable-length data appending
 2021-01-10  0:57 UTC  (8+ messages)

WARNING in bpf_prog_test_run_raw_tp
 2021-01-09 20:17 UTC 

[PATCH v3 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-01-08 21:54 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v3 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma
  ` [PATCH v3 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program

[PATCH] tools/bpf: Remove unnecessary parameter in bpf_object__probe_loading
 2021-01-08 20:25 UTC  (3+ messages)

[PATCH] selftests/bpf: remove duplicate include in test_lsm
 2021-01-08 20:20 UTC  (3+ messages)

[PATCH bpf-next v5 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-08 20:08 UTC  (11+ messages)
` [PATCH bpf-next v5 1/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
` [PATCH bpf-next v5 2/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v5 3/3] bpf: split cgroup_bpf_enabled per attach type

[PATCH bpf-next] bpf: allow variable-offset stack reads
 2021-01-08  4:43 UTC  (2+ messages)

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-01-08  1:31 UTC  (8+ messages)

[PATCH bpf-next v4 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-08  1:25 UTC  (6+ messages)
` [PATCH bpf-next v4 1/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v4 2/3] bpf: split cgroup_bpf_enabled per attach type
` [PATCH bpf-next v4 3/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE

pull-request: bpf 2021-01-07
 2021-01-08  0:02 UTC  (2+ messages)

[PATCH] hv_netvsc: Add (more) validation for untrusted Hyper-V values
 2021-01-07 22:37 UTC 

[PATCH bpf-next 0/3] Add user-space and non-CO-RE variants of BPF_CORE_READ()
 2021-01-07 20:00 UTC  (10+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add tests for user- and non-CO-RE BPF_CORE_READ() variants

[PATCH bpf-next v3 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-07 16:09 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v3 2/3] bpf: split cgroup_bpf_enabled per attach type
` [PATCH bpf-next v3 3/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE

[PATCH v2] sched/debug: Add new tracepoint to track cpu_capacity
 2021-01-07 11:23 UTC  (6+ messages)

BPF Kernel OOPS - NULL pointer dereference
 2021-01-07  2:51 UTC  (5+ messages)

[PATCH bpf] bpftool: fix compilation failure for net.o with older glibc
 2021-01-06 23:30 UTC  (3+ messages)

[PATCH] arm64: traps: remove duplicate include statement
 2021-01-06 10:59 UTC  (2+ messages)

[PATCH bpf-next 0/4] Support kernel module ksym variables
 2021-01-06  8:31 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: sync RCU before unloading bpf_testmod
` [PATCH bpf-next 2/4] bpf: support BPF ksym variables in kernel modules
` [PATCH bpf-next 3/4] libbpf: support kernel module ksym externs
` [PATCH bpf-next 4/4] selftests/bpf: test "

[PATCH v3 0/4] btf: support ints larger than 128 bits
 2021-01-06  5:26 UTC  (8+ messages)
` [PATCH v3 1/4] btf: add support for "
` [PATCH v3 3/4] bpftool: "
` [PATCH v3 4/4] bpf: add tests "

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  3:54 UTC 

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  2:46 UTC 

[PATCHv2 bpf-next] tools/resolve_btfids: Warn when having multiple IDs for single type
 2021-01-06  2:21 UTC  (2+ messages)

[PATCH] selftests: fix the return value for UDP GRO test
 2021-01-06  1:00 UTC  (2+ messages)

[PATCH bpf-next] tools/resolve_btfids: Warn when having multiple IDs for single type
 2021-01-05 22:47 UTC  (6+ messages)

[RFC PATCH bpf-next] ksnoop: kernel argument/return value tracing/display using BTF
 2021-01-05 22:44 UTC  (3+ messages)

[LSFMMBPF 2021] A status update
 2021-01-05 20:30 UTC  (3+ messages)

[PATCH] bpf: Add signature checking for BPF programs
 2021-01-05 20:16 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).