bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-19 22:01:55 to 2020-11-23 13:14:09 UTC [more...]

[PATCHv5 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-23 13:11 UTC  (2+ messages)
` [PATCHv6 "

[PATCH bpf] net, xsk: Avoid taking multiple skbuff references
 2020-11-23 13:12 UTC 

[PATCH bpf-next v2 0/5] selftests/bpf: xsk selftests
 2020-11-23 12:20 UTC  (12+ 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 "

[arm64] kernel BUG at kernel/seccomp.c:1309!
 2020-11-23 11:15 UTC 

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

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

Business Proposal
 2020-11-23  9:24 UTC 

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-23  9:00 UTC  (14+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation
` [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 RFC 05/10] x86/modules: Use real perm_allocations
` [PATCH RFC 06/10] x86/alternatives: Handle perm_allocs for modules
` [PATCH RFC 07/10] x86/unwind: Unwind orc at module writable address
` [PATCH RFC 08/10] jump_label: Handle "
` [PATCH RFC 09/10] ftrace: Use "
` [PATCH RFC 10/10] vmalloc: Add perm_alloc x86 implementation

[PATCH bpf] xsk: fix incorrect netdev reference count
 2020-11-23  8:28 UTC  (2+ messages)

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

[RFC] MAINTAINERS tag for cleanup robot
 2020-11-23  0:53 UTC  (14+ messages)

[RFC PATCH bpf-next 3/8] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-11-23  0:40 UTC  (5+ messages)

[PATCHv3 0/2] btf_encoder: Fix functions BTF data generation
 2020-11-23  0:25 UTC  (4+ messages)

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-11-22 13:52 UTC  (28+ messages)
` [PATCH v2 02/24] exec: Simplify unshare_files
` [PATCH v2 03/24] exec: Remove reset_files_struct
` [PATCH v2 04/24] kcmp: In kcmp_epoll_target use fget_task
` [PATCH v2 05/24] bpf: In bpf_task_fd_query "
` [PATCH v2 06/24] proc/fd: In proc_fd_link "
` [PATCH v2 07/24] file: Rename __fcheck_files to files_lookup_fd_raw
` [PATCH v2 08/24] file: Factor files_lookup_fd_locked out of fcheck_files
` [PATCH v2 09/24] file: Replace fcheck_files with files_lookup_fd_rcu
` [PATCH v2 10/24] file: Rename fcheck lookup_fd_rcu
` [PATCH v2 11/24] file: Implement task_lookup_fd_rcu
` [PATCH v2 12/24] proc/fd: In tid_fd_mode use task_lookup_fd_rcu
` [PATCH v2 13/24] kcmp: In get_file_raw_ptr "
` [PATCH v2 14/24] file: Implement task_lookup_next_fd_rcu
` [PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
` [PATCH v2 16/24] bpf/task_iter: In task_file_seq_get_next "
` [PATCH v2 17/24] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH v2 18/24] file: Merge __fd_install into fd_install
` [PATCH v2 19/24] file: In f_dupfd read RLIMIT_NOFILE once
` [PATCH v2 20/24] file: Merge __alloc_fd into alloc_fd
` [PATCH v2 21/24] file: Rename __close_fd to close_fd and remove the files parameter
` [PATCH v2 22/24] file: Replace ksys_close with close_fd
` [PATCH v2 23/24] file: Rename __close_fd_get_file close_fd_get_file
` [PATCH v2 24/24] file: Remove get_files_struct
` [PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct

[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-21 10:16 UTC  (4+ messages)

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

[PATCH bpf-next V7 0/8] bpf: New approach for BPF MTU handling
 2020-11-21  7:41 UTC  (11+ 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 RESEND bpf-next 1/2] kbuild: skip module BTF generation for out-of-tree external modules
 2020-11-21  7:08 UTC  (2+ messages)
` [PATCH RESEND bpf-next 2/2] bpf: sanitize BTF data pointer after module is loaded

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

[net PATCH] tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN
 2020-11-21  3:47 UTC 

[PATCH bpf-next v7 00/34] bpf: switch to memcg-based memory accounting
 2020-11-21  2:59 UTC  (22+ messages)
` [PATCH bpf-next v7 06/34] bpf: prepare for memcg-based memory accounting for bpf 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 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 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps

[PATCH bpf-next 0/7] Add kernel modules support for tracing BPF program attachments
 2020-11-21  2:46 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: remove hard-coded btf_vmlinux assumption from BPF verifier
` [PATCH bpf-next 2/7] bpf: allow to specify kernel module BTFs when attaching BPF programs
` [PATCH bpf-next 3/7] libbpf: factor out low-level BPF program loading helper
` [PATCH bpf-next 4/7] libbpf: support attachment of BPF tracing programs to kernel modules
` [PATCH bpf-next 5/7] selftests/bpf: add tp_btf CO-RE reloc test for modules
` [PATCH bpf-next 6/7] selftests/bpf: make BPF sidecar traceable function global
` [PATCH bpf-next 7/7] selftests/bpf: add fentry/fexit/fmod_ret selftest for kernel module

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

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

[PATCH bpf-next v2] bpf: Refactor check_cfg to use a structured loop
 2020-11-21  1:55 UTC 

[PATCH bpf-next 1/3] ima: Implement ima_inode_hash
 2020-11-21  0:20 UTC  (9+ 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: Refactor check_cfg to use a structured loop
 2020-11-20 23:59 UTC  (2+ messages)

[PATCH bpf-next 0/6] libbpf: add support for kernel module BTF CO-RE relocations
 2020-11-20 23:27 UTC  (19+ 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] bpf: simplify task_file_seq_get_next()
 2020-11-20 22:19 UTC  (3+ messages)

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

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

[PATCH] tracepoint: Do not fail unregistering a probe due to memory allocation
 2020-11-20  1:31 UTC  (14+ messages)
  ` violating function pointer signature

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

[RFC PATCH bpf-next 7/8] bpf: Call bpf_run_sk_reuseport() for socket migration
 2020-11-19 22:13 UTC  (2+ messages)

[RFC PATCH bpf-next 6/8] bpf: Add cookie in sk_reuseport_md
 2020-11-19 22:10 UTC  (2+ messages)

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


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