bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-23 07:22:26 to 2020-11-25 12:05:19 UTC [more...]

[PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash
 2020-11-25 12:04 UTC  (11+ messages)
` [PATCH bpf-next v3 1/3] ima: Implement ima_inode_hash
` [PATCH bpf-next v3 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
` [PATCH bpf-next v3 3/3] bpf: Add a selftest for bpf_ima_inode_hash

[PATCH][V2] libbpf: add support for canceling cached_cons advance
 2020-11-25 10:09 UTC  (8+ messages)

Business Proposal
 2020-11-25  8:45 UTC 

[PATCH bpf-next v3 00/10] Introduce preferred busy-polling
 2020-11-25  8:23 UTC  (26+ 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 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] xsk: add cq event
 2020-11-25  6:48 UTC  (13+ 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 bpf v2 0/2] xsk: fix for xsk_poll writeable
    ` [PATCH bpf v2 1/2] xsk: replace datagram_poll by sock_poll_wait
    ` [PATCH bpf v2 2/2] xsk: change the tx writeable condition

[PATCH bpf-next v2] bpf: Refactor check_cfg to use a structured loop
 2020-11-25  6:40 UTC  (2+ messages)

[PATCH bpf-next] selftest/bpf: fix compilation on clang 11
 2020-11-25  6:28 UTC  (2+ messages)

[PATCHv5 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-25  5:30 UTC  (9+ messages)
` [PATCHv6 "
  ` [PATCHv6 iproute2-next 1/5] iproute2: add check_libbpf() and get_libbpf_version()
  ` [PATCHv6 iproute2-next 2/5] lib: make ipvrf able to use libbpf and fix function name conflicts
  ` [PATCHv6 iproute2-next 3/5] lib: add libbpf support
  ` [PATCHv6 iproute2-next 4/5] examples/bpf: move struct bpf_elf_map defined maps to legacy folder
  ` [PATCHv6 iproute2-next 5/5] examples/bpf: add bpf examples with BTF defined maps

[arm64] kernel BUG at kernel/seccomp.c:1309!
 2020-11-25  3:36 UTC  (7+ messages)
      ` [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY

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

[PATCH RESEND bpf-next 1/2] kbuild: skip module BTF generation for out-of-tree external modules
 2020-11-25  0:50 UTC  (2+ messages)

[PATCH 0/7] Atomics for eBPF
 2020-11-24 22:51 UTC  (26+ messages)
` [PATCH 1/7] bpf: Factor out emission of ModR/M for *(reg + off)
` [PATCH 2/7] bpf: x86: Factor out emission of REX byte
` [PATCH 3/7] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH 4/7] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH 5/7] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH 6/7] bpf: Add instructions for atomic_cmpxchg and friends
` [PATCH 7/7] bpf: Add tests for new BPF atomic operations

[PATCH 1/1] tools/bpftool: fix error return value in build_btf_type_table()
 2020-11-24 22:30 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] selftests/bpf: xsk selftests
 2020-11-24 22:28 UTC  (10+ messages)
` [PATCH bpf-next v2 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets - SKB, DRV

[net PATCH] tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN
 2020-11-24 22:14 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftest/bpf: fix link in readme
 2020-11-24 22:10 UTC  (8+ messages)
` [PATCH bpf-next 2/2] selftest/bpf: fix rst formatting "

[PATCH bpf v2] net, xsk: Avoid taking multiple skbuff references
 2020-11-24 21:50 UTC  (2+ messages)

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-24 20:00 UTC  (10+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation

[PATCH bpf-next V7 0/8] bpf: New approach for BPF MTU handling
 2020-11-24 16:50 UTC  (5+ messages)
` [PATCH bpf-next V7 8/8] bpf/selftests: activating bpf_check_mtu BPF-helper

[RFC 0/2] btf_encoder: Detect kernel modules
 2020-11-24 16:19 UTC  (3+ messages)
` [PATCH 1/2] btf_encoder: Factor filter_functions function
` [PATCH 2/2] btf_encoder: Detect kernel module ftrace addresses

[PATCH bpf-next 1/3] ima: Implement ima_inode_hash
 2020-11-24 15:01 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode

ANNOUNCE: pahole v1.19 (Split BTF for kmodules, DWARF bug workarounds, speedups, --packed)
 2020-11-24 13:02 UTC 

Business Proposal
 2020-11-24  9:10 UTC 

[RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-11-24  9:24 UTC  (2+ messages)

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

[PATCH bpf-next v2 0/7] bpf: remove bpf_load loader completely
 2020-11-24  8:50 UTC  (4+ messages)
` [PATCH bpf-next v2 1/7] samples: bpf: refactor hbm program with libbpf

Business Proposal
 2020-11-24  7:11 UTC 

[PATCH bpf-next 0/6] libbpf: add support for kernel module BTF CO-RE relocations
 2020-11-24  7:49 UTC  (4+ messages)
` [PATCH bpf-next 1/6] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()

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

[PATCH bpf-next v7 00/34] bpf: switch to memcg-based memory accounting
 2020-11-24  0:05 UTC  (3+ messages)

[PATCH v2 02/24] exec: Simplify unshare_files
 2020-11-23 21:05 UTC  (7+ messages)
` [PATCH v2 13/24] kcmp: In get_file_raw_ptr use task_lookup_fd_rcu
` [PATCH v2 16/24] bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcu

[PATCH bpf-next v2 1/3] ima: Implement ima_inode_hash
 2020-11-23 19:00 UTC  (10+ messages)
` [PATCH bpf-next v2 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash

memory leak in inet_create (2)
 2020-11-23 17:31 UTC  (2+ messages)

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23 17:06 UTC  (8+ messages)

[PATCH bpf] net, xsk: Avoid taking multiple skbuff references
 2020-11-23 14:05 UTC  (3+ messages)

[PATCH bpf] xsk: fix incorrect netdev reference count
 2020-11-23 12:30 UTC  (3+ messages)

[PATCH] libbpf: add support for canceling cached_cons advance
 2020-11-23 10:43 UTC  (3+ messages)

Is test_offload.py supposed to work?
 2020-11-23 10:31 UTC  (5+ messages)

Business Proposal
 2020-11-23  9:24 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).