BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 19:39:01 to 2022-06-27 11:38:16 UTC [more...]

[PATCH 5.15 027/135] tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_dispatcher()
 2022-06-27 11:20 UTC 

[PATCH net-next] net: page_pool: optimize page pool page allocation in NUMA scenario
 2022-06-27  9:50 UTC  (2+ messages)

Pre Order Enquiry
 2022-06-27  9:09 UTC 

[PATCH v10 00/41] virtio pci support VIRTIO_F_RING_RESET
 2022-06-27  8:14 UTC  (51+ messages)
` [PATCH v10 01/41] remoteproc: rename len of rpoc_vring to num
` [PATCH v10 02/41] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v10 03/41] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v10 04/41] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v10 05/41] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v10 06/41] virtio_ring: extract the logic of freeing vring
` [PATCH v10 07/41] virtio_ring: split vring_virtqueue
` [PATCH v10 08/41] virtio_ring: introduce virtqueue_init()
` [PATCH v10 09/41] virtio_ring: split: introduce vring_free_split()
` [PATCH v10 10/41] virtio_ring: split: extract the logic of alloc queue
` [PATCH v10 11/41] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v10 12/41] virtio_ring: split: extract the logic of attach vring
` [PATCH v10 13/41] virtio_ring: split: extract the logic of vring init
` [PATCH v10 14/41] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v10 15/41] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v10 16/41] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v10 17/41] virtio_ring: packed: introduce vring_free_packed
` [PATCH v10 18/41] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v10 19/41] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v10 20/41] virtio_ring: packed: extract the logic of attach vring
` [PATCH v10 21/41] virtio_ring: packed: extract the logic of vring init
` [PATCH v10 22/41] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v10 23/41] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v10 24/41] virtio_ring: introduce virtqueue_resize()
` [PATCH v10 25/41] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v10 26/41] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v10 27/41] virtio: allow to unbreak/break virtqueue individually
` [PATCH v10 28/41] virtio_pci: update struct virtio_pci_common_cfg
` [PATCH v10 29/41] virtio_pci: introduce helper to get/set queue reset
` [PATCH v10 30/41] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v10 31/41] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v10 32/41] virtio: find_vqs() add arg sizes
` [PATCH v10 33/41] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v10 34/41] virtio_mmio: "
` [PATCH v10 35/41] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v10 36/41] virtio_net: set the default max ring size by find_vqs()
` [PATCH v10 37/41] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v10 38/41] virtio_net: split free_unused_bufs()
` [PATCH v10 39/41] virtio_net: support rx queue resize
` [PATCH v10 40/41] virtio_net: support tx "
` [PATCH v10 41/41] virtio_net: support set_ringparam

[PATCH v4 bpf-next 0/5] Add bpf_getxattr
 2022-06-27  7:04 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/5] btf: Add a new kfunc set which allows to mark a function to be sleepable
` [PATCH v4 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR
` [PATCH v4 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v4 bpf-next 4/5] bpf: Add a bpf_getxattr kfunc
` [PATCH v4 bpf-next 5/5] bpf/selftests: Add a selftest for bpf_getxattr

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-06-27  7:03 UTC  (5+ messages)
` [PATCH bpf-next 1/5] bpf: Introduce any context "

[PATCH] perf build: Suppress openssl v3 deprecation warnings in libcrypto feature test
 2022-06-27  3:08 UTC  (4+ messages)

[PATCH v4 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-06-27  2:37 UTC  (2+ messages)

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-06-27  0:40 UTC  (15+ messages)
` [RFC PATCH bpf-next 03/10] mm, memcg: Add new helper obj_cgroup_from_current()
` [RFC PATCH bpf-next 07/10] mm: Add helper to recharge percpu address

BPF ringbuf misses notifications due to improper coherence
 2022-06-26  9:55 UTC  (6+ messages)
` [Resend] "

[PATCH v3] libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()
 2022-06-26  3:13 UTC 

[PATCH bpf-next v6 0/4] bpf trampoline for arm64
 2022-06-25 16:12 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] bpf: Remove is_valid_bpf_tramp_flags()
` [PATCH bpf-next v6 2/4] arm64: Add LDR (literal) instruction
` [PATCH bpf-next v6 3/4] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v6 4/4] bpf, arm64: bpf trampoline "

[PATCH bpf-next v6 0/5] bpf trampoline for arm64
 2022-06-25 16:08 UTC 

[PATCH v3 1/1] perf/kprobe: maxactive for fd-based kprobe
 2022-06-25 15:21 UTC  (5+ messages)

[PATCH] kselftests: Enable the echo command to print newlines in Makefile
 2022-06-25 13:54 UTC 

[PATCH v2] libbpf: Cleanup the kprobe_event on failed add_kprobe_event_legacy()
 2022-06-25  8:23 UTC  (3+ messages)

[PATCH net-next v2] i40e: read the XDP program once per NAPI
 2022-06-25  5:40 UTC  (2+ messages)

[PATCH v3 bpf-next 0/5] Add bpf_getxattr
 2022-06-25  1:31 UTC  (4+ messages)
` [PATCH v3 bpf-next 2/5] bpf: kfunc support for ARG_PTR_TO_CONST_STR

[PATCHSET 0/6] perf tools: A couple of fixes for perf record --off-cpu (v1)
 2022-06-24 23:13 UTC  (7+ messages)
` [PATCH 1/6] perf offcpu: Fix a build failure on old kernels
` [PATCH 2/6] perf offcpu: Accept allowed sample types only
` [PATCH 3/6] perf offcpu: Check process id for the given workload
` [PATCH 4/6] perf offcpu: Parse process id separately
` [PATCH 5/6] perf offcpu: Track child processes
` [PATCH 6/6] perf offcpu: Update offcpu test for child process

[PATCH bpf] fprobe, samples: Add module parameter descriptions
 2022-06-24 22:30 UTC  (2+ messages)

[RFC bpf-next 0/2] bpf: add a kallsyms BPF iterator
 2022-06-24 22:18 UTC  (4+ messages)
` [RFC bpf-next 1/2] "
` [RFC bpf-next 2/2] selftests/bpf: add a kallsyms iter subtest

[PATCH bpf-next] selftests/bpf: support building selftests when CONFIG_NF_CONNTRACK=m
 2022-06-24 21:48 UTC  (4+ messages)

[PATCH bpf-next v2 0/9] Introduce type match support
 2022-06-24 21:45 UTC  (15+ messages)
` [PATCH bpf-next v2 1/9] bpf: Introduce TYPE_MATCH related constants/macros
` [PATCH bpf-next v2 2/9] bpftool: Honor BPF_CORE_TYPE_MATCHES relocation
` [PATCH bpf-next v2 3/9] bpf: Introduce btf_int_bits() function
` [PATCH bpf-next v2 4/9] libbpf: Add type match support
` [PATCH bpf-next v2 5/9] bpf: "
` [PATCH bpf-next v2 6/9] libbpf: Honor TYPE_MATCH relocation
` [PATCH bpf-next v2 7/9] selftests/bpf: Add type-match checks to type-based tests
` [PATCH bpf-next v2 8/9] selftests/bpf: Add test checking more characteristics
` [PATCH bpf-next v2 9/9] selftests/bpf: Add nested type to type based tests

[PATCH bpf-next v2] bpf: Merge "types_are_compat" logic into relo_core.c
 2022-06-24 21:30 UTC  (2+ messages)

[PATCH v5 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-24 21:25 UTC  (4+ messages)

[PATCH bpf-next 0/7] Introduce type match support
 2022-06-24 21:09 UTC  (5+ messages)
` [PATCH bpf-next 3/7] bpf: Add "

[PATCH] bpf, docs: fix the code formatting in instruction-set
 2022-06-24 21:00 UTC  (2+ messages)

[PATCH bpf-next 00/15] libbpf: remove deprecated APIs
 2022-06-24 20:57 UTC  (5+ messages)

[RFC Patch v5 0/5] net_sched: introduce eBPF based Qdisc
 2022-06-24 20:51 UTC  (4+ messages)

[PATCHv5 bpf-next 0/1] perf tools: Fix prologue generation
 2022-06-24 20:40 UTC  (4+ messages)
` [PATCHv5 bpf-next 1/1] perf tools: Rework prologue generation code

[RFC bpf-next] Speedup for verifier.c:do_misc_fixups
 2022-06-24 18:57 UTC  (5+ messages)

[PATCH net v2] selftests/bpf: Test sockmap update when socket has ULP
 2022-06-24 18:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-24 18:23 UTC  (6+ messages)
` [PATCH bpf-next v2 3/8] bpf, iter: Fix the condition on p when calling stop

[PATCH bpf-next] selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usage
 2022-06-24 17:50 UTC  (5+ messages)

[PATCH v5 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-06-24 17:38 UTC  (10+ messages)
` [PATCH v5 2/5] bpf: Add bpf_lookup_user_key() and bpf_key_put() helpers

[PATCH] bpf: fix rq lock recursion issue
 2022-06-24 16:46 UTC  (11+ messages)

[PATCH bpf-next 0/2] bpf: fix for use after free bug in inline_bpf_loop
 2022-06-24 15:10 UTC  (4+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftest/bpf: test for use after free bug fix "

[RFC v2 00/17] perf: Add perf kwork
 2022-06-24 14:03 UTC  (18+ messages)
` [RFC v2 01/17] perf kwork: New tool
` [RFC v2 02/17] perf kwork: Add irq kwork record support
` [RFC v2 03/17] perf kwork: Add softirq "
` [RFC v2 04/17] perf kwork: Add workqueue "
` [RFC v2 05/17] tools lib: Add list_last_entry_or_null
` [RFC v2 06/17] perf kwork: Implement perf kwork report
` [RFC v2 07/17] perf kwork: Add irq report support
` [RFC v2 08/17] perf kwork: Add softirq "
` [RFC v2 09/17] perf kwork: Add workqueue "
` [RFC v2 10/17] perf kwork: Implement perf kwork latency
` [RFC v2 11/17] perf kwork: Add softirq latency support
` [RFC v2 12/17] perf kwork: Add workqueue "
` [RFC v2 13/17] perf kwork: Implement perf kwork timehist
` [RFC v2 14/17] perf kwork: Implement bpf trace
` [RFC v2 15/17] perf kwork: Add irq trace bpf support
` [RFC v2 16/17] perf kwork: Add softirq "
` [RFC v2 17/17] perf kwork: Add workqueue "

[PATCH] bpf: Replace 0 with BPF_K
 2022-06-24 13:50 UTC  (3+ messages)

[PATCH v2 0/5] Atomics support for eBPF on powerpc
 2022-06-24 10:41 UTC  (7+ messages)
` [PATCH v2 5/5] bpf ppc32: Add instructions for atomic_[cmp]xchg

[PATCH bpf-next v2] selftests/bpf: Use bpf_tcp_helpers.h together with vmlinux.h
 2022-06-24 10:21 UTC 

[PATCH] net: page_pool: optimize page pool page allocation in NUMA scenario
 2022-06-24  8:20 UTC  (3+ messages)

[PATCH 0/2] Introduce security_create_user_ns()
 2022-06-24  3:21 UTC  (4+ messages)

[PATCH bpf-next v10 00/11] bpf: cgroup_sock lsm flavor
 2022-06-23 23:48 UTC  (18+ messages)
` [PATCH bpf-next v10 03/11] bpf: per-cgroup "
` [PATCH bpf-next v10 04/11] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next v10 06/11] bpf: expose bpf_{g,s}etsockopt to lsm cgroup
` [PATCH bpf-next v10 07/11] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v10 08/11] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next v10 09/11] libbpf: implement bpf_prog_query_opts
` [PATCH bpf-next v10 10/11] bpftool: implement cgroup tree for BPF_LSM_CGROUP
` [PATCH bpf-next v10 11/11] selftests/bpf: lsm_cgroup functional test

[bug report] bpf: Inline calls to bpf_loop when callback is known
 2022-06-23 21:09 UTC  (3+ messages)

[PATCH bpf-next v5 0/8] New nf_conntrack kfuncs for insertion, changing timeout, status
 2022-06-23 19:26 UTC  (4+ messages)
` [PATCH bpf-next v5 6/8] selftests/bpf: Add verifier tests for forced kfunc ref args
` [PATCH bpf-next v5 7/8] selftests/bpf: Add tests for new nf_conntrack kfuncs
` [PATCH bpf-next v5 8/8] selftests/bpf: Add negative "


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 read-only IMAP folder(s) and NNTP newsgroup(s).