bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-12 00:30:39 to 2021-01-14 02:00:37 UTC [more...]

[PATCH 1/2] bpf, libbpf: Avoid unused function warning on bpf_tail_call_static
 2021-01-14  0:49 UTC  (2+ messages)

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

[PATCH bpf-next] bpf: reject too big ctx_size_in for raw_tp test run
 2021-01-13 23:28 UTC  (4+ messages)

kernel BUG at net/core/dev.c:NUM!
 2021-01-14  0:47 UTC  (3+ messages)

[PATCH bpf-next v7 0/4] bpf: misc performance improvements for cgroup hooks
 2021-01-13 19:09 UTC  (9+ messages)
` [PATCH bpf-next v7 1/4] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
` [PATCH bpf-next v7 2/4] tools, bpf: add tcp.h to tools/uapi
` [PATCH bpf-next v7 3/4] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v7 4/4] bpf: split cgroup_bpf_enabled per attach type

[PATCHv2] btf_encoder: Add extra checks for symbol names
 2021-01-13 18:27 UTC  (3+ messages)

[PATCH 0/2] Fix build errors and warnings when make M=samples/bpf
 2021-01-13 17:16 UTC  (6+ messages)
` [PATCH bpf 1/2] samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warnings
` [PATCH 2/2] compiler.h: Include asm/rwonce.h under ARM64 and ALPHA to fix build errors

[PATCH v2 0/7] Rid W=1 warnings in Ethernet
 2021-01-13 16:41 UTC  (2+ messages)
` [PATCH 2/7] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers

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

[PATCH bpf-next v2 0/5] selftests/bpf: Some build fixes
 2021-01-13 16:33 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: Enable cross-building
` [PATCH bpf-next v2 2/5] selftests/bpf: Fix out-of-tree build
` [PATCH bpf-next v2 3/5] selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
` [PATCH bpf-next v2 4/5] selftests/bpf: Fix installation of urandom_read
` [PATCH bpf-next v2 5/5] selftests/bpf: Install btf_dump test cases

[PATCH bpf v2 1/2] bpf: support PTR_TO_MEM{,_OR_NULL} register spilling
 2021-01-13 16:05 UTC  (3+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: add verifier test for PTR_TO_MEM spill

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-13 14:33 UTC  (17+ messages)
` [RFC PATCH 1/7] skbuff: define field for hash report type
` [RFC PATCH 2/7] vhost: support for hash report virtio-net feature
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type
` [RFC PATCH 4/7] tun: free bpf_program by bpf_prog_put instead of bpf_prog_destroy
` [RFC PATCH 5/7] tun: add ioctl code TUNSETHASHPOPULATION
` [RFC PATCH 6/7] tun: populate hash in virtio-net header when needed
` [RFC PATCH 7/7] tun: report new tun feature IFF_HASH

[PATCH bpf-next 0/5] selftests/bpf: Some build fixes
 2021-01-13  9:59 UTC  (11+ messages)
` [PATCH bpf-next 1/5] selftests/bpf: Enable cross-building
` [PATCH bpf-next 2/5] selftests/bpf: Fix out-of-tree build
` [PATCH bpf-next 3/5] selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
` [PATCH bpf-next 4/5] selftests/bpf: Fix installation of urandom_read
` [PATCH bpf-next 5/5] selftests/bpf: Install btf_dump test cases

"KASAN: vmalloc-out-of-bounds Read in bpf_trace_run1/2/3/5" and "BUG: unable to handle kernel paging request in bpf_trace_run1/2/3/4" should share the same root cause
 2021-01-13  9:11 UTC 

[PATCH netdev] virtio-net: support XDP_TX when not more queues
 2021-01-13  8:08 UTC 

[PATCH bpf-next v6 00/11] Atomics for eBPF
 2021-01-13  2:20 UTC  (13+ messages)
` [PATCH bpf-next v6 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH bpf-next v6 02/11] bpf: x86: Factor out emission of REX byte
` [PATCH bpf-next v6 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH bpf-next v6 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v6 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v6 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v6 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v6 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH bpf-next v6 09/11] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v6 10/11] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v6 11/11] bpf: Document new atomic instructions

[PATCH bpf-next v2 1/2] bpf: allow to retrieve sol_socket opts from sock_addr progs
 2021-01-13  1:28 UTC  (2+ messages)

[PATCH] bpf: Hoise pahole version checks into Kconfig
 2021-01-12 23:43 UTC  (2+ messages)

[PATCH] btf_encoder: Add extra checks for symbol names
 2021-01-13  0:27 UTC  (5+ messages)

[PATCH] kernel: trace: uprobe: Fix word to the correct spelling
 2021-01-13  0:42 UTC  (2+ messages)

[PATCH bpf v2] bpf: don't leak memory in bpf getsockopt when optlen == 0
 2021-01-12 20:10 UTC  (3+ messages)

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

[PATCH bpf 1/2] bpf: support PTR_TO_MEM{,_OR_NULL} register spilling
 2021-01-12 20:21 UTC  (7+ messages)
` [PATCH bpf 2/2] selftests/bpf: add verifier test for PTR_TO_MEM spill

[PATCH bpf-next] bpf: Clarify return value of probe str helpers
 2021-01-12 20:40 UTC  (4+ messages)

[PATCH bpf-next] bpf: Fix a verifier message for alloc size helper arg
 2021-01-12 20:50 UTC  (6+ messages)

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

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-12 19:36 UTC  (3+ messages)

[PATCH bpf-next V11 0/7] bpf: New approach for BPF MTU handling
 2021-01-12 19:29 UTC  (10+ messages)
` [PATCH bpf-next V11 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V11 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V11 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V11 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V11 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V11 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V11 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH v3 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-01-12 18:43 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[PATCH v2 bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2021-01-12 18:26 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] net: xdp: introduce __xdp_build_skb_from_frame "
` [PATCH v2 bpf-next 2/2] net: xdp: introduce xdp_build_skb_from_frame "

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

[PATCH 2/2] selftests/bpf: add verifier test for PTR_TO_MEM spill
 2021-01-12 16:59 UTC  (7+ messages)

[PATCH bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2021-01-12 16:53 UTC  (8+ messages)
` [PATCH bpf-next 1/2] net: xdp: introduce __xdp_build_skb_from_frame "
` [PATCH bpf-next 2/2] net: xdp: introduce xdp_build_skb_from_frame "

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

[PATCH AUTOSEL 5.10 37/51] selftests: fix the return value for UDP GRO test
 2021-01-12 12:55 UTC 

[PATCH AUTOSEL 5.4 21/28] selftests: fix the return value for UDP GRO test
 2021-01-12 12:56 UTC 

[RFC PATCH bpf-next 0/2] bpf, libbpf: share BTF data show functionality
 2021-01-12  7:48 UTC  (3+ messages)
  ` [RFC PATCH bpf-next 1/2] bpf: share BTF "show" implementation between kernel and libbpf

[PATCH bpf v2 0/3] Fix local storage helper OOPs
 2021-01-12  7:35 UTC  (8+ 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

[PATCH v2 bpf-next 0/7] Support kernel module ksym variables
 2021-01-12  6:45 UTC  (10+ messages)
` [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 bpf v1] Add `core_btf_path` to `bpf_object_open_opts` to pass BTF path from skeleton program
 2021-01-12  3:33 UTC  (3+ 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).