All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
RTT-PROBE: lore-subspace-rtt
 2026-05-19 22:10 UTC 

[PATCH 0/2] timers/migration: Fixes on top of per capacity hierarchies
 2026-05-19 22:09 UTC  (3+ messages)
` [PATCH 1/2] timers/migration: Fix hotplug migrator selection target on asymetric capacity machines
` [PATCH 2/2] timers/migration: Deactivate per-capacity hierarchies under nohz_full

[PATCH v7 0/6] airoha: an7581: USB support
 2026-05-19 22:08 UTC  (14+ messages)
` [PATCH v7 1/6] dt-bindings: soc: Add bindings for Airoha SCU Serdes lines
` [PATCH v7 2/6] dt-bindings: clock: airoha: Add PHY binding for Serdes port
` [PATCH v7 3/6] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY
` [PATCH v7 4/6] clk: en7523: Add support for selecting the Serdes port in SCU
` [PATCH v7 5/6] phy: move and rename Airoha PCIe PHY driver to dedicated directory
` [PATCH v7 6/6] phy: airoha: Add support for Airoha AN7581 USB PHY

[PATCH] watchdog: orion_wdt: Use devm APIs for clock and watchdog management
 2026-05-19 22:08 UTC  (2+ messages)

[PATCH] generic: add a test case for fallocate i_size extension
 2026-05-19 22:08 UTC  (2+ messages)

[PATCH v2 00/21] fuse: extend passthrough to inode operations
 2026-05-19 22:07 UTC  (8+ messages)
` [PATCH v2 12/21] fuse: add struct fuse_entry2_out and helpers for extended entry replies
    `  "

drivers/base/regmap/regmap-i2c.c:340:42: sparse: sparse: incorrect type in argument 3 (different base types)
 2026-05-19 22:05 UTC  (2+ messages)
` [PATCH v2] regmap-i2c: fix sparse warning in regmap_smbus_word_write_reg16

[PATCH v2 0/3] Fixes for flip_done timeouts
 2026-05-19 22:04 UTC  (4+ messages)
` [PATCH v2 1/3] Revert "drm/amd/display: Restore 5s vbl offdelay for NV3x+ DGPUs"
` [PATCH v2 2/3] drm/amd/display: Use vline2 interrupt on DCN instead of vstartup
` [PATCH v2 3/3] drm/amd/display: Check for flip completion in OTG interrupt handlers

[ast-bpf:arena_slab 63/63] Warning: mm/slub.c:5466 function parameter 's' not described in 'kmem_cache_alloc_nolock'
 2026-05-19 22:03 UTC 

[ardb:arm64-remap-linear-data-alias-v5 2/13] arch/powerpc/lib/code-patching.c:120:23: error: passing 'const uint8_t[4096]' (aka 'const unsigned char[4096]') to parameter of type 'void *' discards qualifiers
 2026-05-19 22:03 UTC 

[PATCH 0/2] tests/intel/xe_sriov_vfio: fix region-info subtest and cleanup path
 2026-05-19 22:04 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-19 22:03 UTC  (2+ messages)

[post LSFMM summary] where is fuse going?
 2026-05-19 22:03 UTC  (4+ messages)

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-19 22:01 UTC  (17+ messages)

[RFC] knfsd: per-client fair scheduling to prevent single-client starvation
 2026-05-19 22:02 UTC  (5+ messages)

[PATCH 0/2] drm/nouveau: nv04 FIFO cleanup + recovery for Tesla
 2026-05-19 22:01 UTC  (2+ messages)

[PATCH v9 net-next 8/8] ice: implement E825 TX ref clock control and TXC hardware sync status
 2026-05-19 22:01 UTC  (4+ messages)
  ` [Intel-wired-lan] "

RTT-PROBE: lore-subspace-rtt
 2026-05-19 22:00 UTC 

[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
 2026-05-19 22:00 UTC  (8+ messages)
` [PATCH v3] "

[PATCH v3] mm/migrate_device: fix pgtable leak in migrate_vma_insert_huge_pmd_page
 2026-05-19 22:00 UTC  (5+ messages)

[PATCH i-g-t] tests/xe_pat: Use S3 instead of standby
 2026-05-19 21:59 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH 0/5] cxl: Introduce devm_cxl_probe_mem() and fix region deletion
 2026-05-19 21:59 UTC  (3+ messages)
` [PATCH 1/5] cxl/region: Block region delete during region creation

[RFC PATCH bpf-next 00/12] bpf: A common way to attach struct_ops to a cgroup
 2026-05-19 21:58 UTC  (13+ messages)
` [RFC PATCH bpf-next 01/12] bpf: Remove __rcu tagging in st_link->map
` [RFC PATCH bpf-next 02/12] bpf: Make struct_ops tasks_rcu grace period optional
` [RFC PATCH bpf-next 03/12] bpf: Add bpf_struct_ops accessor helpers
` [RFC PATCH bpf-next 04/12] bpf: Remove unnecessary prog_list_prog() check
` [RFC PATCH bpf-next 05/12] bpf: Replace prog_list_prog() check with direct pl->prog and pl->link check
` [RFC PATCH bpf-next 06/12] bpf: Add prog_list_init_item(), prog_list_replace_item(), and prog_list_id()
` [RFC PATCH bpf-next 07/12] bpf: Move LSM trampoline unlink into bpf_cgroup_link_auto_detach()
` [RFC PATCH bpf-next 08/12] bpf: Add a few bpf_cgroup_array_* helper functions
` [RFC PATCH bpf-next 09/12] bpf: Add infrastructure to support attaching struct_ops to cgroups
` [RFC PATCH bpf-next 10/12] bpf: tcp: Support selected sock_ops callbacks as struct_ops
` [RFC PATCH bpf-next 11/12] libbpf: Support attaching struct_ops to a cgroup
` [RFC PATCH bpf-next 12/12] selftests/bpf: Test "

[PATCH v2] kconfig: add kconfig-sym-check static checker
 2026-05-19 21:58 UTC 

[PATCH] Documentation: KVM: Document guest-visible compatibility expectations
 2026-05-19 21:58 UTC  (12+ messages)

[PATCH] ASoC: mediatek: mt2701: fix snprintf bounds
 2026-05-19 21:57 UTC  (3+ messages)

[Buildroot] [PATCH/next v2 1/1] package/util-linux: bump version to 2.42.1
 2026-05-19 21:57 UTC  (2+ messages)

[PATCH] revision: use priority queue in limit_list()
 2026-05-19 21:56 UTC  (8+ messages)

[PATCH v2] checkpatch: warn on uppercase N/Y/M as Kconfig tristate literals
 2026-05-19 21:56 UTC 

[PATCH v1 1/1] iio: adc: nxp-sar-adc: Fix the delay calculation in nxp_sar_adc_wait_for()
 2026-05-19 21:56 UTC 

[PATCH v2 00/17] Rework frame descriptors
 2026-05-19 21:55 UTC  (7+ messages)
` [PATCH v2 04/17] media: v4l2-subdev: Allow releasing frame descriptors on return
` [PATCH v2 05/17] media: v4l2-subdev: Allocate frame descriptors based on the need
` [PATCH v2 06/17] media: v4l2-subdev: Change the maximum number of routes

[RFC PATCH 0/4] timekeeping: add feed-forward clock discipline via vmclock
 2026-05-19 21:54 UTC  (7+ messages)
` [RFC PATCH 1/4] timekeeping: Remove xtime_remainder from ntp_error accumulation

[PATCHv1 0/7] hw/arm: Adding Cortex-M7 Asymmetric Multiprocessing boot support for i.MX8MP
 2026-05-19 21:54 UTC  (10+ messages)
` [PATCHv1 3/7] hw/misc: Add SRC (System Reset Controller) to i.MX8MP
` [PATCHv1 4/7] hw/misc: Add MU (Messaging Unit) IP to i.MX8MP device model
` [PATCHv1 5/7] hw/misc: Extend i.MX8MP CCM with Cortex-M7 clock outputs
` [PATCHv1 6/7] hw/arm: Enable Cortex-M7 AMP boot on i.MX8MP

[kvm-unit-tests PATCH v3 00/20] x86: Better backtraces for leaf functions
 2026-05-19 21:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH v3 04/20] x86: Dedup guest/host context switch of registers across SVM and VMX
` [kvm-unit-tests PATCH v3 06/20] x86/virt: Track "guest regs" using per-CPU variable
` [kvm-unit-tests PATCH v3 08/20] x86/vmx: Use separate VMCSes for BSP vs. AP in INIT test

[PATCH] bpf, libbpf: reject non-exclusive metadata maps in the signed loader
 2026-05-19 21:53 UTC 

[PATCH] rcu/nocb: reduce stack usage in nocb_gp_wait()
 2026-05-19 21:52 UTC  (2+ messages)

[PATCH v5 00/63] target/arm: Implement FEAT_FP8
 2026-05-19 21:52 UTC  (4+ messages)
` [PATCH v5 45/63] target/arm: Implement FMLALB, FMLALT for AdvSIMD

[PATCH v8] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
 2026-05-19 21:52 UTC  (2+ messages)

[PATCH] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-05-19 21:52 UTC  (3+ messages)

[meta-virtualization][meta-cloud-services][PATCH] layer: update LAYERSERIES_COMPAT to wrynose
 2026-05-19 21:51 UTC  (2+ messages)

[PULL 00/18] Block layer patches
 2026-05-19 21:51 UTC  (3+ messages)
` [PULL 13/18] commit: Drain nodes across all of bdrv_commit()

[PATCH v2] iio: chemical: scd30: Replace manual locking with RAII locking
 2026-05-19 21:51 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-05-19 21:50 UTC 

[PATCH] tests/core_hotunplug: add *-with-load subtests exercising GPU workload during hotplug
 2026-05-19 21:47 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/core_hotunplug: add *-with-load subtests exercising GPU workload during hotplug (rev3)

[PATCH v12 00/33] perf tool: Add evsel to perf_sample
 2026-05-19 21:46 UTC  (8+ messages)
` [PATCH v13 00/32] "
  ` [PATCH v13 13/32] perf kmem: Don't pass evsel with sample
  ` [PATCH v13 24/32] perf timechart: Fix memory leaks

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-19 21:46 UTC  (3+ messages)
` [PATCH v2 09/16] iommu/vt-d: Restore IOMMU state and reclaimed domain ids

[PATCH v2] x86/mm: Disable broadcast TLB flush when PCID is disabled
 2026-05-19 21:47 UTC  (4+ messages)

[PATCH] smc: Use flexible array for SMCD connections
 2026-05-19 21:45 UTC  (3+ messages)

[PATCH] regmap-i2c: fix sparse warning in regmap_smbus_word_write_reg16
 2026-05-19 21:43 UTC  (2+ messages)

[PATCH] netfilter: nf_conntrack_irc: fix parse_dcc() off-by-one OOB read
 2026-05-19 21:43 UTC  (3+ messages)

[RFC] TID v2.0: kernel module for cache-line zeroization against Flush+Reload (CLFLUSHOPT + LFENCE + REP STOSQ)
 2026-05-19 21:41 UTC  (4+ messages)

[rppt:gfp-to-kmalloc/v0.1 234/238] arch/x86/xen/pmu.c:551:52: error: too few arguments provided to function-like macro invocation
 2026-05-19 21:32 UTC 

[mark:arm64/fpsimd/asm-cleanup 17/18] arch/arm64/include/asm/fpsimd.h:781:77: error: call to undeclared function 'BUILD_BU'; ISO C99 and later do not support implicit function declarations
 2026-05-19 21:32 UTC 

RTT-PROBE: lore-subspace-rtt
 2026-05-19 21:40 UTC 

[PATCH dpdk] graph: replace circular buffer with priority-based bitmap scheduling
 2026-05-19 21:38 UTC  (6+ messages)
` [EXTERNAL] "
` [PATCH dpdk v2 0/2] graph: "
  ` [PATCH dpdk v2 1/2] graph: add diamond topology performance test
  ` [PATCH dpdk v2 2/2] graph: replace circular buffer with priority-based bitmap

[PATCH nf 1/7] netfilter: nfnetlink_cthelper: use {READ,WRITE}_ONCE for accessing helper flags
 2026-05-19 21:38 UTC  (7+ messages)
` [PATCH nf 2/7] netfilter: conntrack: add dead flag to helpers
` [PATCH nf 3/7] netfilter: nf_conntrack_helper: add null check in nfct_help_data() calls
` [PATCH nf 4/7] netfilter: conntrack: add null check in nfct_help() calls
` [PATCH nf 5/7] netfilter: conntrack: add nf_ct_iterate_destroy_net()
` [PATCH nf 6/7] netfilter: nf_conntrack_timeout: use nf_ct_iterate_destroy() to cleanup timeout going away
` [PATCH nf 7/7] netfilter: xt_CT: fix race with rule removal and nfnetlink_queue

[PATCH v2 0/6] cxl: Add CXL type2 accelerator support for cxl_test
 2026-05-19 21:37 UTC  (7+ messages)
` [PATCH v2 1/6] cxl/test: Add test for module parameters
` [PATCH v2 2/6] cxl/test: Add type2 support for mock CFMWS0
` [PATCH v2 3/6] cxl/test: Refactor platform device enumerations
` [PATCH v2 4/6] cxl/test: Add hierarchy enumeration support for type2 device
` [PATCH v2 5/6] cxl/test: Fixup hdm init for auto region to support type2
` [PATCH v2 6/6] cxl/test: Add cxl_test accelerator driver

[PATCH RFC v2] jfs: fix slab-use-after-free in lbmIODone
 2026-05-19 21:36 UTC 

[PATCH v3 2/2] drm/hyperv: validate VMBus packet size in receive callback
 2026-05-19 21:34 UTC  (2+ messages)

[PATCH v8 0/6] mm: Fix vmemmap optimization accounting and initialization
 2026-05-19 21:34 UTC  (3+ messages)
` [PATCH v8 2/6] mm/memory_hotplug: Fix incorrect altmap passing in error path

[PATCH v14 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-05-19 21:31 UTC  (3+ messages)

[PATCH nf v2] netfilter: nf_conncount: prevent connlimit drops for early confirmed ct
 2026-05-19 21:31 UTC  (3+ messages)

[PATCH v3 0/9] KVM: arm64: selftests: Basic nested guest support
 2026-05-19 21:31 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2026-05-19 21:30 UTC 

[PATCH v4 00/12] PCI: endpoint: pci-epf-vntb / NTB: epf: Enable per-doorbell bit handling
 2026-05-19 21:29 UTC  (2+ messages)

[RELEASE] tpm2-pkcs11 version 1.10.0
 2026-05-19 21:29 UTC 

[PATCH] riscv: module: Use generic cmp_int() instead of custom cmp_3way()
 2026-05-19 21:29 UTC  (3+ messages)

[patch V6 00/16] Improve /proc/interrupts further
 2026-05-19 21:29 UTC  (6+ messages)
` [patch V6 02/16] genirq/proc: Avoid formatting zero counts in /proc/interrupts
` [patch V6 08/16] genirq: Expose nr_irqs in core code

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 26.1.1
 2026-05-19 21:28 UTC 

[PATCH 1/3 net-next v4] ipv4: centralize devconf sysctl handling
 2026-05-19 21:27 UTC  (12+ messages)
` [PATCH 3/3 net-next v4] selftests: net: add test for IPv4 devconf netlink notifications

[PATCH] KVM, SEV: fix merge conflict
 2026-05-19 21:26 UTC  (2+ messages)

[PATCH v4] iio: chemical: sps30: Replace manual locking with RAII locking
 2026-05-19 21:26 UTC 

[PATCH mptcp-net mptcp-next v3 00/16] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
 2026-05-19 21:25 UTC  (17+ messages)
` [PATCH mptcp-net mptcp-next v3 01/16] mptcp: pm: avoid sleeping while holding rcu_read_lock
` [PATCH mptcp-next v3 02/16] mptcp: options: ADD_ADDR size can be negative
` [PATCH mptcp-next v3 03/16] mptcp: pm: avoid computing rm_addr size twice
` [PATCH mptcp-next v3 04/16] mptcp: pm: avoid computing add_addr "
` [PATCH mptcp-next v3 05/16] mptcp: introduce add_addr_v6_port_drop_ts sysctl knob
` [PATCH mptcp-next v3 06/16] tcp: allow mptcp to drop TS for some packets
` [PATCH mptcp-next v3 07/16] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
` [PATCH mptcp-next v3 08/16] selftests: mptcp: validate ADD_ADDRv6 + TS "
` [PATCH mptcp-next v3 09/16] selftests: mptcp: always check sent/dropped ADD_ADDRs
` [PATCH mptcp-next v3 10/16] mptcp: pm: use for_each_subflow helper
` [PATCH mptcp-next v3 11/16] mptcp: pm: rename add_entry structure to add_addr
` [PATCH mptcp-next v3 12/16] mptcp: pm: uniform announced addresses helpers
` [PATCH mptcp-next v3 13/16] mptcp: pm: remove add_ prefix from timer
` [PATCH mptcp-next v3 14/16] mptcp: pm: make mptcp_pm_add_addr_send_ack static
` [PATCH mptcp-next v3 15/16] mptcp: pm: avoid using del_timer directly
` [PATCH mptcp-next v3 16/16] mptcp: pm: avoid confusing check_id in del_timer

[PATCH] x86/sev: Remove redundant ghcbs_initialized checks around __sev_{get,put}_ghcb()
 2026-05-19 21:25 UTC  (2+ messages)
` [tip: x86/sev] "

[PATCH v5 0/9] iommufd: Enable noiommu mode for cdev
 2026-05-19 21:25 UTC  (6+ messages)
` [PATCH v5 4/9] iommufd: Allow binding to a noiommu device

[PATCH v4] 00/30] Cleaning up the KVM clock mess
 2026-05-19 21:23 UTC  (7+ messages)
` [PATCH v4 04/30] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[RFC mptcp-next v14 00/10] NVME over MPTCP
 2026-05-19 21:25 UTC  (2+ messages)

[PATCH v2 0/6] MIPS: alchemy: attach software nodes to GPIO controllers and use properties
 2026-05-19 20:56 UTC  (4+ messages)

[PATCH 0/3] arm64: dts: imx: Fix PCIe EP vpcie-supply properties
 2026-05-19 21:24 UTC  (2+ messages)

[PATCH v2] module: decompress: check return value of module_extend_max_pages()
 2026-05-19 21:23 UTC  (2+ messages)

[PATCH] irqchip/dw-apb-ictl: fix compilation on x86
 2026-05-19 21:22 UTC  (3+ messages)

[PATCH] git-jump: pick a mode automatically when invoked without arguments
 2026-05-19 21:22 UTC  (7+ messages)

[PATCH v2 0/3] ufs: core: Optimize the UIC command implementation
 2026-05-19 21:21 UTC  (4+ messages)
` [PATCH v2 1/3] ufs: core: Inline two functions related to UIC commands
` [PATCH v2 2/3] ufs: core: Complain if UIC argument 2 is invalid
` [PATCH v2 3/3] ufs: core: Optimize ufshcd_add_uic_command_trace()

[mark:arm64/fpsimd/asm-cleanup 17/18] arch/arm64/include/asm/fpsimd.h:781:77: error: implicit declaration of function 'BUILD_BU'; did you mean 'BUILD_BUG'?
 2026-05-19 21:20 UTC 

[RFC PATCH 0/2] Optimize S2 page splitting
 2026-05-19 21:21 UTC  (10+ messages)
` [RFC PATCH 1/2] KVM: arm64: Introduce S2 walker SKIP return options

[Weekly meetings] Different time this week
 2026-05-19 21:21 UTC  (5+ messages)

[PATCH v10 0/4] Add full zoned storage emulation to qcow2 driver
 2026-05-19 21:20 UTC  (6+ messages)
` [PATCH v10 2/4] qcow2: add configurations for zoned format extension

[GIT PULL] RCU fixes for v7.1
 2026-05-19 21:21 UTC 

[PATCH net] net: fec_mpc52xx: Fix resource size format
 2026-05-19 21:20 UTC  (3+ messages)

[PATCH bpf-next v6 0/4] bpf: add icmp_send kfunc
 2026-05-19 21:20 UTC  (5+ messages)
` [PATCH bpf-next v6 3/6] bpf: add bpf_icmp_send kfunc

RTT-PROBE: lore-subspace-rtt
 2026-05-19 21:20 UTC 

[PATCH net v3 0/5] xsk: fix meta and publish of cq issues
 2026-05-19 21:19 UTC  (3+ messages)
` [PATCH net v3 3/5] xsk: drain continuation descs after overflow in xsk_build_skb()

[git pull] Input updates for v6.9-rc6
 2026-05-19 21:18 UTC  (3+ messages)
` Mismatched product ids for the ASUS ROG RAIKIRI PRO

[PATCH v6] i2c: mux: reg: use device property accessors
 2026-05-19 21:18 UTC 

[PATCH] arm64: dts: freescale: imx95-toradex-smarc: replace deprecated gpio property
 2026-05-19 21:18 UTC  (2+ messages)

[PATCH] bpf: avoid padding in struct bpf_common_attr
 2026-05-19 21:17 UTC  (2+ messages)

[PATCH net 0/4] xsk: fix meta and publish of cq issues
 2026-05-19 21:17 UTC  (11+ messages)
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()

[PATCH v9 00/40] target/mips: add missing Octeon user-mode support
 2026-05-19 21:15 UTC  (4+ messages)
` [PATCH v9 13/40] tcg: Introduce tcg_gen_addN_i64

[PATCH v2] media: dvb-core: fix use-after-free in dvb_frontend_open()
 2026-05-19 21:15 UTC  (2+ messages)

[PATCH v7 0/3] git-gui: robustify startup and fix environment handling
 2026-05-19 21:15 UTC  (8+ messages)
` [PATCH v1 00/11] Improve git gui operation without a worktree
  ` [PATCH v1 11/11] git-gui: add gui and pick as explicit subcommands

[PATCH v5] i2c: mux: reg: use device property accessors
 2026-05-19 21:15 UTC  (3+ messages)

[PATCH] linux-user: Fix AT_EXECFN in AUXV for symlinked programs
 2026-05-19 21:13 UTC  (3+ messages)

[PATCH] serial: max310x: fix I2C-only build
 2026-05-19 21:14 UTC  (2+ messages)

[mark:arm64/fpsimd/asm-cleanup 17/18] ./arch/arm64/include/asm/fpsimd.h:781:77: error: implicit declaration of function 'BUILD_BU'; did you mean 'BUILD_BUG'?
 2026-05-19 21:12 UTC 

[PATCH v3 0/8] Add Samsung Galaxy S4 support
 2026-05-19 21:03 UTC  (5+ messages)
` [PATCH v3 3/8] pinctrl: qcom: Register functions before enabling pinctrl

[PATCH v6 0/6] drm/atomic: track individual colorop updates
 2026-05-19 21:09 UTC  (6+ messages)
` [PATCH v6 1/6] drm/atomic: only add colorop state from active color pipeline
` [PATCH v6 2/6] drm/atomic: reject colorop update from inactive "
` [PATCH v6 4/6] drm/colorop: make lut(1/3)d_interpolation mutable
` [PATCH v6 5/6] drm/atomic: track individual colorop updates
` [PATCH v6 6/6] drm/amd/display: use plane color_mgmt_changed to track colorop changes


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.