messages from 2023-01-25 21:39:24 to 2023-01-28 00:07:39 UTC [more...]
[PATCH bpf-next v2 00/31] Support bpf trampoline for s390x
2023-01-28 0:06 UTC (7+ messages)
` [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 05/31] selftests/bpf: Fix symlink creation error
` [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
Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
2023-01-28 0:00 UTC (5+ messages)
[PATCH bpf-next] selftest/bpf: Make crashes more debuggable in test_progs
2023-01-27 23:50 UTC (2+ messages)
[PATCH v3 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-27 23:38 UTC (20+ messages)
` [PATCH v3 bpf-next 1/8] netdev-genl: create a simple family for netdev stuff
` [PATCH v3 bpf-next 2/8] drivers: net: turn on XDP features
` [PATCH v3 bpf-next 3/8] xsk: add usage of XDP features flags
` [PATCH v3 bpf-next 4/8] libbpf: add the capability to specify netlink proto in libbpf_netlink_send_recv
` [PATCH v3 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [PATCH v3 bpf-next 6/8] bpf: devmap: check XDP features in __xdp_enqueue routine
` [PATCH v3 bpf-next 7/8] selftests/bpf: add test for bpf_xdp_query xdp-features support
` [PATCH v3 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[PATCH bpf-next 00/24] Support bpf trampoline for s390x
2023-01-27 22:50 UTC (44+ messages)
` [PATCH bpf-next 01/24] selftests/bpf: Fix liburandom_read.so linker error
` [PATCH bpf-next 04/24] selftests/bpf: Fix trampoline_count on s390x
` [PATCH bpf-next 05/24] selftests/bpf: Fix kfree_skb "
` [PATCH bpf-next 06/24] selftests/bpf: Set errno when urand_spawn() fails
` [PATCH bpf-next 07/24] selftests/bpf: Fix decap_sanity_ns cleanup
` [PATCH bpf-next 08/24] selftests/bpf: Fix verify_pkcs7_sig on s390x
` [PATCH bpf-next 09/24] selftests/bpf: Fix xdp_do_redirect "
` [PATCH bpf-next 10/24] selftests/bpf: Fix cgrp_local_storage "
` [PATCH bpf-next 11/24] selftests/bpf: Check stack_mprotect() return value
` [PATCH bpf-next 12/24] selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x
` [PATCH bpf-next 13/24] selftests/bpf: Add a sign-extension test for kfuncs
` [PATCH bpf-next 14/24] selftests/bpf: Fix test_lsm on s390x
` [PATCH bpf-next 15/24] selftests/bpf: Fix test_xdp_adjust_tail_grow2 "
` [PATCH bpf-next 16/24] selftests/bpf: Fix vmlinux test "
` [PATCH bpf-next 17/24] libbpf: Read usdt arg spec with bpf_probe_read_kernel()
` [PATCH bpf-next 18/24] s390/bpf: Fix a typo in a comment
` [PATCH bpf-next 19/24] s390/bpf: Add expoline to tail calls
` [PATCH bpf-next 20/24] s390/bpf: Implement bpf_arch_text_poke()
` [PATCH bpf-next 21/24] bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag
` [PATCH bpf-next 22/24] s390/bpf: Implement arch_prepare_bpf_trampoline()
` [PATCH bpf-next 23/24] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()
` [PATCH bpf-next 24/24] s390/bpf: Implement bpf_jit_supports_kfunc_call()
[PATCH bpf-next v4] bpf, docs: Use consistent names for the same field
2023-01-27 22:45 UTC
pull-request: bpf 2023-01-27
2023-01-27 21:58 UTC
[PATCH bpf-next] Add support for tracing programs in BPF_PROG_RUN
2023-01-27 21:43 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)
[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
2023-01-27 19:17 UTC (6+ 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
[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
[PATCH v8 bpf-next 0/5] Add skb + xdp dynptrs
2023-01-27 18:07 UTC (8+ messages)
` [PATCH v8 bpf-next 1/5] bpf: Allow "sk_buff" and "xdp_buff" as valid kfunc arg types
` [PATCH v8 bpf-next 2/5] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v8 bpf-next 3/5] bpf: Add skb dynptrs
` [PATCH v8 bpf-next 4/5] bpf: Add xdp dynptrs
` [PATCH v8 bpf-next 5/5] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
[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 (11+ messages)
` [RFC bpf-next 3/5] selftests/bpf: generate boilerplate code for test_loader-based tests
` [RFC bpf-next 4/5] selftests/bpf: __imm_insn macro to embed raw insns in inline asm
[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
[PATCH bpf-next RFC V1] selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
2023-01-27 17:18 UTC (3+ messages)
` [xdp-hints] "
[PATCH bpf-next v2] selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata
2023-01-27 17:09 UTC (4+ messages)
[PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled
2023-01-27 15:08 UTC (3+ messages)
[PATCH v2 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh
2023-01-27 14:10 UTC (5+ messages)
[PATCH v3 1/3] selftests: net: .gitignore the scratch directory of bpf
2023-01-27 14:09 UTC (2+ messages)
` [PATCH v3 2/3] selftests: net: Unify references to nat6to4.o when running udpgro_frglist.sh
[PATCH bpf-next] bpftool: disable bpfilter kernel config checks
2023-01-27 11:17 UTC (2+ messages)
[PATCH net v2 0/5] net: xdp: execute xdp_do_flush() before napi_complete_done()
2023-01-27 10:50 UTC (4+ messages)
` [PATCH net v2 3/5] virtio-net: "
[PATCH bpf-next] selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata
2023-01-27 9:34 UTC (4+ messages)
[RFC PATCH v2 00/31] Upstream kvx Linux port
2023-01-27 8:32 UTC (17+ messages)
` [RFC PATCH v2 01/31] Documentation: kvx: Add basic documentation
` [RFC PATCH v2 02/31] Documentation: Add binding for kalray,kv3-1-core-intc
` [RFC PATCH v2 11/31] kvx: Add atomic/locking headers
` [RFC PATCH v2 12/31] kvx: Add other common headers
[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
2023-01-27 8:29 UTC (3+ messages)
` [PATCH 04/35] Documentation: bpf: correct spelling
[PATCH bpf v2] bpf: Fix the kernel crash caused by bpf_setsockopt()
2023-01-27 7:40 UTC (3+ messages)
WARNING in pskb_expand_head
2023-01-27 7:16 UTC (3+ messages)
` [syzbot] "
[PATCH] bpf, docs: Use consistent names for the same field
2023-01-27 5:55 UTC (6+ messages)
[PATCH net] ixgbe: allow to increase MTU to some extent with XDP enalbed
2023-01-27 4:16 UTC (4+ messages)
[PATCH] bpf, docs: Add note about type convention
2023-01-27 1:47 UTC (2+ messages)
Mapping local-storage maps into user space
2023-01-27 0:42 UTC (2+ messages)
[PATCH v2 bpf-next 0/8] xdp: introduce xdp-feature support
2023-01-26 22:00 UTC (4+ messages)
` [PATCH v2 bpf-next 2/8] drivers: net: turn on XDP features
[PATCH dwarves 0/5] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions
2023-01-26 18:37 UTC (19+ messages)
` [PATCH dwarves 1/5] dwarves: help dwarf loader spot functions with optimized-out parameters
` [PATCH dwarves 4/5] btf_encoder: represent "."-suffixed optimized functions (".isra.0") in BTF
` [PATCH dwarves 5/5] btf_encoder: skip BTF encoding of static functions with inconsistent prototypes
[PATCH bpf-next v3 0/2] Enable bpf_setsockopt() on ktls enabled sockets
2023-01-26 18:12 UTC (5+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket
Are BPF programs preemptible?
2023-01-26 17:51 UTC (21+ messages)
[PATCH v2 0/6] introduce vm_flags modifier functions
2023-01-26 17:07 UTC (17+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()
[LSF/MM/BPF TOPIC] State Of The Page
2023-01-26 16:40 UTC
[PATCH bpf-next 0/5] bpf: Move kernel test kfuncs into bpf_testmod
2023-01-26 14:45 UTC (4+ messages)
[LSF/MM/BPF TOPIC] Multi-kfunc sets / restricted scoping
2023-01-26 14:15 UTC
[PATCH net-next 05/11] net: add missing includes of linux/sched/clock.h
2023-01-26 7:14 UTC
[RFC bpf-next 0/5] Support for BPF_ST instruction in LLVM C compiler
2023-01-26 5:49 UTC (9+ messages)
[LSF/MM/BPF TOPIC] Per-arg kfunc flags
2023-01-26 5:46 UTC
[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
2023-01-26 5:45 UTC (8+ messages)
[PATCH] perf lock contention: Add -S/--callstack-filter option
2023-01-26 0:09 UTC
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