BPF List
 help / color / mirror / Atom feed
 messages from 2023-10-15 16:08:04 to 2023-10-17 15:44:43 UTC [more...]

[PATCH v8 bpf-next 00/18] BPF token and BPF FS-based delegation
 2023-10-17 15:44 UTC  (23+ 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 15:39 UTC  (9+ messages)

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

[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 2/5] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
 2023-10-17 14:16 UTC  (6+ messages)

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

[RFC PATCH bpf-next v2 0/9] bpf, cgroup: Add BPF support for cgroup1 hierarchy
 2023-10-17 14:04 UTC  (12+ 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] net: Add a warning if NAPI cb missed xdp_do_flush()
 2023-10-17 13:10 UTC  (10+ messages)
  ` [PATCH bpf-next v2] "
      ` [PATCH bpf-next v3] "
        ` [PATCH bpf-next -v4] "
              ` [PATCH bpf-next -v5] "

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

[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 bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
 2023-10-17 12:40 UTC  (3+ messages)
` [PATCH bpf-next v6 14/18] mlx5: implement VLAN tag XDP hint

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-17 12:34 UTC  (16+ messages)
` [PATCH v7 01/11] bpf: Add sockptr support for getsockopt
` [PATCH v7 02/11] bpf: Add sockptr support for setsockopt
` [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
` [PATCH v7 04/11] net/socket: Break down __sys_getsockopt
` [PATCH v7 05/11] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
` [PATCH v7 07/11] selftests/net: Extract uring helpers to be reusable
` [PATCH v7 08/11] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [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 v7 11/11] selftests/bpf/sockopt: Add io_uring support

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-17 11:19 UTC  (32+ messages)
` [PATCH net-next v1 01/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v1 02/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v1 03/19] virtio_net: independent directory
` [PATCH net-next v1 04/19] virtio_net: move to virtio_net.h
` [PATCH net-next v1 05/19] virtio_net: add prefix virtnet to all struct/api inside virtio_net.h
` [PATCH net-next v1 06/19] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v1 07/19] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v1 08/19] virtio_net: sq support premapped mode
` [PATCH net-next v1 09/19] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v1 10/19] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v1 11/19] virtio_net: xsk: tx: support tx
` [PATCH net-next v1 12/19] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v1 13/19] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v1 14/19] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH net-next v1 15/19] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v1 16/19] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer
` [PATCH net-next v1 17/19] virtio_net: xsk: rx: virtnet_rq_free_unused_buf() check "
` [PATCH net-next v1 18/19] virtio_net: update tx timeout record
` [PATCH net-next v1 19/19] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[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 bpf-next] selftests/bpf: Add additional mprog query test coverage
 2023-10-17  9:09 UTC  (2+ messages)

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

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

[PATCH v1 bpf-next 00/11] bpf: tcp: Add SYN Cookie generation/validation SOCK_OPS hooks
 2023-10-17  5:53 UTC  (15+ messages)
` [PATCH v1 bpf-next 03/11] tcp: Clean up goto labels in cookie_v[46]_check()
` [PATCH v1 bpf-next 06/11] bpf: tcp: Add SYN Cookie validation SOCK_OPS hook
` [PATCH v1 bpf-next 11/11] selftest: bpf: Test BPF_SOCK_OPS_(GEN|CHECK)_SYNCOOKIE_CB

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)
`  "

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

[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  (6+ 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 RFC net-next v2 1/1] net: sched: Disambiguate verdict from return code
 2023-10-16 16:04 UTC  (4+ 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

[PATCH bpf-next v3] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 13:08 UTC  (2+ messages)

[PATCH] arch: powerpc: net: bpf_jit_comp32.c: Fixed 'instead' typo
 2023-10-16 12:47 UTC  (2+ messages)

[PATCH v2] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 12:46 UTC  (3+ messages)

[PATCH v2 0/5] seccomp: Make seccomp filter reusable
 2023-10-16 12:44 UTC  (7+ messages)
` [PATCH v2 1/5] seccomp: Refactor filter copy/create for reuse
` [PATCH v2 2/5] seccomp, bpf: Introduce SECCOMP_LOAD_FILTER operation
` [PATCH v2 3/5] seccomp: Introduce new flag SECCOMP_FILTER_FLAG_BPF_PROG_FD
` [PATCH v2 4/5] selftests/seccomp: Test seccomp filter load and attach
` [PATCH v2 5/5] selftests/bpf: Skip BPF_PROG_TYPE_SECCOMP-related tests

[PATCH bpf-next 0/5] BPF verifier log improvements
 2023-10-16 12:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Use pkg-config to determine ld flags
 2023-10-16 11:57 UTC  (3+ messages)

[PATCH] uapi/netfilter: Change netfilter hook verdict code definition from macro to enum
 2023-10-16  9:22 UTC  (5+ messages)
      `  "

Wycena paneli fotowoltaicznych
 2023-10-16  7:50 UTC 

[PATCH net-next] xsk: Avoid starving xsk at the end of the list
 2023-10-16  3:10 UTC  (2+ messages)

[PATCH vhost 00/22] virtio-net: support AF_XDP zero copy
 2023-10-15 19:17 UTC  (3+ messages)
` [PATCH vhost 12/22] virtio_net: xsk: bind/unbind xsk


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox