messages from 2023-02-03 16:24:22 to 2023-02-08 06:31:55 UTC [more...]
Adding map read write API to bpftool gen skeleton sub command
2023-02-08 6:31 UTC (3+ messages)
[PATCH bpf-next 0/7] bpf, mm: bpf memory usage
2023-02-08 4:29 UTC (13+ messages)
` [PATCH bpf-next 7/7] bpf: hashtab "
[PATCH bpf-next v4] bpf, docs: Use consistent names for the same field
2023-02-08 2:50 UTC (3+ messages)
[PATCH net v4 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled
2023-02-08 2:43 UTC (2+ messages)
` [PATCH net v2 2/3] i40e: add double of VLAN header when computing the max MTU
[PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs
2023-02-08 2:25 UTC (14+ messages)
` [PATCH v9 bpf-next 3/5] bpf: Add skb dynptrs
[PATCH net 0/3] Fix MTU related issues
2023-02-08 2:09 UTC (8+ messages)
` [PATCH net v3 1/3] ixgbe: allow to increase MTU to 3K with XDP enabled
` [PATCH net 2/3] i40e: add double of VLAN header when computing the max MTU
` [PATCH net 3/3] ixgbe: "
[PATCH v2 bpf-next] Add support for tracing programs in BPF_PROG_RUN
2023-02-08 1:05 UTC (6+ messages)
[PATCH bpf-next v2] samples: bpf: syscall_tp: Add syscall openat2 enter/exit tracepoint
2023-02-08 1:04 UTC
[PATCH bpf-next 0/2] libbpf: allow users to set kprobe/uprobe attach mode
2023-02-07 22:50 UTC (8+ messages)
` [PATCH bpf-next 1/2] libbpf: add support "
` [PATCH bpf-next 2/2] selftests/bpf: add test for legacy/perf "
[RFC/PATCH 0/3] perf lock contention: Track lock owner (v2)
2023-02-07 22:22 UTC (7+ messages)
` [PATCH 1/3] perf lock contention: Fix to save callstack for the default modified
` [PATCH 2/3] perf lock contention: Add -o/--lock-owner option
` [PATCH 3/3] perf lock contention: Support old rw_semaphore type
[PATCH bpf-next] virtio_net: update xdp_features with xdp multi-buff
2023-02-07 22:20 UTC (3+ messages)
[PATCH v2 bpf-next] net: add missing xdp_features description
2023-02-07 22:20 UTC (2+ messages)
[PATCH bpf-next] libbpf: always use libbpf_err to return an error in bpf_xdp_query()
2023-02-07 22:00 UTC (2+ messages)
[PATCH bpf-next] tools/resolve_btfids: Compile resolve_btfids as host program
2023-02-07 21:50 UTC (2+ messages)
[PATCH v1] tools/resolve_btfids: Tidy HOST_OVERRIDES
2023-02-07 21:50 UTC (2+ messages)
[QUESTION] bpf, iproute2/tc: verifier fails because of a map
2023-02-07 19:43 UTC (3+ messages)
Mapping local-storage maps into user space
2023-02-07 18:25 UTC (3+ messages)
[PATCH v2 00/10] Add ftrace direct call for arm64
2023-02-07 18:21 UTC (11+ messages)
` [PATCH v2 01/10] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
` [PATCH v2 02/10] ftrace: Remove the legacy _ftrace_direct API
` [PATCH v2 03/10] ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
` [PATCH v2 04/10] ftrace: Store direct called addresses in their ops
` [PATCH v2 05/10] ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
` [PATCH v2 06/10] ftrace: selftest: remove broken trace_direct_tramp
` [PATCH v2 07/10] arm64: ftrace: Add direct call support
` [PATCH v2 08/10] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v2 09/10] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v2 10/10] selftests/bpf: Update the tests deny list on aarch64
[PATCH v3 dwarves 0/8] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions
2023-02-07 17:15 UTC (9+ messages)
` [PATCH v3 dwarves 1/8] dwarf_loader: Help spotting functions with optimized-out parameters
` [PATCH v3 dwarves 2/8] btf_encoder: store type_id_off, unspecified type in encoder
` [PATCH v3 dwarves 3/8] btf_encoder: Refactor function addition into dedicated btf_encoder__add_func
` [PATCH v3 dwarves 4/8] btf_encoder: Rework btf_encoders__*() API to allow traversal of encoders
` [PATCH v3 dwarves 5/8] btf_encoder: Represent "."-suffixed functions (".isra.0") in BTF
` [PATCH v3 dwarves 6/8] btf_encoder: support delaying function addition to check for function prototype inconsistencies
` [PATCH v3 dwarves 7/8] dwarves: document --btf_gen_optimized option
` [PATCH v3 dwarves 8/8] dwarves: document --skip_encoding_btf_inconsistent_proto option
[PATCH 0/8] Add ftrace direct call for arm64
2023-02-07 16:19 UTC (15+ messages)
` [PATCH 1/8] ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
` [PATCH 6/8] ftrace: Fix dead loop caused by direct call in ftrace selftest
` [PATCH 7/8] arm64: ftrace: Add direct call support
[PATCHv3 bpf-next 0/9] bpf: Move kernel test kfuncs into bpf_testmod
2023-02-07 15:35 UTC (21+ messages)
` [PATCHv3 bpf-next 1/9] selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.h
` [PATCHv3 bpf-next 2/9] selftests/bpf: Move test_progs helpers to testing_helpers object
` [PATCHv3 bpf-next 3/9] selftests/bpf: Use only stdout in un/load_bpf_testmod functions
` [PATCHv3 bpf-next 4/9] selftests/bpf: Do not unload bpf_testmod in load_bpf_testmod
` [PATCHv3 bpf-next 5/9] selftests/bpf: Use un/load_bpf_testmod functions in tests
` [PATCHv3 bpf-next 6/9] selftests/bpf: Load bpf_testmod for verifier test
` [PATCHv3 bpf-next 7/9] selftests/bpf: Allow to use kfunc from testmod.ko in test_verifier
` [PATCHv3 bpf-next 8/9] selftests/bpf: Remove extern from kfuncs declarations
` [PATCHv3 bpf-next 9/9] bpf: Move kernel test kfuncs to bpf_testmod
[syzbot] kernel BUG in process_one_work
2023-02-07 15:09 UTC (4+ messages)
[PATCH bpf-next] selftests: bpf: Use BTF map in sk_assign
2023-02-07 11:25 UTC (3+ messages)
[syzbot] KASAN: slab-out-of-bounds Write in copy_verifier_state
2023-02-07 10:27 UTC (3+ messages)
[PATCH v5 bpf-next 0/8] xdp: introduce xdp-feature support
2023-02-07 10:05 UTC (11+ messages)
` [PATCH v5 bpf-next 2/8] drivers: net: turn on XDP features
` [PATCH v5 bpf-next 5/8] libbpf: add API to get XDP/XSK supported features
` [PATCH v5 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool
[PATCH bpf-next v3] libbpf: Add sample_period to creation options
2023-02-07 8:19 UTC (3+ messages)
[PATCH bpf-next v4] libbpf: Add sample_period to creation options
2023-02-07 8:19 UTC
[PATCH] samples: bpf: syscall_tp: Add syscall openat2 enter/exit tracepoint
2023-02-07 5:51 UTC
linux-next: manual merge of the bpf-next tree with the net-next tree
2023-02-06 23:19 UTC
[PATCH][next] selftests/bpf: Fix spelling mistake "detecion" -> "detection"
2023-02-06 23:00 UTC (2+ messages)
[PATCH bpf-next] samples: bpf: Add macro SYSCALL() for aarch64
2023-02-06 22:54 UTC (2+ messages)
[PATCH bpf-next v5 1/1] libbpf: Correctly set the kernel code version in Debian kernel
2023-02-06 22:40 UTC (2+ messages)
[PATCH RESEND bpf-next 0/4] Reduce overhead of LSMs with static calls
2023-02-06 20:11 UTC (12+ messages)
` [PATCH RESEND bpf-next 3/4] security: Replace indirect LSM hook calls "
[PATCH bpf-next] bpf, docs: Add explanation of endianness
2023-02-06 19:55 UTC
[PATCH] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
2023-02-06 19:17 UTC (4+ messages)
[PATCH bpf-next v2] bpf, docs: Explain helper functions
2023-02-06 19:16 UTC
[PATCH bpf-next] net: add missing xdp_features description
2023-02-06 17:51 UTC (2+ messages)
[PATCH RFC net-next v2 0/3] vsock: add support for sockmap
2023-02-05 20:08 UTC (3+ messages)
[LSF/MM/BPF TOPIC] sframe: An orc like stack unwinder for the kernel to get a user space stacktrace
2023-02-06 15:38 UTC
[PATCH bpf-next v2] selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=m
2023-02-06 12:55 UTC (5+ messages)
[RFC PATCH net-next 00/11] NXP ENETC AF_XDP zero-copy sockets
2023-02-06 10:19 UTC (13+ messages)
` [RFC PATCH net-next 01/11] net: enetc: optimize struct enetc_rx_swbd layout
` [RFC PATCH net-next 02/11] net: enetc: perform XDP RX queue registration at enetc_setup_bpf() time
` [RFC PATCH net-next 03/11] net: enetc: rename "cleaned_cnt" to "buffs_missing"
` [RFC PATCH net-next 04/11] net: enetc: continue NAPI processing on frames with RX errors
` [RFC PATCH net-next 05/11] net: enetc: add support for ethtool --show-channels
` [RFC PATCH net-next 06/11] net: enetc: consolidate rx_swbd freeing
` [RFC PATCH net-next 07/11] net: enetc: rename enetc_free_tx_frame() to enetc_free_tx_swbd()
` [RFC PATCH net-next 08/11] net: enetc: increment rx_byte_cnt for XDP data path
` [RFC PATCH net-next 09/11] net: enetc: move setting of ENETC_TXBD_FLAGS_F flag to enetc_xdp_map_tx_buff()
` [RFC PATCH net-next 10/11] net: enetc: add RX support for zero-copy XDP sockets
` [RFC PATCH net-next 11/11] net: enetc: add TX "
[PATCH net-next] virtio-net: Maintain reverse cleanup order
2023-02-06 9:20 UTC (2+ messages)
[PATCH 01/19] mm: Introduce vm_account
2023-02-06 7:47 UTC (2+ messages)
` [PATCH 11/19] xdp: convert to use vm_account
[PATCH bpf-next v2] libbpf: Add wakeup_events to creation options
2023-02-06 5:39 UTC (8+ messages)
linux-next: build warning after merge of the bpf-next tree
2023-02-06 3:59 UTC (2+ messages)
[PATCH 00/33] virtio-net: support AF_XDP zero copy
2023-02-06 2:41 UTC (5+ messages)
[bpf-next v1] bpf: introduce stats update helper
2023-02-06 1:05 UTC (4+ messages)
[PATCH 10/33] xsk: support virtio DMA map
2023-02-05 22:04 UTC (2+ messages)
[PATCH bpf-next v3 0/1] Document kfunc lifecycle / stability expectations
2023-02-05 21:55 UTC (7+ messages)
` [PATCH bpf-next v3] bpf/docs: "
[PATCH bpf-next] bpf/docs: Update design QA to be consistent with kfunc lifecycle docs
2023-02-05 21:44 UTC
[QUESTION] usage of BPF_MAP_TYPE_RINGBUF
2023-02-05 15:28 UTC (6+ messages)
[PATCH bpf-next 0/5] bpf, mm: introduce cgroup.memory=nobpf
2023-02-05 6:58 UTC (6+ messages)
` [PATCH bpf-next 1/5] mm: memcontrol: add new kernel parameter cgroup.memory=nobpf
` [PATCH bpf-next 2/5] bpf: use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next 3/5] bpf: introduce bpf_memcg_flags()
` [PATCH bpf-next 4/5] bpf: allow to disable bpf map memory accounting
` [PATCH bpf-next 5/5] bpf: allow to disable bpf prog "
[PATCH] uapi: add missing ip/ipv6 header dependencies for linux/stddef.h
2023-02-04 15:46 UTC (2+ messages)
[PATCH] bpf: fix typo in header for bpf_perf_prog_read_value
2023-02-04 6:20 UTC (3+ messages)
A potential deadlock in sockhash map
2023-02-04 4:19 UTC
[PATCH 00/34] selftests: Fix incorrect kernel headers search path
2023-02-04 1:06 UTC (3+ messages)
[PATCH bpf-next v4 1/1] libbpf: Correctly set the kernel code version in Debian kernel
2023-02-03 21:47 UTC (2+ messages)
[PATCH v2 0/3] perf lock contention: Improve aggr x filter combination
2023-02-03 20:12 UTC (2+ messages)
[PATCH bpf-next v2 1/1] libbpf: Correctly set the kernel code version in Debian kernel
2023-02-03 19:05 UTC (3+ messages)
` [External] "
[PATCH v1] tools/resolve_btfids: Tidy host CFLAGS forcing
2023-02-03 18:41 UTC (8+ messages)
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