bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-02 18:50:41 to 2023-10-05 01:17:27 UTC [more...]

[PATCH bpf-next v3 00/10] xsk: TX metadata
 2023-10-05  1:16 UTC  (18+ messages)
` [PATCH bpf-next v3 01/10] xsk: Support tx_metadata_len
` [PATCH bpf-next v3 02/10] xsk: add TX timestamp and TX checksum offload support
` [PATCH bpf-next v3 03/10] tools: ynl: print xsk-features from the sample
` [PATCH bpf-next v3 04/10] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
` [PATCH bpf-next v3 05/10] net: stmmac: Add Tx HWTS support to XDP ZC
` [PATCH bpf-next v3 06/10] selftests/xsk: Support tx_metadata_len
` [PATCH bpf-next v3 07/10] selftests/bpf: Add csum helpers
` [PATCH bpf-next v3 08/10] selftests/bpf: Add TX side to xdp_metadata
` [PATCH bpf-next v3 09/10] selftests/bpf: Add TX side to xdp_hw_metadata
` [PATCH bpf-next v3 10/10] xsk: document tx_metadata_len layout

[PATCH v2 bpf-next] bpf: Avoid unnecessary -EBUSY from htab_lock_bucket
 2023-10-05  0:11 UTC  (5+ messages)

[PATCH net-next v2] net/xdp: fix zero-size allocation warning in xskq_create()
 2023-10-04 22:49 UTC  (3+ messages)

[syzbot] [bpf?] [net?] WARNING: zero-size vmalloc in xskq_create
 2023-10-04 22:38 UTC 

[PATCH v4 1/2] bpftool: Align output skeleton ELF code
 2023-10-04 22:23 UTC  (2+ messages)
` [PATCH v4 2/2] bpftool: Align bpf_load_and_run_opts insns and data

[PATCH v3 1/2] bpftool: Align output skeleton ELF code
 2023-10-04 22:21 UTC  (4+ messages)
` [PATCH v3 2/2] bpftool: Align bpf_load_and_run_opts insns and data

[PATCH bpf v2 0/2] bpf: Fix src IP addr related limitation in bpf_*_fib_lookup()
 2023-10-04 22:02 UTC  (5+ messages)
` [PATCH bpf v2 1/2] bpf: Derive source IP addr via bpf_*_fib_lookup()
` [PATCH bpf v2 2/2] selftests/bpf: Add BPF_FIB_LOOKUP_SET_SRC tests

[PATCH bpf 0/3] libbpf/selftests syscall wrapper fixes for RISC-V
 2023-10-04 20:40 UTC  (6+ messages)
` [PATCH bpf 1/3] libbpf: Fix syscall access arguments on riscv
` [PATCH bpf 2/3] selftests/bpf: Define SYS_PREFIX for riscv
` [PATCH bpf 3/3] selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME "

[PATCH bpf-next 0/3] selftest/bpf, riscv: Improved cross-building support
 2023-10-04 20:40 UTC  (6+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Add cross-build support for urandom_read et al
` [PATCH bpf-next 2/3] selftests/bpf: Enable lld usage for RISC-V
` [PATCH bpf-next 3/3] selftests/bpf: Add uprobe_multi to gen_tar target

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-04 18:53 UTC  (4+ messages)
` [PATCH v2 01/89] fs: new accessor methods for "
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors
  ` [PATCH v2 81/89] bpf: convert "

[linux-next:master] BUILD REGRESSION 33b64befb1a28bca3f5a9ed9807d2f87e976c63a
 2023-10-04 18:37 UTC 

[RFC bpf-next v2 00/24] XDP metadata via kfuncs for ice + mlx5
 2023-10-04 18:08 UTC  (5+ messages)
` [RFC bpf-next v2 09/24] xdp: Add VLAN tag hint

[PATCH bpf-next 1/3] selftests/bpf: fix compiler warnings reported in -O2 mode
 2023-10-04 17:21 UTC  (5+ messages)
` [PATCH bpf-next 2/3] selftests/bpf: support building selftests in optimized "
` [PATCH bpf-next 3/3] selftests/bpf: don't truncate #test/subtest field

[PATCH bpf-next v2 0/2] bpf: Add ability to pin bpf timer to calling CPU
 2023-10-04 16:23 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] bpf/selftests: Test pinning bpf timer to a core

[PATCH v3 bpf-next 0/8] Allocate bpf trampoline on bpf_prog_pack
 2023-10-04 15:50 UTC  (3+ messages)

pull-request: bpf 2023-10-02
 2023-10-04 15:40 UTC  (2+ messages)

[PATCH v3 00/13] mm: jit/text allocator
 2023-10-04 15:39 UTC  (6+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "

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

[RFC PATCH 0/2] seccomp: Split set filter into two steps
 2023-10-04 14:03 UTC  (5+ messages)
` [RFC PATCH 1/2] seccomp: Introduce SECCOMP_LOAD_FILTER operation
` [RFC PATCH 2/2] seccomp: Introduce SECCOMP_ATTACH_FILTER operation

[PATCH] tools/build: Fix -s detection code for new make
 2023-10-04 13:59 UTC 

[PATCH bpf-next v3 0/8] Add a test for SHARED_UMEM feature
 2023-10-04 13:40 UTC  (3+ messages)

[PATCH net] ice: don't stop netdev tx queues when setting up XSK socket
 2023-10-04 13:26 UTC  (3+ messages)

[PATCH net] i40e: sync next_to_clean and next_to_process for programming status desc
 2023-10-04 13:16 UTC  (2+ messages)

[RFC PATCH] tracing: change syscall number type in struct syscall_trace_*
 2023-10-04 12:55 UTC  (5+ messages)

[PATCH 0/2] kbuild: kselftest-merge target improvements
 2023-10-04 12:48 UTC  (3+ messages)
` [PATCH 1/2] kbuild: Let builtin have precedence over modules for kselftest-merge
` [PATCH 2/2] kbuild: Merge per-arch config for kselftest-merge target

[PATCH bpf 0/2] riscv, bpf: Properly sign-extend return values
 2023-10-04 12:07 UTC  (3+ messages)
` [PATCH bpf 1/2] riscv, bpf: Sign-extend "
` [PATCH bpf 2/2] riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) "

[BUG] verifier escape with iteration helpers (bpf_loop, ...)
 2023-10-04 11:52 UTC  (43+ messages)

[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules
 2023-10-04 10:48 UTC  (17+ messages)

Sockmap's parser/verdict programs and epoll notifications
 2023-10-04  5:40 UTC  (11+ messages)

[PATCH v2 1/2] bpftool: Align output skeleton ELF code
 2023-10-04  1:04 UTC  (4+ messages)
` [PATCH v2 2/2] bpftool: Align bpf_load_and_run_opts insns and data

[PATCH v5 3/5] security: Replace indirect LSM hook calls with static calls
 2023-10-04  0:09 UTC  (4+ messages)

[PATCH v4 bpf-next 0/3] Open-coded task_vma iter
 2023-10-03 22:46 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/3] bpf: Don't explicitly emit BTF for struct btf_iter_num
` [PATCH v4 bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH v4 bpf-next 3/3] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH bpf-next] bpf: Avoid unnecessary -EBUSY from htab_lock_bucket
 2023-10-03 22:37 UTC  (3+ messages)

[PATCH v2 0/3] selftests/hid: fix building for older kernels
 2023-10-03 22:34 UTC  (4+ messages)

[PATCH bpf-next v3 0/7] Add Open-coded task, css_task and css iters
 2023-10-03 22:05 UTC  (7+ messages)
` [PATCH bpf-next v3 3/7] bpf: Introduce task open coded iterator kfuncs

[PATCH net-next 1/1] net/sched: Disambiguate verdict from return code
 2023-10-03 21:36 UTC  (10+ messages)

[PATCH bpf-next 1/2] bpf: Add ability to pin bpf timer to calling CPU
 2023-10-03 18:29 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf/selftests: Test pinning bpf timer to a core

[PATCH] bpf, docs: Add additional ABI working draft base text
 2023-10-03 18:26 UTC  (3+ messages)
  ` [Bpf] "

[RFC PATCH v3 0/5] Faultable Tracepoints
 2023-10-03 18:15 UTC  (15+ messages)
` [RFC PATCH v3 1/5] tracing: Introduce faultable tracepoints (v3)
` [RFC PATCH v3 2/5] tracing/ftrace: Add support for faultable tracepoints
` [RFC PATCH v3 3/5] tracing/bpf-trace: add "
` [RFC PATCH v3 4/5] tracing/perf: "
` [RFC PATCH v3 5/5] tracing: convert sys_enter/exit to "

[linux-next:master] BUILD REGRESSION c9f2baaa18b5ea8f006a2b3a616da9597c71d15e
 2023-10-03 16:26 UTC 

[PATCH bpf-next] selftests/bpf: add options and ZC mode to xdp_hw_metadata
 2023-10-03 16:09 UTC  (4+ messages)

[PATCH net-next 0/2] bpf: Remove xdp_do_flush_map()
 2023-10-03 14:40 UTC  (2+ messages)

[PATCH v1 00/18] clang-tools support in tools
 2023-10-03 14:31 UTC  (6+ messages)
` [PATCH v1 01/18] gen_compile_commands: Allow the line prefix to still be cmd_

[RESEND PATCH 1/2] perf/x86/cstate: Allow reading the package statistics from local CPU
 2023-10-03 11:00 UTC  (3+ messages)
` [PATCHv2 2/2] perf/core: Allow reading package events from perf_event_read_local

[PATCH net,v2, 0/3] net: mana: Fix some TX processing bugs
 2023-10-03 10:46 UTC  (8+ messages)
` [PATCH net,v2, 1/3] net: mana: Fix TX CQE error handling
` [PATCH net,v2, 2/3] net: mana: Fix the tso_bytes calculation
` [PATCH net,v2, 3/3] net: mana: Fix oversized sge0 for GSO packets

[PATCH bpf-next v8 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-10-03  9:47 UTC  (11+ messages)
` [PATCH bpf-next v7 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v7 2/9] bpf: Propagate modified uaddrlen from cgroup sockaddr programs
` [PATCH bpf-next v7 3/9] bpf: Add bpf_sock_addr_set_unix_addr() to allow writing unix sockaddr from bpf
` [PATCH bpf-next v7 4/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v7 5/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v7 6/9] bpftool: "
` [PATCH bpf-next v7 7/9] documentation/bpf: Document "
` [PATCH bpf-next v7 8/9] selftests/bpf: Make sure mount directory exists
` [PATCH bpf-next v7 9/9] selftests/bpf: Add tests for cgroup unix socket address hooks

[PATCH v1] bpftool: Align output skeleton ELF code
 2023-10-03  8:58 UTC  (3+ messages)

[PATCH bpf-next v5 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-10-03  4:31 UTC  (4+ messages)
` [PATCH bpf-next v5 1/7] bpf, sockmap: add BPF_F_PERMANENT flag for "

[syzbot] [bpf?] [net?] WARNING: zero-size vmalloc in print_tainted
 2023-10-02 22:03 UTC  (4+ messages)
` [PATCH net-next v1] net/xdp: fix zero-size allocation warning in xskq_create()

[PATCH bpf-next v7 0/9] Add cgroup sockaddr hooks for unix sockets
 2023-10-02 20:57 UTC  (3+ messages)
` [PATCH bpf-next v7 5/9] libbpf: Add support for cgroup unix socket address hooks

[PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other
 2023-10-02 18:50 UTC  (13+ messages)
                ` bpf indirect calls


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