bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 20:30:06 to 2020-11-24 11:02:46 UTC [more...]

[PATCH 0/7] Atomics for eBPF
 2020-11-24 11:02 UTC  (21+ 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 10:41 UTC 

[PATCH] xsk: add cq event
 2020-11-24 10:38 UTC  (9+ 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 RFC 00/10] New permission vmalloc interface
 2020-11-24 10:19 UTC  (15+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation
` [PATCH RFC 03/10] module: Use perm_alloc() for modules
` [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

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  (4+ 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  (5+ messages)
` [PATCH bpf-next v2 1/7] samples: bpf: refactor hbm program with libbpf

[PATCH bpf-next v3 00/10] Introduce preferred busy-polling
 2020-11-24  8:47 UTC  (9+ messages)
` [PATCH bpf-next v3 01/10] net: introduce "

[PATCH][V2] libbpf: add support for canceling cached_cons advance
 2020-11-24  8:12 UTC  (2+ messages)

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  (13+ messages)
` [PATCH bpf-next 1/6] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [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] 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 1/3] ima: Implement ima_inode_hash
 2020-11-24  4:02 UTC  (10+ 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 v7 00/34] bpf: switch to memcg-based memory accounting
 2020-11-24  0:05 UTC  (6+ messages)
` [PATCH bpf-next v7 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-11-23 21:05 UTC  (32+ 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

[PATCH bpf-next v2 1/3] ima: Implement ima_inode_hash
 2020-11-23 19:00 UTC  (13+ 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

[PATCH bpf v2] net, xsk: Avoid taking multiple skbuff references
 2020-11-23 17:56 UTC 

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  (17+ messages)

[arm64] kernel BUG at kernel/seccomp.c:1309!
 2020-11-23 15:54 UTC  (5+ messages)
      ` [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY

[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 bpf-next v2 0/5] selftests/bpf: xsk selftests
 2020-11-23 13:15 UTC  (7+ messages)
` [PATCH bpf-next v2 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets - SKB, DRV

[PATCHv5 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-23 13:12 UTC  (7+ 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

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

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

[RFC PATCH bpf-next 0/8] Socket migration for SO_REUSEPORT
 2020-11-21 10:16 UTC  (2+ 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  (4+ messages)
` [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

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

[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

[net PATCH 0/2] tcp: Address issues with ECT0 not being set in DCTCP packets
 2020-11-21  2:22 UTC  (2+ messages)

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

[PATCH bpf-next] bpf: Refactor check_cfg to use a structured loop
 2020-11-20 23:59 UTC  (2+ messages)

[PATCH bpf-next] bpf: simplify task_file_seq_get_next()
 2020-11-20 22:19 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).