messages from 2023-01-27 17:19:38 to 2023-01-30 17:20:45 UTC [more...]
[PATCH v2 dwarves 0/5] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions
2023-01-30 17:20 UTC (7+ messages)
` [PATCH v2 dwarves 1/5] dwarves: help dwarf loader spot functions with optimized-out parameters
` [PATCH v2 dwarves 2/5] btf_encoder: refactor function addition into dedicated btf_encoder__add_func
` [PATCH v2 dwarves 3/5] btf_encoder: rework btf_encoders__*() API to allow traversal of encoders
` [PATCH v2 dwarves 4/5] btf_encoder: represent "."-suffixed functions (".isra.0") in BTF
` [PATCH v2 dwarves 5/5] btf_encoder: delay function addition to check for function prototype inconsistencies
[PATCH 02/34] selftests: bpf: Fix incorrect kernel headers search path
2023-01-30 17:09 UTC (5+ messages)
` [PATCH 30/34] selftests: bpf docs: Use installed "
Interruptable eBPF programs
2023-01-30 16:42 UTC
[PATCH bpf-next v2 0/2] bpf: Fix to preserve reg parent/live fields when copying range info
2023-01-30 15:33 UTC (10+ messages)
[PATCHv2 bpf-next 0/7] bpf: Move kernel test kfuncs into bpf_testmod
2023-01-30 15:32 UTC (12+ messages)
` [PATCHv2 bpf-next 1/7] selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
` [PATCHv2 bpf-next 2/7] selftests/bpf: Move test_progs helpers to testing_helpers object
` [PATCHv2 bpf-next 3/7] selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
` [PATCHv2 bpf-next 4/7] selftests/bpf: Use un/load_bpf_testmod functions in tests
` [PATCHv2 bpf-next 5/7] selftests/bpf: Load bpf_testmod for verifier test
` [PATCHv2 bpf-next 6/7] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
` [PATCHv2 bpf-next 7/7] bpf: Move kernel test kfuncs to bpf_testmod
[PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled
2023-01-30 15:07 UTC (5+ messages)
` [Intel-wired-lan] "
[RFC] bpf: add bpf_link support for BPF_NETFILTER programs
2023-01-30 15:04 UTC
[PATCH] ixgbe: Panic during XDP_TX with > 64 CPUs
2023-01-30 14:58 UTC (2+ messages)
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-30 14:26 UTC (7+ messages)
` [PATCH 04/35] Documentation: bpf: correct spelling
` (subset) [PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
[PATCH] perf test: Switch basic bpf filtering test to use syscall tracepoint
2023-01-30 14:09 UTC (3+ messages)
[PATCH v2 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-30 14:09 UTC (5+ messages)
` [PATCH v2 bpf-next 2/8] drivers: net: turn on XDP features
[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
2023-01-30 13:14 UTC (10+ messages)
[RFC PATCH 01/19] mm: Introduce vm_account
2023-01-30 11:36 UTC (3+ messages)
[PATCH] vhost-net: support VIRTIO_F_RING_RESET
2023-01-30 10:29 UTC (4+ messages)
[PATCH bpf-next v3 0/8] Support bpf trampoline for s390x
2023-01-30 3:30 UTC (11+ messages)
` [PATCH bpf-next v3 1/8] selftests/bpf: Fix sk_assign on s390x
` [PATCH bpf-next v3 2/8] s390/bpf: Add expoline to tail calls
` [PATCH bpf-next v3 3/8] s390/bpf: Implement bpf_arch_text_poke()
` [PATCH bpf-next v3 4/8] s390/bpf: Implement arch_prepare_bpf_trampoline()
` [PATCH bpf-next v3 5/8] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
` [PATCH bpf-next v3 6/8] s390/bpf: Implement bpf_jit_supports_kfunc_call()
` [PATCH bpf-next v3 7/8] selftests/bpf: Fix s390x vmlinux path
` [PATCH bpf-next v3 8/8] selftests/bpf: Trim DENYLIST.s390x
[PATCH v4 1/2] trace: add new file under include/trace/stages/ for perf/bpf
2023-01-30 3:12 UTC (3+ messages)
[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
2023-01-29 23:39 UTC (7+ messages)
` [PATCH v9 bpf-next 1/5] bpf: Allow "sk_buff" and "xdp_buff" as valid kfunc arg types
` [PATCH v9 bpf-next 2/5] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs
` [PATCH v9 bpf-next 4/5] bpf: Add xdp dynptrs
` [PATCH v9 bpf-next 5/5] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
[PATCH v4 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-29 18:48 UTC (11+ messages)
` [PATCH v4 bpf-next 1/8] netdev-genl: create a simple family for netdev stuff
` [PATCH v4 bpf-next 2/8] drivers: net: turn on XDP features
` [PATCH v4 bpf-next 3/8] xsk: add usage of XDP features flags
` [PATCH v4 bpf-next 4/8] libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
` [PATCH v4 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [PATCH v4 bpf-next 6/8] bpf: devmap: check XDP features in __xdp_enqueue routine
` [PATCH v4 bpf-next 7/8] selftests/bpf: add test for bpf_xdp_query xdp-features support
` [PATCH v4 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-29 11:50 UTC (3+ messages)
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
[PATCH bpf-next v2] selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
2023-01-29 6:25 UTC (3+ messages)
[PATCH bpf-next v2 00/31] Support bpf trampoline for s390x
2023-01-29 1:50 UTC (36+ messages)
` [PATCH bpf-next v2 01/31] bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie_ipv{4,6}()
` [PATCH bpf-next v2 02/31] bpf: Change BPF_MAX_TRAMP_LINKS to enum
` [PATCH bpf-next v2 03/31] selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF
` [PATCH bpf-next v2 04/31] selftests/bpf: Fix liburandom_read.so linker error
` [PATCH bpf-next v2 05/31] selftests/bpf: Fix symlink creation error
` [PATCH bpf-next v2 06/31] selftests/bpf: Fix kfree_skb on s390x
` [PATCH bpf-next v2 07/31] selftests/bpf: Set errno when urand_spawn() fails
` [PATCH bpf-next v2 08/31] selftests/bpf: Fix decap_sanity_ns cleanup
` [PATCH bpf-next v2 09/31] selftests/bpf: Fix verify_pkcs7_sig on s390x
` [PATCH bpf-next v2 10/31] selftests/bpf: Fix xdp_do_redirect "
` [PATCH bpf-next v2 11/31] selftests/bpf: Fix cgrp_local_storage "
` [PATCH bpf-next v2 12/31] selftests/bpf: Check stack_mprotect() return value
` [PATCH bpf-next v2 13/31] selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x
` [PATCH bpf-next v2 14/31] selftests/bpf: Add a sign-extension test for kfuncs
` [PATCH bpf-next v2 15/31] selftests/bpf: Fix test_lsm on s390x
` [PATCH bpf-next v2 16/31] selftests/bpf: Fix test_xdp_adjust_tail_grow2 "
` [PATCH bpf-next v2 17/31] selftests/bpf: Fix vmlinux test "
` [PATCH bpf-next v2 18/31] selftests/bpf: Fix sk_assign "
` [PATCH bpf-next v2 19/31] selftests/bpf: Fix xdp_synproxy/tc "
` [PATCH bpf-next v2 20/31] selftests/bpf: Fix profiler "
` [PATCH bpf-next v2 21/31] libbpf: Simplify barrier_var()
` [PATCH bpf-next v2 22/31] libbpf: Fix unbounded memory access in bpf_usdt_arg()
` [PATCH bpf-next v2 23/31] libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x
` [PATCH bpf-next v2 24/31] bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
` [PATCH bpf-next v2 25/31] bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
` [PATCH bpf-next v2 26/31] s390/bpf: Fix a typo in a comment
` [PATCH bpf-next v2 27/31] s390/bpf: Add expoline to tail calls
` [PATCH bpf-next v2 28/31] s390/bpf: Implement bpf_arch_text_poke()
` [PATCH bpf-next v2 29/31] s390/bpf: Implement arch_prepare_bpf_trampoline()
` [PATCH bpf-next v2 30/31] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
` [PATCH bpf-next v2 31/31] s390/bpf: Implement bpf_jit_supports_kfunc_call()
[PATCH bpf-next] bpf: Build-time assert that cpumask offset is zero
2023-01-28 20:30 UTC (2+ messages)
[PATCH bpf-next v2] Documentation: bpf: correct spelling
2023-01-28 20:30 UTC (2+ messages)
Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
2023-01-28 19:23 UTC (8+ messages)
[PATCHSET v2] sched: Implement BPF extensible scheduler class
2023-01-28 19:07 UTC (33+ messages)
` [PATCH 01/30] cgroup: Implement cgroup_show_cftypes()
` [PATCH 02/30] sched: Encapsulate task attribute change sequence into a helper macro
` [PATCH 03/30] sched: Restructure sched_class order sanity checks in sched_init()
` [PATCH 04/30] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 05/30] sched: Add sched_class->reweight_task()
` [PATCH 06/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 07/30] sched: Factor out cgroup weight conversion functions
` [PATCH 08/30] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK()
` [PATCH 09/30] sched: Enumerate CPU cgroup file types
` [PATCH 10/30] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 11/30] sched: Add normal_policy()
` [PATCH 12/30] sched_ext: Add boilerplate for extensible scheduler class
` [PATCH 14/30] sched_ext: Add scx_example_dummy and scx_example_qmap example schedulers
` [PATCH 15/30] sched_ext: Add sysrq-S which disables the BPF scheduler
` [PATCH 16/30] sched_ext: Implement runnable task stall watchdog
` [PATCH 17/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT
` [PATCH 18/30] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext
` [PATCH 19/30] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support
` [PATCH 20/30] sched_ext: Make watchdog handle ops.dispatch() looping stall
` [PATCH 21/30] sched_ext: Add task state tracking operations
` [PATCH 22/30] sched_ext: Implement tickless support
` [PATCH 23/30] sched_ext: Add cgroup support
` [PATCH 24/30] sched_ext: Implement SCX_KICK_WAIT
` [PATCH 25/30] sched_ext: Implement sched_ext_ops.cpu_acquire/release()
` [PATCH 26/30] sched_ext: Implement sched_ext_ops.cpu_online/offline()
` [PATCH 27/30] sched_ext: Implement core-sched support
` [PATCH 28/30] sched_ext: Documentation: scheduler: Document extensible scheduler class
` [PATCH 29/30] sched_ext: Add a basic, userland vruntime scheduler
` [PATCH 30/30] sched_ext: Add a rust userspace hybrid example scheduler
pull-request: bpf 2023-01-27
2023-01-28 16:30 UTC (2+ messages)
[PATCH v8 bpf-next 4/5] bpf: Add xdp dynptrs
2023-01-28 14:38 UTC (2+ messages)
[PATCH v8 bpf-next 2/5] bpf: Allow initializing dynptrs in kfuncs
2023-01-28 14:27 UTC (3+ messages)
[PATCH v8 bpf-next 0/5] Add skb + xdp dynptrs
2023-01-28 13:15 UTC (5+ messages)
` [PATCH v8 bpf-next 3/5] bpf: Add skb dynptrs
[PATCH v3 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-28 12:48 UTC (13+ messages)
` [PATCH v3 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [PATCH v3 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[PATCH bpf-next] Add support for tracing programs in BPF_PROG_RUN
2023-01-28 8:37 UTC (3+ messages)
pull-request: bpf-next 2023-01-28
2023-01-28 7:55 UTC (3+ messages)
[PATCH net v2 0/5] net: xdp: execute xdp_do_flush() before napi_complete_done()
2023-01-28 6:40 UTC (2+ messages)
[PATCH bpf-next] selftest/bpf: Make crashes more debuggable in test_progs
2023-01-27 23:50 UTC (2+ messages)
[PATCH bpf-next 00/24] Support bpf trampoline for s390x
2023-01-27 22:50 UTC (15+ messages)
` [PATCH bpf-next 08/24] selftests/bpf: Fix verify_pkcs7_sig on s390x
` [PATCH bpf-next 22/24] s390/bpf: Implement arch_prepare_bpf_trampoline()
[PATCH bpf-next v4] bpf, docs: Use consistent names for the same field
2023-01-27 22:45 UTC
[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-01-27 20:16 UTC (3+ messages)
[PATCH bpf-next] Fix malformed documentation formatting
2023-01-27 20:00 UTC (2+ messages)
[PATCH bpf-next] Add documentation to map pinning API functions
2023-01-27 20:00 UTC (2+ messages)
[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
2023-01-27 18:54 UTC (5+ messages)
[RFC bpf-next] docs/bpf: Add description of register liveness tracking algorithm
2023-01-27 18:45 UTC (4+ messages)
[PATCH bpf-next 0/6] New benchmark for hashmap lookups
2023-01-27 18:14 UTC (7+ messages)
` [PATCH bpf-next 1/6] selftest/bpf/benchs: fix a typo in bpf_hashmap_full_update
` [PATCH bpf-next 2/6] selftest/bpf/benchs: make a function static "
` [PATCH bpf-next 3/6] selftest/bpf/benchs: enhance argp parsing
` [PATCH bpf-next 4/6] selftest/bpf/benchs: make quiet option common
` [PATCH bpf-next 5/6] selftest/bpf/benchs: print less if the quiet option is set
` [PATCH bpf-next 6/6] selftest/bpf/benchs: Add benchmark for hashmap lookups
[RFC PATCH v2] Documentation/bpf: Add a description of "stable kfuncs"
2023-01-27 17:50 UTC (11+ messages)
[RFC bpf-next 0/5] test_verifier tests migration to inline assembly
2023-01-27 17:41 UTC (4+ messages)
[PATCH bpf-next v8 00/17] xdp: hints via kfuncs
2023-01-27 17:19 UTC (4+ messages)
` [PATCH bpf-next v8 11/17] selftests/bpf: Verify xdp_metadata xdp->af_xdp path
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox