messages from 2022-02-22 06:24:51 to 2022-02-24 11:09:26 UTC [more...]
[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-24 11:08 UTC (2+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
[PATCH v2 0/9] virtio: support advance DMA
2022-02-24 11:04 UTC (10+ messages)
` [PATCH v2 1/9] virtio_ring: rename vring_unmap_state_packed() to vring_unmap_extra_packed()
` [PATCH v2 2/9] virtio_ring: remove flags check for unmap split indirect desc
` [PATCH v2 3/9] virtio_ring: remove flags check for unmap packed "
` [PATCH v2 4/9] virtio_ring: virtqueue_add() support premapped
` [PATCH v2 5/9] virtio_ring: split: virtqueue_add_split() "
` [PATCH v2 6/9] virtio_ring: packed: virtqueue_add_packed() "
` [PATCH v2 7/9] virtio_ring: add api virtio_dma_map() for advance dma
` [PATCH v2 8/9] virtio_ring: introduce virtqueue_add_outbuf_premapped()
` [PATCH v2 9/9] virtio_net: xdp xmit use virtio dma api
[bug report] user_events: Add minimal support for trace_event into ftrace
2022-02-24 10:53 UTC
[RFC PATCH v3] bpftool: Add bpf_cookie to link output
2022-02-24 10:21 UTC (3+ messages)
[PATCH] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
2022-02-24 10:08 UTC (4+ messages)
[PATCH bpf-next v2 0/2] libbpf: Fix btf dump error caused by
2022-02-24 10:14 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: Skip forward declaration when
` [PATCH bpf-next v2 2/2] selftests/bpf: Update btf_dump case for conflicting type names
Koszty instalacji fotowoltaicznej
2022-02-24 9:05 UTC
[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
2022-02-24 8:43 UTC (22+ messages)
` [PATCH bpf-next v1 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v1 03/15] bpf: Allow storing PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v1 08/15] bpf: Adapt copy_map_value for multiple offset case
[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-02-24 8:11 UTC (27+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v6 26/26] virtio_net: support set_ringparam
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-02-24 4:02 UTC (15+ messages)
` [PATCH 01/10] lib/sort: Add priv pointer to swap function
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 03/10] bpf: Add bpf_get_func_ip kprobe helper for "
` [PATCH 04/10] bpf: Add support to inline bpf_get_func_ip helper on x86
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 06/10] libbpf: Add libbpf_kallsyms_parse function
` [PATCH 07/10] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 09/10] selftest/bpf: Add kprobe_multi attach test
` [PATCH 10/10] selftest/bpf: Add kprobe_multi test for bpf_cookie values
[PATCH bpf-next v2] bpf: Cache the last valid build_id
2022-02-24 2:31 UTC (6+ messages)
[PATCH v3 bpf-next 0/4] libbpf: name-based u[ret]probe attach
2022-02-24 1:49 UTC (5+ messages)
` [PATCH v3 bpf-next 2/4] libbpf: add auto-attach for uprobes based on section name
[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-02-24 1:19 UTC (3+ messages)
` [PATCH bpf-next v8 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH v4 bpf-next] Small BPF verifier log improvements
2022-02-24 1:09 UTC (2+ messages)
[PATCH bpf-next v4] bpftool: bpf skeletons assert type sizes
2022-02-24 1:40 UTC (3+ messages)
[PATCH bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-02-24 0:52 UTC (8+ messages)
[PATCH v4 bpf-next 0/3] libbpf: support custom SEC() handlers
2022-02-24 0:23 UTC (4+ messages)
` [PATCH v4 bpf-next 1/3] libbpf: allow BPF program auto-attach handlers to bail out
` [PATCH v4 bpf-next 2/3] libbpf: support custom SEC() handlers
` [PATCH v4 bpf-next 3/3] selftests/bpf: add custom SEC() handling selftest
[PATCH bpf-next] bpf: Cache the last valid build_id
2022-02-23 23:40 UTC (4+ messages)
[PATCH v3 bpf-next] Small BPF verifier log improvements
2022-02-23 23:36 UTC (6+ messages)
[PATCH] bpf: cleanup comments
2022-02-23 23:20 UTC (2+ messages)
[PATCH bpf-next] libbpf: Simplify the find_elf_sec_sz() function
2022-02-23 23:10 UTC (2+ messages)
[PATCH bpf-next 0/2] libbpf: Fix btf dump error for BTF_KIND_FWD
2022-02-23 22:43 UTC (8+ messages)
` [PATCH bpf-next 1/2] libbpf: Skip BTF_KIND_FWD when counting duplicated type names
` [PATCH bpf-next 2/2] selftests/bpf: Update btf_dump case for conflict FWD and STRUCT name
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-23 22:29 UTC (7+ messages)
` [PATCH 3/3] perf tools: Rework prologue generation code
[PATCH bpf-next v2] bpftool: Remove usage of reallocarray()
2022-02-23 22:00 UTC (2+ messages)
Clarifications on linux/types.h used with libbpf
2022-02-23 21:58 UTC (4+ messages)
[PATCH bpf-next] selftests/bpf: workaround stdout issue in VM launched by vmtest.sh
2022-02-23 19:02 UTC (3+ messages)
[PATCH] bpf: Refuse to mount bpffs on the same mount point multiple times
2022-02-23 16:53 UTC (4+ messages)
[PATCH net-next] net: Correct wrong BH disable in hard-interrupt
2022-02-23 15:55 UTC (4+ messages)
[PATCH] bpf: move the bpf syscall sysctl table to its own module
2022-02-23 10:28 UTC (6+ messages)
` [PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
[PATCH] libbpf: Simplify the find_elf_sec_sz() function
2022-02-23 8:33 UTC
[PATCH net-next v3 0/3] net: dev: PREEMPT_RT fixups
2022-02-23 7:56 UTC (6+ messages)
` [PATCH net-next v3 2/3] net: dev: Makes sure netif_rx() can be invoked in any context
[PATCH bpf-next v3 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-02-23 5:26 UTC (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v3 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "
[PATCH bpf-next] bpf: add config to allow loading modules with BTF mismatches
2022-02-23 5:08 UTC (3+ messages)
[PATCH bpf v1 0/5] More fixes for crashes due to bad PTR_TO_BTF_ID reg->off
2022-02-23 3:16 UTC (8+ messages)
` [PATCH bpf v1 1/5] bpf: Fix kfunc register offset check for PTR_TO_BTF_ID
[PATCH AUTOSEL 5.10 12/18] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:30 UTC
[PATCH AUTOSEL 5.15 19/28] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:29 UTC
[PATCH AUTOSEL 5.16 21/30] selftests/seccomp: Fix seccomp failure by adding missing headers
2022-02-23 2:28 UTC
[PATCH] bpf: move the bpf syscall sysctl table to its own module
2022-02-23 2:24 UTC
[PATCH v2 bpf-next] Small BPF verifier log improvements
2022-02-23 0:55 UTC (2+ messages)
[PATCH v3 bpf-next] scripts/pahole-flags.sh: Parse DWARF and generate BTF with multithreading
2022-02-22 23:20 UTC (2+ messages)
[PATCH v1 0/6] Add TDX Guest Attestation support
2022-02-22 23:17 UTC (7+ messages)
` [PATCH v1 1/6] x86/tdx: Add tdx_mcall_tdreport() API support
` [PATCH v1 2/6] x86/tdx: Add tdx_hcall_get_quote() "
` [PATCH v1 3/6] x86/tdx: Add SetupEventNotifyInterrupt TDX hypercall support
` [PATCH v1 4/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
` [PATCH v1 5/6] x86/tdx: Add TDX Guest event notify interrupt vector support
` [PATCH v1 6/6] tools/tdx: Add a sample attestation user app
[PATCH bpf-next v4 0/4] bpf, arm64: support more atomic ops
2022-02-22 22:42 UTC (3+ messages)
[PATCH bpf-next] libbpf: Remove redundant check in btf_fixup_datasec()
2022-02-22 22:40 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix implementation-defined behavior in sk_lookup test
2022-02-22 21:51 UTC (8+ messages)
[PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver
2022-02-22 19:43 UTC (4+ messages)
` [PATCH v3 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v3 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v3 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH bpf-next] Small BPF verifier log improvements
2022-02-22 18:34 UTC (3+ messages)
[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
2022-02-22 18:25 UTC (4+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix certain narrow loads with offsets
` [PATCH RFC bpf-next 2/3] bpf: Fix bpf_sk_lookup.remote_port on big-endian
` [PATCH RFC bpf-next 3/3] selftests/bpf: Adapt bpf_sk_lookup.remote_port loads
[PATCH net-next v3 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-22 18:20 UTC (6+ messages)
` [PATCH net-next v3 4/4] net: tun: track dropped skb via kfree_skb_reason()
[PATCH v2 bpf-next 0/3] introduce xdp frags support to veth driver
2022-02-22 18:03 UTC (4+ messages)
` [PATCH v2 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH bpf-next v3 0/1] Avoid size mismatches in skeletons
2022-02-22 15:59 UTC (4+ messages)
` [PATCH bpf-next v3 1/1] bpftool: bpf skeletons assert type sizes
[PATCH 0/8] bpf: Add fprobe link
2022-02-22 12:42 UTC (11+ messages)
[PATCH bpf v3] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
2022-02-22 10:51 UTC
[PATCH 0/2] Update L7 BPF maintainers / mailmap
2022-02-22 10:39 UTC (2+ messages)
` [PATCH 1/2] bpf: remove Lorenz Bauer from L7 BPF maintainers
[PATCH bpf] xsk: fix race at socket teardown
2022-02-22 9:43 UTC
How to get the device number of 'bpf_get_ns_current_pid_tgid' helper
2022-02-22 9:19 UTC (3+ messages)
[PATCH RFC 0/3] bpf: show attached name for progs without btf name
2022-02-22 8:34 UTC (8+ messages)
` [PATCH RFC 2/3] bpf: set attached cgroup name in attach_name
BTF type tags not emitted properly when using macros
2022-02-22 6:55 UTC (3+ 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