bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-18 02:18:43 to 2020-11-19 22:01:55 UTC [more...]

[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-19 22:01 UTC  (11+ messages)
` [RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
` [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

[PATCH v2 1/5] net: Remove the err argument from sock_from_file
 2020-11-19 21:51 UTC  (7+ messages)
` [PATCH v2 2/5] bpf: Add a bpf_sock_from_file helper
` [PATCH v2 3/5] bpf: Expose bpf_sk_storage_* to iterator programs
` [PATCH v2 4/5] bpf: Add an iterator selftest for bpf_sk_storage_delete
` [PATCH v2 5/5] bpf: Add an iterator selftest for bpf_sk_storage_get

pull-request: bpf 2020-11-19
 2020-11-19 21:33 UTC  (2+ messages)

[net PATCH 0/2] tcp: Address issues with ECT0 not being set in DCTCP packets
 2020-11-19 21:23 UTC  (3+ messages)
` [net PATCH 1/2] tcp: Allow full IP tos/IPv6 tclass to be reflected in L3 header
` [net PATCH 2/2] tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_control

[RFC PATCH] bpf: preload: Fix build error when O= is set
 2020-11-19 21:14 UTC  (2+ messages)

[PATCH net-next] MAINTAINERS: Update XDP and AF_XDP entries
 2020-11-19 20:50 UTC  (3+ messages)

[PATCH net-next V2] MAINTAINERS: Update XDP and AF_XDP entries
 2020-11-19 20:47 UTC 

[PATCH v2 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring
 2020-11-19 20:41 UTC  (15+ messages)
` [PATCH v2 1/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring driver
` [PATCH v2 2/2] docs: hwmon: Document max127 driver
          ` XDP maintainer match (Was [PATCH v2 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring)

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

[PATCH] fail_function: remove a redundant mutex unlock
 2020-11-19 19:10 UTC  (2+ messages)

[PATCH bpf v7 0/2] Fix bpf_probe_read_user_str() overcopying
 2020-11-19 19:00 UTC  (7+ messages)
` [PATCH bpf v7 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator

[PATCH bpf-next v7 00/34] bpf: switch to memcg-based memory accounting
 2020-11-19 17:37 UTC  (35+ messages)
` [PATCH bpf-next v7 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v7 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH bpf-next v7 03/34] mm: introduce page memcg flags
` [PATCH bpf-next v7 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH bpf-next v7 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v7 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v7 07/34] bpf: "
` [PATCH bpf-next v7 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v7 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v7 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v7 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v7 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v7 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v7 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v7 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v7 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v7 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v7 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v7 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v7 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v7 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v7 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v7 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v7 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v7 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v7 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v7 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v7 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v7 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v7 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v7 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH bpf-next v7 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v7 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v7 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH] libbpf: Fix VERSIONED_SYM_COUNT number parsing
 2020-11-19 17:00 UTC  (4+ messages)

INFO: task can't die in perf_event_free_task
 2020-11-19 15:42 UTC 

[PATCH bpf-next v2 0/7] bpf: remove bpf_load loader completely
 2020-11-19 15:06 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] samples: bpf: refactor hbm program with libbpf
` [PATCH bpf-next v2 2/7] samples: bpf: refactor test_cgrp2_sock2 "
` [PATCH bpf-next v2 3/7] samples: bpf: refactor task_fd_query "
` [PATCH bpf-next v2 4/7] samples: bpf: refactor ibumad "
` [PATCH bpf-next v2 5/7] samples: bpf: refactor test_overhead "
` [PATCH bpf-next v2 6/7] samples: bpf: fix lwt_len_hist reusing previous BPF map
` [PATCH bpf-next v2 7/7] samples: bpf: remove bpf_load loader completely

[PATCH bpf-next] bpf: Refactor check_cfg to use a structured loop
 2020-11-19 14:19 UTC 

[PATCH bpf-next] libbpf: Add libbpf_version() function to get library version at runtime
 2020-11-19  8:56 UTC  (5+ messages)

[PATCH bpf-next v3 00/10] Introduce preferred busy-polling
 2020-11-19  8:30 UTC  (11+ 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 bpf-next v3 04/10] xsk: check need wakeup flag in sendmsg()
` [PATCH bpf-next v3 05/10] xsk: add busy-poll support for {recv,send}msg()
` [PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
` [PATCH bpf-next v3 07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop
` [PATCH bpf-next v3 08/10] samples/bpf: use recvfrom() in xdpsock/l2fwd
` [PATCH bpf-next v3 09/10] samples/bpf: add busy-poll support to xdpsock
` [PATCH bpf-next v3 10/10] samples/bpf: add option to set the busy-poll budget

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

[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 bpf-next 0/9] bpf: remove bpf_load loader completely
 2020-11-18  9:31 UTC  (29+ 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 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 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  (7+ 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: don't fail kmalloc while releasing raw_tp
 2020-11-18  4:57 UTC  (11+ messages)

[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  (3+ messages)
` [PATCH bpf-next 2/3] bpf: allow bpf_{s,g}etsockopt from cgroup "

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


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