bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 19:39:06 to 2024-03-05 06:41:41 UTC [more...]

[PATCH v3 bpf-next 0/2] bpf: Add a generic bits iterator
 2024-03-05  6:40 UTC 

[PATCH bpf-next 0/4] selftests/bpf: Fix a couple of test failures with LTO kernel
 2024-03-05  5:37 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: Replace CHECK with ASSERT macros for ksyms test
` [PATCH bpf-next 2/4] selftests/bpf: Add check_lto_kernel() helper
` [PATCH bpf-next 3/4] selftests/bpf: Fix possible ksyms test failure with LTO kernel
` [PATCH bpf-next 4/4] selftests/bpf: Fix possible kprobe_multi_bench_attach "

[PATCH v5 bpf-next 0/4] bpf: Introduce may_goto and cond_break
 2024-03-05  4:52 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v5 bpf-next 2/4] bpf: Recognize that two registers are safe when their ranges match
` [PATCH v5 bpf-next 3/4] bpf: Add cond_break macro
` [PATCH v5 bpf-next 4/4] selftests/bpf: Test may_goto

[PATCH net-next v5 0/9] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-03-05  4:20 UTC  (5+ messages)
` [PATCH net-next v5 1/9] net: phylink: provide mac_get_pcs_neg_mode() function

[PATCH v4 bpf-next 0/4] bpf: Introduce may_goto and cond_break
 2024-03-05  3:44 UTC  (14+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Introduce may_goto instruction
` [PATCH v4 bpf-next 2/4] bpf: Recognize that two registers are safe when their ranges match
` [PATCH v4 bpf-next 3/4] bpf: Add cond_break macro
` [PATCH v4 bpf-next 4/4] selftests/bpf: Test may_goto
  ` [Bpf] [PATCH v4 bpf-next 0/4] bpf: Introduce may_goto and cond_break

[PATCH v4 bpf-next 0/2] mm: Enforce ioremap address space and introduce sparse vm_area
 2024-03-05  3:05 UTC  (3+ messages)
` [PATCH v4 bpf-next 1/2] mm: Enforce VM_IOREMAP flag and range in ioremap_page_range
` [PATCH v4 bpf-next 2/2] mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages()

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-05  2:01 UTC  (16+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP

[LSF/MM/BPF TOPIC] faster uprobes
 2024-03-05  0:55 UTC  (11+ messages)

[PATCH v2 bpf-next 0/3] mm: Cleanup and identify various users of kernel virtual address space
 2024-03-05  0:38 UTC  (4+ messages)
` [PATCH v2 bpf-next 2/3] mm, xen: Separate xen use cases from ioremap

[PATCH net-next v12 00/15] Introducing P4TC (series 1)
 2024-03-04 23:50 UTC  (36+ messages)
` [PATCH net-next v12 14/15] p4tc: add set of P4TC table kfuncs
                        ` eBPF to implement core functionility WAS Re: [PATCH net-next v12 00/15] Introducing P4TC (series 1)
                ` Hardware Offload discussion WAS(Re: "

[PATCH bpf-next 0/4] bpf: track find_equal_scalars history on per-instruction level
 2024-03-04 23:37 UTC  (7+ messages)
` [PATCH bpf-next 2/4] "

[PATCH bpf-next v3 00/15] libbpf: type suffixes and autocreate flag for struct_ops maps
 2024-03-04 22:51 UTC  (16+ messages)
` [PATCH bpf-next v3 01/15] libbpf: allow version suffixes (___smth) for struct_ops types
` [PATCH bpf-next v3 02/15] libbpf: tie struct_ops programs to kernel BTF ids, not to local ids
` [PATCH bpf-next v3 03/15] libbpf: honor autocreate flag for struct_ops maps
` [PATCH bpf-next v3 04/15] selftests/bpf: test struct_ops map definition with type suffix
` [PATCH bpf-next v3 05/15] selftests/bpf: utility functions to capture libbpf log in test_progs
` [PATCH bpf-next v3 06/15] selftests/bpf: bad_struct_ops test
` [PATCH bpf-next v3 07/15] selftests/bpf: test autocreate behavior for struct_ops maps
` [PATCH bpf-next v3 08/15] libbpf: sync progs autoload with maps autocreate "
` [PATCH bpf-next v3 09/15] selftests/bpf: verify struct_ops autoload/autocreate sync
` [PATCH bpf-next v3 10/15] libbpf: replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
` [PATCH bpf-next v3 11/15] libbpf: struct_ops in SEC("?.struct_ops") and SEC("?.struct_ops.link")
` [PATCH bpf-next v3 12/15] libbpf: rewrite btf datasec names starting from '?'
` [PATCH bpf-next v3 13/15] selftests/bpf: test case for SEC("?.struct_ops")
` [PATCH bpf-next v3 14/15] bpf: allow '?' at the beginning of DATASEC names
` [PATCH bpf-next v3 15/15] selftests/bpf: test cases for '?' in BTF names

[PATCH bpf-next v4 0/3] Allow struct_ops maps with a large number of programs
 2024-03-04 22:34 UTC  (4+ messages)
` [PATCH bpf-next v4 2/3] bpf: struct_ops supports more than one page for trampolines

[PATCH bpf-next] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-03-04 20:34 UTC  (5+ messages)

[PATCH bpf-next] arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
 2024-03-04 20:28 UTC 

[PATCH v2 0/6] PCI: imx6: rename\clean up and add lut information for imx95
 2024-03-04 20:25 UTC  (7+ messages)
` [PATCH v2 1/6] PCI: imx6: Rename imx6_* with imx_*
` [PATCH v2 2/6] PCI: imx6: Rename pci-imx6.c to pcie-imx.c
` [PATCH v2 3/6] MAINTAINERS: pci: imx: update imx6* to imx* since rename driver file
` [PATCH v2 4/6] PCI: imx: Simplify switch-case logic by involve set_ref_clk callback
` [PATCH v2 5/6] PCI: imx: Simplify switch-case logic by involve core_reset callback
` [PATCH v2 6/6] PCI: imx: Config look up table(LUT) to support MSI ITS and IOMMU for i.MX95

[PATCH bpf-next v2 00/15] libbpf: type suffixes and autocreate flag for struct_ops maps
 2024-03-04 19:13 UTC  (17+ messages)
` [PATCH bpf-next v2 01/15] libbpf: allow version suffixes (___smth) for struct_ops types
` [PATCH bpf-next v2 02/15] libbpf: tie struct_ops programs to kernel BTF ids, not to local ids
` [PATCH bpf-next v2 03/15] libbpf: honor autocreate flag for struct_ops maps
` [PATCH bpf-next v2 04/15] selftests/bpf: test struct_ops map definition with type suffix
` [PATCH bpf-next v2 05/15] selftests/bpf: utility functions to capture libbpf log in test_progs
` [PATCH bpf-next v2 06/15] selftests/bpf: bad_struct_ops test
` [PATCH bpf-next v2 07/15] selftests/bpf: test autocreate behavior for struct_ops maps
` [PATCH bpf-next v2 08/15] libbpf: sync progs autoload with maps autocreate "
` [PATCH bpf-next v2 09/15] selftests/bpf: verify struct_ops autoload/autocreate sync
` [PATCH bpf-next v2 10/15] libbpf: replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
` [PATCH bpf-next v2 11/15] libbpf: struct_ops in SEC("?.struct_ops") and SEC("?.struct_ops.link")
` [PATCH bpf-next v2 12/15] libbpf: rewrite btf datasec names starting from '?'
` [PATCH bpf-next v2 13/15] selftests/bpf: test case for SEC("?.struct_ops")
` [PATCH bpf-next v2 14/15] bpf: allow '?' at the beginning of DATASEC names
` [PATCH bpf-next v2 15/15] selftests/bpf: test cases for '?' in BTF names

[PATCH v3] driver core: Cancel scheduled pm_runtime_idle() on device removal
 2024-03-04 18:14 UTC  (7+ messages)

[PATCH] bpf: check mem for dynptr type
 2024-03-04 17:08 UTC  (6+ messages)

[PATCH v2 0/2] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-04 16:16 UTC  (4+ messages)
` [PATCH v2 2/2] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver
 2024-03-04 14:19 UTC  (5+ messages)
` [PATCH iwl-next,v3 1/2] selftests/bpf: xdp_hw_metadata reduce sleep interval
` [PATCH iwl-next,v3 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet
  ` [xdp-hints] Re: [PATCH iwl-next,v3 0/2] XDP Tx Hardware Timestamp for igc driver

[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
 2024-03-04 13:58 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: extend uprobe/uretprobe triggering benchmarks
 2024-03-04 13:52 UTC  (3+ messages)

[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
 2024-03-04 13:45 UTC  (7+ messages)

[PATCH] libbpf: Correct debug message in btf__load_vmlinux_btf
 2024-03-04 13:40 UTC  (3+ messages)

[PATCH bpf v2 0/2] Fix hashmap overflow checks for 32-bit arches
 2024-03-04 13:02 UTC  (7+ messages)
` [PATCH bpf v2 2/2] bpf: Fix hashtab overflow check on "

[PATCH v5.15-v5.4] fs,hugetlb: fix NULL pointer dereference in hugetlbs_fill_super
 2024-03-04 10:49 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Inter-VM Shared Memory Communications with eBPF
 2024-03-04  9:59 UTC  (2+ messages)

[PATCH RFCv2 bpf-next 0/4] bpf: Introduce kprobe multi wrapper attach
 2024-03-04  8:28 UTC  (6+ messages)
` [PATCH RFCv2 bpf-next 2/4] bpf: Add bpf_kprobe_multi_is_return kfunc

[PATCH bpf-next v1] ARC: Add eBPF JIT support
 2024-03-03 17:18 UTC  (2+ messages)

[PATCH bpf-next 0/1] Support kCFI + BPF on riscv64
 2024-03-03 17:02 UTC  (2+ messages)
` [PATCH bpf-next 1/1] riscv64/cfi,bpf: "

[RFC PATCH bpf-next 0/2] bpf: Add generic kfunc bpf_ffs64()
 2024-03-03 13:18 UTC  (6+ messages)

[PATCH iwl-next,v2 0/2] XDP Tx Hardware Timestamp for igc driver
 2024-03-03  7:15 UTC  (6+ messages)
` [PATCH iwl-next,v2 2/2] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet

[syzbot] [bpf?] KMSAN: uninit-value in bpf_bprintf_prepare
 2024-03-03  6:48 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, docs: Use IETF format for field definitions in instruction-set.rst
 2024-03-03  5:50 UTC  (3+ messages)
` [Bpf] "

[PATCH bpf-next] bpf,docs: Rename legacy conformance group to packet
 2024-03-03  5:50 UTC  (3+ messages)
` [Bpf] [PATCH bpf-next] bpf, docs: "

pull-request: bpf-next 2024-02-29
 2024-03-03  5:30 UTC  (2+ messages)

[linux-next:master 5519/11156] kernel/bpf/bpf_struct_ops.c:247:16: warning: bitwise operation between different enumeration types ('enum bpf_type_flag' and 'enum bpf_reg_type')
 2024-03-02 18:09 UTC  (3+ messages)

[PATCH] libbpf: Remove unneeded conversion to bool
 2024-03-02 16:59 UTC  (2+ messages)

[PATCH bpf-next 0/4] selftests/bpf: Fix a couple of test failures with LTO kernel
 2024-03-02 16:49 UTC  (2+ messages)

[PATCH v3 bpf-next 0/4] bpf: Introduce may_goto and cond_break
 2024-03-02  1:28 UTC  (10+ messages)
` [PATCH v3 bpf-next 4/4] selftests/bpf: Test may_goto

[LSF/MM/BPF TOPIC] bpf qdisc
 2024-03-01 23:30 UTC  (10+ messages)

[PATCH v2] net: raise RCU qs after each threaded NAPI poll
 2024-03-01 22:29 UTC  (5+ messages)

[PATCH bpf-next] bpf, docs: Use IETF format for field definitions in instruction-set.rst
 2024-03-01 22:17 UTC  (9+ messages)
` [Bpf] "

[PATCH dwarves] btf_encoder: dynamically allocate the vars array for percpu variables
 2024-03-01 21:46 UTC  (3+ messages)


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).