BPF List
 help / color / mirror / Atom feed
 messages from 2022-04-13 16:46:12 to 2022-04-16 04:30:40 UTC [more...]

[PATCH dwarves v6 0/6] Attach a cookie to a tracing program
 2022-04-16  4:29 UTC  (3+ messages)
` [PATCH dwarves v6 2/6] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH dwarves v6 4/6] bpf: Create fentry/fexit/fmod_ret links through BPF_LINK_CREATE

[PATCH v4 bpf 1/4] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
 2022-04-16  1:43 UTC  (7+ messages)
  ` [PATCH v4 bpf 2/4] page_alloc: use vmalloc_huge for large system hash
  ` [PATCH v4 bpf 3/4] module: introduce module_alloc_huge
` [PATCH v4 bpf 0/4] vmalloc: bpf: introduce VM_ALLOW_HUGE_VMAP

[PATCH bpf-next v2 0/6] bpf trampoline for arm64
 2022-04-16  1:57 UTC  (13+ messages)
` [PATCH bpf-next v2 1/6] arm64: ftrace: Add ftrace direct call support
` [PATCH bpf-next v2 2/6] ftrace: Fix deadloop caused by direct call in ftrace selftest
` [PATCH bpf-next v2 3/6] bpf: Move is_valid_bpf_tramp_flags() to the public trampoline code
` [PATCH bpf-next v2 4/6] bpf, arm64: Impelment bpf_arch_text_poke() for arm64
` [PATCH bpf-next v2 5/6] bpf, arm64: bpf trampoline "
` [PATCH bpf-next v2 6/6] selftests/bpf: Fix trivial typo in fentry_fexit.c

[PATCH bpf-next 00/11] bpf: random unpopular userspace fixes (32 bit et al.)
 2022-04-16  0:50 UTC  (27+ messages)
` [PATCH bpf-next 01/11] bpf, perf: fix bpftool compilation with !CONFIG_PERF_EVENTS
` [PATCH bpf-next 02/11] bpf: always emit struct bpf_perf_link BTF
` [PATCH bpf-next 03/11] tools, bpf: fix bpftool build with !CONFIG_BPF_EVENTS
` [PATCH bpf-next 04/11] samples: bpf: add 'asm/mach-generic' include path for every MIPS
` [PATCH bpf-next 05/11] samples: bpf: use host bpftool to generate vmlinux.h, not target
` [PATCH bpf-next 06/11] tools, bpf: fix fcntl.h include in bpftool
` [PATCH bpf-next 07/11] samples: bpf: fix uin64_t format literals
` [PATCH bpf-next 08/11] samples: bpf: fix shifting unsigned long by 32 positions
` [PATCH bpf-next 09/11] samples: bpf: fix include order for non-Glibc environments
` [PATCH bpf-next 10/11] samples: bpf: fix -Wsequence-point
` [PATCH bpf-next 11/11] samples: bpf: xdpsock: fix -Wmaybe-uninitialized

[PATCH bpf-next v2] bpf: move rcu lock management out of BPF_PROG_RUN routines
 2022-04-16  1:28 UTC  (3+ messages)

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-04-15 23:11 UTC  (7+ messages)
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 vxlan tunnel source testcase

[RFC bpf-next 0/4] bpf: Speed up symbol resolving in kprobe multi link
 2022-04-15 22:39 UTC  (13+ messages)
` [RFC bpf-next 1/4] kallsyms: Add kallsyms_lookup_names function
` [RFC bpf-next 4/4] selftests/bpf: Add attach bench test

[syzbot] WARNING in check_map_prog_compatibility
 2022-04-15 21:55 UTC 

[PATCH 1/2] Fix race in igc_xdp_xmit_zc
 2022-04-15 21:04 UTC 

[PATCH bpf-next v3 0/3] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-15 19:31 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] net: Enlarge offset check value from 0xffff to INT_MAX "
` [PATCH bpf-next v3 2/3] net: change skb_ensure_writable()'s write_len param to unsigned int type
` [PATCH bpf-next v3 3/3] selftests: bpf: add test for skb_load_bytes

[PATCH v2 bpf-next 00/14] xsk: stop NAPI Rx processing on full XSK RQ
 2022-04-15 19:20 UTC  (2+ messages)

[PATCH v3 bpf RESEND 1/4] vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP
 2022-04-15 19:03 UTC  (10+ messages)
  ` [PATCH v3 bpf RESEND 2/4] page_alloc: use __vmalloc_huge for large system hash
  ` [PATCH v3 bpf RESEND 3/4] module: introduce module_alloc_huge

[PATCH bpf-next v3 0/7] bpf: cgroup_sock lsm flavor
 2022-04-15 18:46 UTC  (7+ messages)
` [PATCH bpf-next v3 3/7] bpf: minimize number of allocated lsm slots per program

[PATCH v3 RESEND] efi: Do not import certificates from UEFI Secure Boot for T2 Macs
 2022-04-15 17:02 UTC  (10+ messages)
` [PATCH v4] "
  ` [PATCH v4 RESEND] "
    ` [PATCH v5] "
      ` [PATCH v6] "
        ` [PATCH v7] "

[PATCH net-next v4 00/18] Remove use of list iterator after loop body
 2022-04-15 16:04 UTC  (20+ messages)
` [PATCH net-next v4 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v4 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v4 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v4 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v4 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v4 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v4 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v4 08/18] net: sparx5: "
` [PATCH net-next v4 09/18] qed: Use "
` [PATCH net-next v4 10/18] qed: Replace usage of found with "
` [PATCH net-next v4 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v4 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v4 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v4 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v4 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v4 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v4 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v4 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH bpf-next v5 00/13] Introduce typed pointer support in BPF maps
 2022-04-15 16:03 UTC  (14+ messages)
` [PATCH bpf-next v5 01/13] bpf: Make btf_find_field more generic
` [PATCH bpf-next v5 02/13] bpf: Move check_ptr_off_reg before check_map_access
` [PATCH bpf-next v5 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v5 04/13] bpf: Tag argument to be released in bpf_func_proto
` [PATCH bpf-next v5 05/13] bpf: Allow storing referenced kptr in map
` [PATCH bpf-next v5 06/13] bpf: Prevent escaping of kptr loaded from maps
` [PATCH bpf-next v5 07/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v5 08/13] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v5 09/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v5 10/13] bpf: Teach verifier about kptr_get kfunc helpers
` [PATCH bpf-next v5 11/13] libbpf: Add kptr type tag macros to bpf_helpers.h
` [PATCH bpf-next v5 12/13] selftests/bpf: Add C tests for kptr
` [PATCH bpf-next v5 13/13] selftests/bpf: Add verifier "

[PATCH] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-04-15 14:13 UTC  (7+ messages)
          ` [PATCH v2] "

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-15  9:17 UTC  (24+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize

[PATCH] perf llvm: Fix compile bpf failed to cope with latest llvm
 2022-04-15  3:53 UTC  (3+ messages)

[RFC PATCH 0/1] sample: bpf: introduce irqlat
 2022-04-15  1:58 UTC  (5+ messages)

[PATCH bpf-next v1 0/7] Dynamic pointers
 2022-04-15  1:43 UTC  (9+ messages)
` [PATCH bpf-next v1 3/7] bpf: Add bpf_dynptr_from_mem, bpf_malloc, bpf_free

[PATCH bpf-next] selftests/bpf: consolidate common code in run_one_test function
 2022-04-14 23:40 UTC  (3+ messages)

[PATCH bpf-next] bpf: move rcu lock management out of BPF_PROG_RUN routines
 2022-04-14 21:41 UTC  (10+ messages)

[PATCH v2 bpf-next] Add documentation to API functions
 2022-04-14 21:38 UTC  (3+ messages)

[Question] bpf map value increase unexpectedly with tracepoint qdisc/qdisc_dequeue
 2022-04-14 21:34 UTC  (6+ messages)

[RFC PATCH bpf-next 0/2] bpf: Introduce ternary search tree for string key
 2022-04-14 21:25 UTC  (6+ messages)

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-04-14 17:51 UTC  (3+ messages)

[PATCH net 1/4] ice: xsk: check if Rx ring was filled up to the end
 2022-04-14 16:15 UTC 

[PATCH] include/linux/sched.h: fix a comment
 2022-04-14 11:23 UTC 

[RFC PATCH 1/1] sample: bpf: introduce irqlat
 2022-04-14  9:07 UTC 

[PATCH] ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program type
 2022-04-14  8:11 UTC 

[PATCH bpf-next 0/5] bpf trampoline for arm64
 2022-04-14  6:35 UTC  (5+ messages)
` [PATCH bpf-next 1/5] arm64: ftrace: Add ftrace direct call support

[自動配信]お問い合せありがとうございます。
 2022-04-14  6:04 UTC 

[PATCH] tcp: fix error return code in tcp_xmit_probe_skb
 2022-04-14  2:15 UTC  (2+ messages)

linux-next: manual merge of the tip tree with the bpf-next, sysctl trees
 2022-04-14  1:29 UTC 

[PATCH bpf-next] Add documentation to API functions
 2022-04-13 23:58 UTC  (2+ messages)

[PATCH] bpf: remove unnecessary type castings
 2022-04-13 23:20 UTC  (2+ messages)

[PATCH bpf-next v5 0/5] New BPF helpers to accelerate synproxy
 2022-04-13 22:48 UTC  (3+ messages)
` [PATCH bpf-next v5 4/6] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH bpf v2 0/2] Enlarge offset check value in bpf_skb_load_bytes
 2022-04-13 22:23 UTC  (5+ messages)
` [PATCH bpf v2 1/2] net: Enlarge offset check value from 0xffff to INT_MAX "
` [PATCH bpf v2 2/2] selftests: bpf: add test for skb_load_bytes

[PATCH bpf-next v5 0/5] Attach a cookie to a tracing program
 2022-04-13 20:14 UTC  (15+ messages)
` [PATCH bpf-next v5 1/5] bpf, x86: Generate trampolines from bpf_tramp_links
` [PATCH bpf-next v5 2/5] bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stack
` [PATCH bpf-next v5 3/5] bpf, x86: Attach a cookie to fentry/fexit/fmod_ret
` [PATCH bpf-next v5 5/5] selftest/bpf: The test cses of BPF cookie for fentry/fexit/fmod_ret

[PATCH v3 sysctl-next] bpf: move bpf sysctls from kernel/sysctl.c to bpf module
 2022-04-13 19:50 UTC  (7+ messages)
` [PATCH v4 "

Error validating array access
 2022-04-13 19:23 UTC  (8+ messages)

[PATCH bpf-next v4 00/13] Introduce typed pointer support in BPF maps
 2022-04-13 18:39 UTC  (6+ messages)
` [PATCH bpf-next v4 04/13] bpf: Tag argument to be released in bpf_func_proto


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox