bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-11 17:39:10 to 2021-01-12 21:43:47 UTC [more...]

[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 v3 bpf-next 0/7] Support kernel module ksym variables
 2021-01-12 20:38 UTC  (10+ 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: Clarify return value of probe str helpers
 2021-01-12 20:40 UTC  (4+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-12 20:55 UTC  (14+ 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-12 20:57 UTC  (10+ 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

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

[PATCH] btf_encoder: Add extra checks for symbol names
 2021-01-12 19:47 UTC  (3+ 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 bpf-next 0/2] Allow attaching to bare tracepoints
 2021-01-12 19:27 UTC  (5+ 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 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 3/4] bpf: runqslower: prefer use local vmlinux
 2021-01-12 18:21 UTC  (21+ messages)
  ` [PATCH bpf-next 4/4] bpf: runqslower: use task local storage
  ` [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 bpf v2] bpf: don't leak memory in bpf getsockopt when optlen == 0
 2021-01-12 18:04 UTC  (2+ messages)

[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-next v6 00/11] Atomics for eBPF
 2021-01-12 15:42 UTC  (12+ 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 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  (21+ messages)
` [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] kernel: trace: uprobe: Fix word to the correct spelling
 2021-01-12  4:50 UTC 

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

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

[PATCH bpf] bpf: don't leak memory in bpf getsockopt when optlen == 0
 2021-01-11 23:10 UTC  (4+ messages)

[PATCH] bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
 2021-01-11 23:40 UTC  (6+ messages)

[PATCH] bpf: Hoise pahole version checks into Kconfig
 2021-01-11 21:24 UTC  (6+ 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] Signed-off-by: giladreti <gilad.reti@gmail.com>
 2021-01-11 20:39 UTC  (4+ 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-next v6 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-11 18:50 UTC  (7+ 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


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