bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-12 22:00:26 to 2022-12-14 18:09:20 UTC [more...]

[PATCH bpf-next v4 00/15] xdp: hints via kfuncs
 2022-12-14 18:09 UTC  (34+ messages)
` [PATCH bpf-next v4 01/15] bpf: Document XDP RX metadata
      ` [xdp-hints] "
` [PATCH bpf-next v4 02/15] bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloaded
` [PATCH bpf-next v4 03/15] bpf: Introduce device-bound XDP programs
` [PATCH bpf-next v4 04/15] selftests/bpf: Update expected test_offload.py messages
` [PATCH bpf-next v4 05/15] bpf: XDP metadata RX kfuncs
  ` [xdp-hints] "
` [PATCH bpf-next v4 06/15] bpf: Support consuming XDP HW metadata from fext programs
` [PATCH bpf-next v4 07/15] veth: Introduce veth_xdp_buff wrapper for xdp_buff
` [PATCH bpf-next v4 08/15] veth: Support RX XDP metadata
        ` [xdp-hints] "
` [PATCH bpf-next v4 09/15] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
` [PATCH bpf-next v4 10/15] net/mlx4_en: Introduce wrapper for xdp_buff
` [PATCH bpf-next v4 11/15] net/mlx4_en: Support RX XDP metadata
` [PATCH bpf-next v4 12/15] xsk: Add cb area to struct xdp_buff_xsk
` [PATCH bpf-next v4 13/15] net/mlx5e: Introduce wrapper for xdp_buff
` [PATCH bpf-next v4 14/15] net/mlx5e: Support RX XDP metadata
` [PATCH bpf-next v4 15/15] selftests/bpf: Simple program to dump XDP RX metadata

[PATCH v1 0/5] build/libtraceevent resends
 2022-12-14 18:00 UTC  (8+ messages)
` [PATCH v1 1/5] perf build: Fix python/perf.so library's name
` [PATCH v1 2/5] perf trace-event: Add libtraceevent version tools to header
` [PATCH v1 3/5] libtraceevent: Increase libtraceevent logging when verbose
` [PATCH v1 4/5] perf trace-event: Use version check to avoid 1 define
` [PATCH v1 5/5] perf evlist: Remove group option

[PATCHv2 bpf-next] bpf: Remove trace_printk_lock
 2022-12-14 17:51 UTC  (3+ messages)

[PATCH bpf] bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_func
 2022-12-14 17:32 UTC  (3+ messages)

[PATCH bpf-next 0/7] stricter register ID checking in regsafe()
 2022-12-14 17:24 UTC  (14+ messages)
` [PATCH bpf-next 1/7] bpf: regsafe() must not skip check_ids()
` [PATCH bpf-next 3/7] bpf: states_equal() must build idmap for all function frames
` [PATCH bpf-next 4/7] selftests/bpf: verify states_equal() maintains idmap across all frames

[PATCH intel-next 0/5] i40e: support XDP multi-buffer
 2022-12-14 17:16 UTC  (10+ messages)
` [PATCH intel-next 1/5] i40e: add pre-xdp page_count in rx_buffer
` [PATCH intel-next 2/5] i40e: avoid per buffer next_to_clean access from i40e_ring
` [PATCH intel-next 3/5] i40e: introduce next_to_process to i40e_ring
` [PATCH intel-next 4/5] i40e: pull out rx buffer allocation to end of i40e_clean_rx_irq()
` [PATCH intel-next 5/5] i40e: add support for XDP multi-buffer Rx

[PATCH 0/5] Replace invocations of prandom_u32 with get_random_u32
 2022-12-14 16:21 UTC  (12+ messages)
` [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
` [PATCH 2/5] Replace invocation of weak PRNG in kernel/bpf/core.c

[PATCH] tools/resolve_btfids: Use pkg-config to locate libelf
 2022-12-14 15:20 UTC 

[PATCH v2 0/4] Add VG register attr test with kernel version and feature detection
 2022-12-14 14:38 UTC  (8+ messages)
` [PATCH v2 1/4] perf test: Add ability to test exit code for attr tests
` [PATCH v2 2/4] perf test: Add mechanism for skipping attr tests on auxiliary vector values
` [PATCH v2 3/4] perf test: Add mechanism for skipping attr tests on kernel versions
` [PATCH v2 4/4] perf test arm64: Add attr tests for new VG register

[bpf-next 1/2] bpf: add runtime stats, max cost
 2022-12-14 14:25 UTC  (2+ messages)
` [bpf-next 2/2] bpftool: "

[RFC PATCH 1/2] trace: add new file under include/trace/stages/ for perf/bpf
 2022-12-14 14:25 UTC  (3+ messages)
` [RFC PATCH 2/2] trace: allocate temparary buffer for trace output usage

[RFC PATCH bpf-next 9/9] bpf: Use active vm to account bpf map memory usage
 2022-12-14 12:01 UTC  (2+ messages)

[PATCH bpf-next 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
 2022-12-14 10:53 UTC  (15+ messages)
` [PATCH bpf-next 08/15] selftests/xsk: remove namespaces
` [PATCH bpf-next 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next 13/15] selftests/xsk: merge dual and single thread dispatchers
` [PATCH bpf-next 15/15] selftests/xsk: automatically switch XDP programs

[RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
 2022-12-14 10:46 UTC  (9+ messages)

[bpf-next 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2022-12-14 10:38 UTC  (2+ messages)
` [bpf-next 2/2] selftests/bpf: add test cases for htab map

[PATCH bpf-next] bpf: Remove trace_printk_lock lock
 2022-12-14  9:33 UTC  (5+ messages)

[PATCHSET RFC] sched: Implement BPF extensible scheduler class
 2022-12-14  8:55 UTC  (22+ messages)
` [PATCH 31/31] sched_ext: Add a rust userspace hybrid example scheduler
  ` [PATCH 14/31] sched_ext: Implement BPF extensible scheduler class

Wycena paneli fotowoltaicznych
 2022-12-14  8:47 UTC 

[RFC PATCH 0/9] virtio_net: support multi buffer xdp
 2022-12-14  8:37 UTC  (6+ messages)
` [RFC PATCH 6/9] virtio_net: construct multi-buffer xdp in mergeable

[PATCH net] filter: Account for tail adjustment during pull operations
 2022-12-14  6:32 UTC  (3+ messages)

[PATCH 1/2] lsm: Fix description of fs_context_parse_param
 2022-12-14  2:43 UTC  (3+ messages)

[PATCH bpf-next] bpf: prevent leak of lsm program after failed attach
 2022-12-14  2:20 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
 2022-12-14  2:07 UTC  (4+ messages)

[PATCH bpf v4 1/2] bpf: Resolve fext program type when checking map compatibility
 2022-12-14  1:05 UTC  (2+ messages)
` [PATCH bpf v4 2/2] selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program

[PATCH bpf] libbpf: Fix signedness confusion when using libbpf_is_mem_zeroed()
 2022-12-14  1:00 UTC 

[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
 2022-12-14  0:57 UTC  (7+ messages)

[PATCH bpf v3 1/2] bpf: Resolve fext program type when checking map compatibility
 2022-12-14  0:30 UTC  (4+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program

[PATCH bpf-next] selftests/bpf: select CONFIG_FUNCTION_ERROR_INJECTION
 2022-12-13 23:50 UTC  (4+ messages)

[PATCH bpf v2 1/2] bpf: Resolve fext program type when checking map compatibility
 2022-12-13 23:17 UTC  (3+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program

[PATCH 2/3] perf build: Use libtraceevent from the system
 2022-12-13 22:47 UTC  (15+ messages)

[PATCH bpf v2] selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=n
 2022-12-13 22:30 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
 2022-12-13 22:00 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] Add cgroup sockaddr hooks for unix sockets
 2022-12-13 21:54 UTC  (11+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v2 2/9] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v2 3/9] bpf: Support access to sun_path "
` [PATCH bpf-next v2 5/9] bpf: Implement cgroup sockaddr hooks for unix sockets

[PATCH 0/5] Improvements to incremental builds
 2022-12-13 21:31 UTC  (6+ messages)
` [PATCH 3/5] tools lib subcmd: Add dependency test to install_headers

[PATCH v2 0/2] error-injection: Clarify the requirements of error injectable functions
 2022-12-13 21:23 UTC  (4+ messages)
` [PATCH v2 1/2] error-injection: Remove EI_ETYPE_NONE
` [PATCH v2 2/2] docs: fault-injection: Add requirements of error injectable functions

[PATCH bpf-next v4 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2022-12-13 21:06 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] bpf: "

[PATCH bpf-next 1/2] bpf, x86: Improve PROBE_MEM runtime load check
 2022-12-13 18:27 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add verifier test exercising jit PROBE_MEM logic

[PATCH hid v12 00/15] Introduce eBPF support for HID devices
 2022-12-13 18:13 UTC  (9+ messages)
` [PATCH hid v12 05/15] HID: bpf jmp table: simplify the logic of cleaning up programs

[syzbot] KASAN: stack-out-of-bounds Read in __blk_flush_plug
 2022-12-13 15:35 UTC 

KCSAN: data-race in __perf_event_overflow / perf_pending_irq
 2022-12-13 14:53 UTC 

[PATCH 0/2] error-injection: Clarify the requirements of error injectable functions
 2022-12-13 14:11 UTC  (4+ messages)
` [PATCH 2/2] docs: fault-injection: Add "

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2022-12-13 10:23 UTC  (3+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

BUG: unable to handle kernel paging request in tcp_write_wakeup
 2022-12-13 13:18 UTC  (2+ messages)

[PATCH net] selftests/net: mv bpf/nat6to4.c to net folder
 2022-12-13  7:12 UTC 

[PATCH bpf-next] bpftool: fix output for skipping kernel config check
 2022-12-13  4:42 UTC  (3+ messages)

[PATCH 1/2] error-injection: Remove EI_ETYPE_NONE
 2022-12-13  3:40 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: fix nullness propagation for reg to reg comparisons
 2022-12-13  3:04 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-13  2:26 UTC  (12+ messages)

[PATCH bpf] selftests/bpf: Fix a selftest compilation error with CONFIG_SMP=n
 2022-12-13  0:41 UTC  (4+ messages)

[PATCH bpf-next] bpf/selftests: Use parent instead of last_wakee in task kfunc test
 2022-12-12 23:53 UTC 

[linux-next:master 7935/14039] progs/task_kfunc_failure.c:76:36: error: no member named 'last_wakee' in 'struct task_struct'
 2022-12-12 23:52 UTC 

[PATCH net v3 1/1] i40e: Fix the inability to attach XDP program on downed interface
 2022-12-12 23:30 UTC  (2+ messages)

[PATCH bpf-next 2/2] selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
 2022-12-12 23:22 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).