bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 04:53:31 to 2020-11-19 08:31:11 UTC [more...]

[PATCH bpf-next v3 00/10] Introduce preferred busy-polling
 2020-11-19  8:30 UTC  (4+ messages)
` [PATCH bpf-next v3 01/10] net: introduce "
` [PATCH bpf-next v3 02/10] net: add SO_BUSY_POLL_BUDGET socket option
` [PATCH bpf-next v3 03/10] xsk: add support for recvmsg()

[PATCH] tracepoint: Do not fail unregistering a probe due to memory allocation
 2020-11-19  8:21 UTC  (37+ messages)
        ` violating function pointer signature
                ` [PATCH v3] tracepoint: Do not fail unregistering a probe due to memory allocation

[PATCH bpf-next v2] bpftool: add {i,d}tlb_misses support for bpftool profile
 2020-11-19  7:30 UTC 

[PATCH v2 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-19  7:22 UTC  (9+ messages)
` [PATCH v2 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
` [PATCH v2 2/2] docs: hwmon: Document max127 driver

[PATCH bpf-next] bpftool: add {i,d}tlb_misses support for bpftool profile
 2020-11-19  7:18 UTC  (3+ messages)

[PATCH] bpf: Check the return value of dev_get_by_index_rcu()
 2020-11-19  7:04 UTC 

[PATCH bpf-next v2 0/3] RISC-V selftest/bpf fixes
 2020-11-19  2:00 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Fix broken riscv build
` [PATCH bpf-next v2 2/3] selftests/bpf: Avoid running unprivileged tests with alignment requirements
` [PATCH bpf-next v2 3/3] selftests/bpf: Mark tests that require unaligned memory access

[PATCH] libbpf: Fix VERSIONED_SYM_COUNT number parsing
 2020-11-19  1:57 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-19  1:49 UTC  (15+ messages)
` [RFC PATCH bpf-next 1/8] net: Introduce net.ipv4.tcp_migrate_req
` [RFC PATCH bpf-next 2/8] tcp: Keep TCP_CLOSE sockets in the reuseport group
` [RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [RFC PATCH bpf-next 4/8] tcp: Migrate TFO requests causing RST during TCP_SYN_RECV
` [RFC PATCH bpf-next 5/8] tcp: Migrate TCP_NEW_SYN_RECV requests
` [RFC PATCH bpf-next 6/8] bpf: Add cookie in sk_reuseport_md
` [RFC PATCH bpf-next 7/8] bpf: Call bpf_run_sk_reuseport() for socket migration
` [RFC PATCH bpf-next 8/8] bpf: Test BPF_PROG_TYPE_SK_REUSEPORT "

[PATCH bpf-next] libbpf: Add libbpf_version() function to get library version at runtime
 2020-11-18 21:16 UTC  (4+ messages)

[PATCH bpf-next 0/9] bpf: remove bpf_load loader completely
 2020-11-18  9:31 UTC  (32+ messages)
` [PATCH bpf-next 1/9] selftests: bpf: move tracing helpers to trace_helper
` [PATCH bpf-next 2/9] samples: bpf: refactor hbm program with libbpf
` [PATCH bpf-next 3/9] samples: bpf: refactor test_cgrp2_sock2 "
` [PATCH bpf-next 4/9] samples: bpf: refactor task_fd_query "
` [PATCH bpf-next 5/9] samples: bpf: refactor ibumad "
` [PATCH bpf-next 6/9] samples: bpf: refactor test_overhead "
` [PATCH bpf-next 7/9] samples: bpf: fix lwt_len_hist reusing previous BPF map
` [PATCH bpf-next 8/9] samples: bpf: remove unused trace_helper and bpf_load from Makefile
` [PATCH bpf-next 9/9] samples: bpf: remove bpf_load loader completely

[PATCH bpf-next v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-18 17:15 UTC  (9+ messages)
` [PATCH bpf-next v6 06/34] bpf: prepare for memcg-based memory accounting for bpf maps

Business Proposal
 2020-11-18 14:48 UTC 

[PATCH bpf-next V6 0/7] Series short description
 2020-11-18 15:37 UTC  (2+ messages)

[PATCH bpf-next V6 0/7] bpf: New approach for BPF MTU handling
 2020-11-18 15:30 UTC  (8+ messages)
` [PATCH bpf-next V6 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V6 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V6 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V6 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V6 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V6 6/7] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V6 7/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect

[PATCH] fail_function: remove a redundant mutex unlock
 2020-11-18 13:49 UTC 

[PATCH v2] tracepoint: Do not fail unregistering a probe due to memory allocation
 2020-11-18 12:46 UTC  (3+ messages)

[PATCH v3 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-18  8:32 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v3 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH] xsk: add cq event
 2020-11-18  8:25 UTC  (5+ messages)
  ` [PATCH 0/3] xsk: fix for xsk_poll writeable
    ` [PATCH 1/3] xsk: replace datagram_poll by sock_poll_wait
    ` [PATCH 2/3] xsk: change the tx writeable condition
    ` [PATCH 3/3] xsk: set tx/rx the min entries

[PATCH bpf-next 0/3] RISC-V selftest/bpf fixes
 2020-11-18  6:32 UTC  (8+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Fix broken riscv build
` [PATCH bpf-next 2/3] selftests/bpf: Avoid running unprivileged tests with alignment requirements
` [PATCH bpf-next 3/3] selftests/bpf: Mark tests that require unaligned memory access

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run3
 2020-11-18  4:57 UTC  (12+ messages)
` [PATCH] bpf: don't fail kmalloc while releasing raw_tp

[PATCH] bpf:Fix update dirty data in lru percpu hash maps
 2020-11-18  4:10 UTC 

[PATCH bpf-next 0/3] bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks
 2020-11-18  4:05 UTC  (5+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: rewrite test_sock_addr bind bpf into C
` [PATCH bpf-next 2/3] bpf: allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks
` [PATCH bpf-next 3/3] selftests/bpf: extend bind{4,6} programs with a call to bpf_setsockopt

memory leak in bpf
 2020-11-18  3:50 UTC 

[PATCH 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-18  1:55 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
` [PATCH 2/2] docs: hwmon: Document max127 driver

[PATCH bpf-next v4 1/2] bpf: Add bpf_bprm_opts_set helper
 2020-11-18  0:40 UTC  (3+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add tests for "

[RFC bpf-next 0/3] bpf: support module BTF in btf display helpers
 2020-11-17 23:56 UTC  (7+ messages)
` [RFC bpf-next 1/3] bpf: add module support to "

[PATCH bpf-next v3 1/2] bpf: Add bpf_lsm_set_bprm_opts helper
 2020-11-17 23:35 UTC  (7+ messages)
` [PATCH bpf-next v3 2/2] bpf: Add tests for bpf_lsm_set_bprm_opts

[bpf PATCH v3 0/6] sockmap fixes
 2020-11-17 23:20 UTC  (4+ messages)
` [bpf PATCH v3 5/6] bpf, sockmap: Handle memory acct if skb_verdict prog redirects to self

[PATCH bpf-next v3 0/5] xsk: i40e: Tx performance improvements
 2020-11-17 21:20 UTC  (5+ messages)
` [PATCH bpf-next v3 4/5] xsk: introduce batched Tx descriptor interfaces

[PATCH bpf-next] bpf: Add bpf_ktime_get_coarse_ns helper
 2020-11-17 20:56 UTC  (2+ messages)

[PATCH bpf v7 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-17 20:14 UTC  (4+ messages)
` [PATCH bpf v7 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
` [PATCH bpf v7 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL

[PATCH bpf v6 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-17 18:22 UTC  (6+ messages)
` [PATCH bpf v6 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator

[PATCH 0/8] New netdev feature flags for XDP
 2020-11-17 18:38 UTC  (5+ messages)
  ` [Intel-wired-lan] "

[PATCH] lib: compile memcat_p only when needed
 2020-11-17 18:33 UTC  (2+ messages)

[PATCHv4 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-17 18:27 UTC  (10+ messages)
` [PATCHv5 "

[PATCH] btf_encoder: Use better fallback message
 2020-11-17 18:09 UTC  (2+ messages)

[FIX bpf,perf] bpf,perf: return EOPNOTSUPP for bpf handler on PERF_COUNT_SW_DUMMY
 2020-11-17 15:39 UTC  (4+ messages)

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

[PATCH AUTOSEL 5.9 02/21] tools, bpftool: Avoid array index warnings
 2020-11-17 12:56 UTC 

[PATCH bpf-next] libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()
 2020-11-17  5:00 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).