messages from 2022-02-23 23:36:39 to 2022-02-27 20:28:08 UTC [more...]
[PATCH bpf-next v2 0/3] Fixes for sock_fields selftests
2022-02-27 20:27 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Fix error reporting from sock_fields programs
` [PATCH bpf-next v2 2/3] selftests/bpf: Check dst_port only on the client socket
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix test for 4-byte load from dst_port on big-endian
[PATCH bpf-next 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
2022-02-27 19:21 UTC (6+ messages)
` [PATCH bpf-next 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next 3/4] bpf, sockmap: Fix more uncharged while msg has more_data
` [PATCH bpf-next 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg
[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
2022-02-27 17:46 UTC (6+ messages)
[PATCH bpf-next] selftests/bpf: Fix error reporting from sock_fields programs
2022-02-27 16:16 UTC (3+ messages)
[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-02-27 14:25 UTC
[PATCH] bpf: cgroup: remove WARN_ON at bpf_cgroup_link_release
2022-02-27 13:40 UTC
[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
2022-02-27 5:18 UTC (14+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
` [PATCH bpf-next v1 2/9] bpf: Add BPF_OBJ_PIN and BPF_OBJ_GET in the bpf_sys_bpf helper
` [PATCH bpf-next v1 3/9] selftests/bpf: tests mkdir, rmdir, unlink and pin in syscall
` [PATCH bpf-next v1 4/9] bpf: Introduce sleepable tracepoints
` [PATCH bpf-next v1 5/9] cgroup: Sleepable cgroup tracepoints
` [PATCH bpf-next v1 6/9] libbpf: Add sleepable tp_btf
` [PATCH bpf-next v1 7/9] bpf: Lift permission check in __sys_bpf when called from kernel
` [PATCH bpf-next v1 8/9] bpf: Introduce cgroup iter
` [PATCH bpf-next v1 9/9] selftests/bpf: Tests using sleepable tracepoints to monitor cgroup events
[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
2022-02-27 3:27 UTC (8+ messages)
` [PATCH bpf-next v3 1/5] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v3 2/5] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v3 3/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v3 5/5] bpf: Add selftests for raw syncookie helpers
[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
2022-02-27 3:08 UTC (5+ messages)
[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
2022-02-27 2:44 UTC (3+ messages)
` [PATCH RFC bpf-next 2/3] bpf: Fix bpf_sk_lookup.remote_port on big-endian
[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-02-26 21:32 UTC (4+ messages)
` [PATCH bpf-next v8 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH bpf-next] bpftool: Remove redundant slashes
2022-02-26 16:38 UTC (4+ messages)
` [PATCH bpf-next v2] "
[PATCH v3 bpf-next 0/4] libbpf: name-based u[ret]probe attach
2022-02-26 16:00 UTC (11+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: support function name-based attach uprobes
` [PATCH v3 bpf-next 2/4] libbpf: add auto-attach for uprobes based on section name
` [PATCH v3 bpf-next 4/4] selftests/bpf: add tests for u[ret]probe attach by name
[PATCH bpf-next v4 0/2] bpf, arm64: fix bpf line info
2022-02-26 12:19 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] bpf, arm64: call build_prologue() first in first JIT pass
` [PATCH bpf-next v4 2/2] bpf, arm64: feed byte-offset into bpf line info
[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-26 9:19 UTC (25+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v1 3/6] HID: bpf: add hid_{get|set}_data helpers
` [PATCH bpf-next v1 4/6] HID: bpf: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v1 5/6] HID: bpf: tests: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v1 6/6] HID: bpf: add bpf_hid_raw_request helper function
[PATCH net-next v3 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-26 8:52 UTC (5+ messages)
` [PATCH net-next v3 2/4] net: tap: track dropped skb via kfree_skb_reason()
[PATCH net-next v4 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-26 8:49 UTC (5+ messages)
` [PATCH net-next v4 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v4 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v4 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v4 4/4] net: tun: track dropped skb via kfree_skb_reason()
[PATCH V2] selftests: Fix build when $(O) points to a relative path
2022-02-26 7:32 UTC (5+ messages)
[PATCH v2] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
2022-02-26 6:11 UTC (2+ messages)
[PATCH bpf-next v3] bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel
2022-02-25 21:00 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Cache the last valid build_id
2022-02-25 20:43 UTC (8+ messages)
[PATCH bpf-next v2] bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel
2022-02-25 18:21 UTC (3+ messages)
[RFC bpf-next 0/2] bpf: Fix BTF data for modules
2022-02-25 17:15 UTC (3+ messages)
[PATCH net-next v3 4/4] net: tun: track dropped skb via kfree_skb_reason()
2022-02-25 16:49 UTC (4+ messages)
[PATCH v4 bpf-next 0/3] libbpf: support custom SEC() handlers
2022-02-25 15:45 UTC (5+ 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
[RFC PATCH v4] bpftool: Add bpf_cookie to link output
2022-02-25 15:28 UTC
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-25 14:32 UTC (9+ messages)
` [PATCH 3/3] perf tools: Rework prologue generation code
[REMINDER] LSF/MM/BPF: 2022: Call for Proposals
2022-02-25 12:52 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Fix implementation-defined behavior in sk_lookup test
2022-02-25 10:01 UTC (9+ messages)
[PATCH net-next v2] tun: support NAPI for packets received from batched XDP buffs
2022-02-25 9:02 UTC
[PATCH bpf-next] bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel
2022-02-25 4:18 UTC (6+ messages)
[PATCH] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
2022-02-25 3:48 UTC (6+ messages)
[PATCH] user_events: Fix potential uninitialized pointer while parsing field
2022-02-24 18:16 UTC
[bug report] user_events: Add minimal support for trace_event into ftrace
2022-02-24 16:54 UTC (2+ messages)
[PATCH 0/2] Update L7 BPF maintainers / mailmap
2022-02-24 16:46 UTC (2+ messages)
` [PATCH 2/2] mailmap: update Lorenz Bauers address
[PATCH bpf] xsk: fix race at socket teardown
2022-02-24 16:33 UTC (4+ messages)
[PATCHv3 0/2] perf/bpf: Replace deprecated code
2022-02-24 15:52 UTC (3+ messages)
` [PATCH 1/2] perf tools: Remove bpf_program__set_priv/bpf_program__priv usage
` [PATCH 2/2] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage
[PATCH v1 0/6] Add TDX Guest Attestation support
2022-02-24 15:48 UTC (3+ messages)
[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
2022-02-24 14:29 UTC (12+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP
[PATCH bpf-next v3 0/2] Fix btf dump error caused by declaration
2022-02-24 12:09 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Skip forward declaration when counting duplicated type names
` [PATCH bpf-next v3 2/2] selftests/bpf: Update btf_dump case for conflicting names
[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
[RFC PATCH v3] bpftool: Add bpf_cookie to link output
2022-02-24 10:21 UTC (3+ 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 (8+ messages)
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced PTR_TO_BTF_ID in map
[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 (5+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
[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 (6+ messages)
[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)
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;
as well as URLs for NNTP newsgroup(s).