bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-16 14:19:21 to 2023-10-18 06:03:43 UTC [more...]

[PATCH bpf-next v6 0/8] Add Open-coded task, css_task and css iters
 2023-10-18  6:03 UTC  (4+ messages)
` [PATCH bpf-next v6 1/8] cgroup: Prepare for using css_task_iter_*() in BPF
` [PATCH bpf-next v6 2/8] bpf: Introduce css_task open-coded iterator kfuncs
` [PATCH bpf-next v6 3/8] bpf: Introduce task open coded "

[PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh
 2023-10-18  5:00 UTC  (7+ messages)

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-18  3:40 UTC  (19+ messages)
` [PATCH net-next v1 13/19] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer

[RFC PATCH bpf-next v2 0/9] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-18  3:12 UTC  (14+ messages)
` [RFC PATCH bpf-next v2 1/9] cgroup: Make operations on the cgroup root_list RCU safe
` [RFC PATCH bpf-next v2 2/9] cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
` [RFC PATCH bpf-next v2 3/9] cgroup: Add a new helper for cgroup1 hierarchy
` [RFC PATCH bpf-next v2 4/9] bpf: Add a new kfunc "
` [RFC PATCH bpf-next v2 5/9] selftests/bpf: Fix issues in setup_classid_environment()
` [RFC PATCH bpf-next v2 6/9] selftests/bpf: Add parallel support for classid
` [RFC PATCH bpf-next v2 7/9] selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
` [RFC PATCH bpf-next v2 8/9] selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
` [RFC PATCH bpf-next v2 9/9] selftests/bpf: Add selftests for cgroup1 hierarchy

[PATCH bpf-next v5 0/9] Registrating struct_ops types from modules
 2023-10-18  2:25 UTC  (13+ messages)
` [PATCH bpf-next v5 1/9] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v5 2/9] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v5 3/9] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v5 4/9] bpf: validate value_type
` [PATCH bpf-next v5 5/9] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v5 6/9] bpf, net: switch to dynamic registration
` [PATCH bpf-next v5 7/9] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v5 8/9] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v5 9/9] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH bpf-next 5/5] selftests/bpf: Add test that use fsverity and xattr to sign a file
 2023-10-18  1:42 UTC  (17+ messages)
  ` [PATCH bpf-next 1/5] bpf: Add kfunc bpf_get_file_xattr
  ` [PATCH bpf-next 2/5] bpf, fsverity: Add kfunc bpf_get_fsverity_digest

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-18  1:08 UTC  (20+ messages)
` [PATCH v1 bpf-next 03/11] tcp: Clean up goto labels in cookie_v[46]_check()
` [PATCH v1 bpf-next 05/11] bpf: tcp: Add SYN Cookie generation SOCK_OPS hook
` [PATCH v1 bpf-next 06/11] bpf: tcp: Add SYN Cookie validation "
` [PATCH v1 bpf-next 10/11] bpf: tcp: Make WS, SACK, ECN configurable from BPF SYN Cookie
` [PATCH v1 bpf-next 11/11] selftest: bpf: Test BPF_SOCK_OPS_(GEN|CHECK)_SYNCOOKIE_CB

[linux-next:master] BUILD REGRESSION 4d5ab2376ec576af173e5eac3887ed0b51bd8566
 2023-10-17 22:30 UTC 

[PATCH bpf-next] bpf, docs: Define signed modulo as using truncated division
 2023-10-17 20:30 UTC  (2+ messages)
` [Bpf] "

[PATCHv2 0/2] tools/build: Fix -s detection code for new make
 2023-10-17 20:16 UTC  (7+ messages)
` [PATCHv2 1/2] tools/build: Fix -s detection code in tools/build/Makefile.build

[PATCH bpf-next] selftests/bpf: Add additional mprog query test coverage
 2023-10-17 20:00 UTC  (3+ messages)

[PATCH bpf-next v4] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-17 19:26 UTC  (3+ messages)

[RFC PATCH v2 0/7] tun: Introduce virtio-net hashing feature
 2023-10-17 19:19 UTC  (9+ messages)
` [RFC PATCH v2 1/7] bpf: Introduce BPF_PROG_TYPE_VNET_HASH

[PATCH v2 dwarves 0/5] pahole, btf_encoder: support --btf_features
 2023-10-17 18:55 UTC  (8+ messages)
` [PATCH v2 dwarves 5/5] pahole: add --btf_features_strict to reject unknown BTF features

[syzbot] [netfilter?] WARNING in __nf_unregister_net_hook (6)
 2023-10-17 18:04 UTC 

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-17 17:46 UTC  (26+ messages)
` [PATCH v8 bpf-next 01/18] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v8 bpf-next 02/18] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v8 bpf-next 03/18] bpf: introduce BPF token object
` [PATCH v8 bpf-next 04/18] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v8 bpf-next 05/18] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v8 bpf-next 06/18] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v8 bpf-next 07/18] bpf: take into account BPF token when fetching helper protos
` [PATCH v8 bpf-next 08/18] bpf: consistenly use BPF token throughout BPF verifier logic
` [PATCH v8 bpf-next 09/18] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v8 bpf-next 10/18] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v8 bpf-next 11/18] bpf,lsm: add BPF token "
` [PATCH v8 bpf-next 12/18] libbpf: add bpf_token_create() API
` [PATCH v8 bpf-next 13/18] selftests/bpf: fix test_maps' use of bpf_map_create_opts
` [PATCH v8 bpf-next 14/18] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v8 bpf-next 15/18] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v8 bpf-next 16/18] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v8 bpf-next 17/18] selftests/bpf: add BPF token-enabled tests
` [PATCH v8 bpf-next 18/18] bpf,selinux: allocate bpf_security_struct per BPF token

Hitting verifier backtracking bug on 6.5.5 kernel
 2023-10-17 17:24 UTC  (11+ messages)

[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-17 17:03 UTC  (8+ messages)
` [PATCH bpf-next v6 07/18] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v6 14/18] mlx5: implement VLAN tag XDP hint

[PATCH bpf-next v2] selftests/bpf: add options and frags to xdp_hw_metadata
 2023-10-17 16:41 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Fix missed rcu read lock in bpf_task_under_cgroup()
 2023-10-17 16:40 UTC  (2+ messages)

[PATCH bpf-next v4 0/9] Registrating struct_ops types from modules
 2023-10-17 16:29 UTC  (2+ messages)

[PATCH net] tcp_bpf: properly release resources on error paths
 2023-10-17 15:49 UTC 

[PATCH net-next v11 0/6] introduce page_pool_alloc() related API
 2023-10-17 15:14 UTC  (6+ messages)

[bug report] tcp: allow again tcp_disconnect() when threads are waiting
 2023-10-17 14:20 UTC  (3+ messages)

[PATCH bpf-next -v5] net: Add a warning if NAPI cb missed xdp_do_flush()
 2023-10-17 13:10 UTC  (2+ messages)

[PATCH bpf 0/2] bpf: Fix bpf timer kmemleak
 2023-10-17 12:57 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: Check map->usercnt again after timer->timer is assigned
` [PATCH bpf 2/2] selftests/bpf: Test race between map uref release and bpf timer init

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-17 12:34 UTC  (8+ messages)
` [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
` [PATCH v7 09/11] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v7 10/11] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT

[PATCH] PCI: pciehp: Prevent child devices from doing RPM on PCIe Link Down
 2023-10-17 10:25 UTC  (5+ messages)

[PATCH bpf-next] libbpf: don't assume SHT_GNU_verdef presence for SHT_GNU_versym section
 2023-10-17  9:50 UTC  (7+ messages)

[PATCH v2 net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-17  6:54 UTC  (5+ messages)
  `  "

[PATCH v6 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-10-17  6:26 UTC  (3+ messages)

pull-request: bpf-next 2023-10-16
 2023-10-17  4:40 UTC  (2+ messages)

[PATCH] Fix 'libbpf: failed to find BTF info for global/extern symbol' since uninitialized global variables
 2023-10-17  4:11 UTC  (5+ messages)
`  "

[linux-next:master] BUILD REGRESSION 4d0515b235dec789578d135a5db586b25c5870cb
 2023-10-16 23:21 UTC 

[PATCH bpf-next v5 0/8] Add Open-coded task, css_task and css iters
 2023-10-16 20:18 UTC  (5+ messages)
` [PATCH bpf-next v5 3/8] bpf: Introduce task open coded iterator kfuncs

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-16 20:10 UTC  (2+ messages)

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-10-16 19:08 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
` [PATCH bpf 2/2] bpf: sockmap, add af_unix test with both sockets in map

[PATCH bpf-next v2] Only run BPF cgroup unix sockaddr recvmsg() hooks on named sockets
 2023-10-16 18:47 UTC  (4+ messages)

BPF memory model
 2023-10-16 17:17 UTC  (7+ messages)

[PATCH v4 0/3] permit write-sealed memfd read-only shared mappings
 2023-10-16 16:27 UTC  (3+ messages)
` [PATCH v4 3/3] mm: perform the mapping_map_writable() check after call_mmap()

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-16 16:11 UTC  (2+ messages)

[PATCH RFC net-next v2 1/1] net: sched: Disambiguate verdict from return code
 2023-10-16 16:04 UTC  (2+ messages)

[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
 2023-10-16 15:53 UTC  (8+ messages)
` [RFC PATCH bpf-next] bpf: change syscall_nr type to int in struct syscall_tp_t


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