bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-18 23:51:10 to 2020-11-20 20:30:06 UTC [more...]

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-20 20:24 UTC  (4+ messages)
` [PATCH RFC 02/10] bpf: Use perm_alloc() for BPF JIT filters
` [PATCH RFC 03/10] module: Use perm_alloc() for modules
` [PATCH RFC 04/10] module: Support separate writable allocation

[PATCH v23 02/23] LSM: Create and manage the lsmblob data structure
 2020-11-20 20:14 UTC 

Is test_offload.py supposed to work?
 2020-11-20 20:02 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] selftests/bpf: xsk selftests
 2020-11-20 19:34 UTC  (8+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: xsk selftests framework
` [PATCH bpf-next v2 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next v2 3/5] selftests/bpf: xsk selftests - DRV "
` [PATCH bpf-next v2 4/5] selftests/bpf: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next v2 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets "

[PATCH bpf-next 0/6] libbpf: add support for kernel module BTF CO-RE relocations
 2020-11-20 18:25 UTC  (14+ messages)
` [PATCH bpf-next 1/6] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH bpf-next 2/6] libbpf: add internal helper to load BTF data by FD
` [PATCH bpf-next 3/6] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH bpf-next 4/6] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH bpf-next 5/6] selftests/bpf: add bpf_sidecar kernel module for testing
` [PATCH bpf-next 6/6] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF

[PATCH bpf-next 1/3] ima: Implement ima_inode_hash
 2020-11-20 18:11 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
` [PATCH bpf-next 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash

[PATCH bpf-next] bpf: simplify task_file_seq_get_next()
 2020-11-20 16:57 UTC  (2+ messages)

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

[PATCH] bpf: Check the return value of dev_get_by_index_rcu()
 2020-11-20 16:01 UTC  (4+ messages)

[PATCH bpf-next V6 0/7] bpf: New approach for BPF MTU handling
 2020-11-20 15:53 UTC  (5+ messages)
` [PATCH bpf-next V6 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx

[PATCH bpf] xsk: fix incorrect netdev reference count
 2020-11-20 15:14 UTC 

[PATCH bpf-next v2] bpftool: add {i,d}tlb_misses support for bpftool profile
 2020-11-20 15:00 UTC  (2+ messages)

[PATCH bpf] xsk: fix umem cleanup bug at socket destruct
 2020-11-20 15:00 UTC  (2+ messages)

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

[PATCH bpf-next 2/2] bpf: sanitize BTF data pointer after module is loaded
 2020-11-20 12:58 UTC 

[PATCH net-next] MAINTAINERS: Update XDP and AF_XDP entries
 2020-11-20  8:47 UTC  (5+ messages)

[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-20  2:31 UTC  (14+ 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 bpf-next v7 00/34] bpf: switch to memcg-based memory accounting
 2020-11-20  1:45 UTC  (44+ 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] tracepoint: Do not fail unregistering a probe due to memory allocation
 2020-11-20  1:31 UTC  (22+ messages)
    ` violating function pointer signature

[PATCH v2 1/5] net: Remove the err argument from sock_from_file
 2020-11-20  0:51 UTC  (13+ 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

[net PATCH 0/2] tcp: Address issues with ECT0 not being set in DCTCP packets
 2020-11-19 23:09 UTC  (4+ 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-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-19 22:05 UTC  (2+ messages)

[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-19 22:01 UTC  (2+ messages)

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

[RFC PATCH] bpf: preload: Fix build error when O= is set
 2020-11-19 21:14 UTC  (2+ 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  (13+ messages)
          ` XDP maintainer match (Was [PATCH v2 0/2] hwmon: (max127) Add Maxim MAX127 hardware monitoring)

[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] 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  (3+ 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] bpftool: add {i,d}tlb_misses support for bpftool profile
 2020-11-19  7:18 UTC  (3+ messages)

[PATCH bpf-next v2 0/3] RISC-V selftest/bpf fixes
 2020-11-19  2: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).