LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 16:45:06 to 2024-01-25 18:43:52 UTC [more...]

[PATCH v3 0/4] mm/mempolicy: weighted interleave mempolicy and sysfs extension
 2024-01-25 18:43 UTC 

[PATCH RESEND v2] arm: marvell: Fix maxium->maxim typo in brownstone dts
 2024-01-25 18:39 UTC 

[PATCH wireless v2] nl80211/cfg80211: add nla_policy for S1G band
 2024-01-25 18:39 UTC  (6+ messages)

[PATCH] x86/mm/cpa-test: Correct length selection
 2024-01-25 18:39 UTC  (3+ messages)

[RFC PATCH v1 1/1] wq: Avoid using isolated cpus' timers on unbounded queue_delayed_work
 2024-01-25 18:38 UTC  (4+ messages)

[PATCH v3 0/3] pidfds for non thread group leaders
 2024-01-25 18:36 UTC  (11+ messages)
` [PATCH v3 1/3] pidfd: allow pidfd_open() on non-thread-group leaders

[PATCH] x86/irq: fix [-Wvisibility] warnings
 2024-01-25 18:36 UTC  (2+ messages)

[PATCH 2/2] net: stmmac: dwmac-imx: set TSO/TBS TX queues default settings
 2024-01-25 18:31 UTC  (3+ messages)

[PATCH v5 RESEND 2/5] lib: move pci_iomap.c to drivers/pci/
 2024-01-25 18:31 UTC  (2+ messages)

[PATCH] mm: zswap: remove unused tree argument in zswap_entry_put()
 2024-01-25 18:30 UTC  (2+ messages)

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25 18:30 UTC  (11+ messages)
` [RFC PATCH 5/9] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device

[PATCH] mm: zswap: fix missing folio cleanup in writeback race path
 2024-01-25 18:29 UTC  (2+ messages)

[PATCH] softirq: fix memory corruption when freeing tasklet_struct
 2024-01-25 18:29 UTC 

[PATCH] x86/mm/cpa-test: Ensure pfn isn't already in use
 2024-01-25 18:28 UTC 

[PATCH] smb: Work around Clang __bdos() type confusion
 2024-01-25 18:28 UTC  (4+ messages)

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-01-25 18:26 UTC  (20+ messages)
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 24/28] riscv: select config for shadow stack and landing pad instr support

[syzbot] [jfs?] INFO: task hung in path_mount (2)
 2024-01-25 18:24 UTC  (8+ messages)

[PATCH v13 01/35] x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 02/35] x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 03/35] x86/trapnr: Add event type macros to <asm/trapnr.h>
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 04/35] Documentation/x86/64: Add a documentation for FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] Documentation/x86/64: Add "

[PATCH v13 05/35] x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 06/35] x86/cpufeatures: Add the CPU feature bit for FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 07/35] x86/fred: Disable FRED support if CONFIG_X86_FRED is disabled
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 08/35] x86/fred: Disable FRED by default in its early stage
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 09/35] x86/opcode: Add ERET[US] instructions to the x86 opcode map
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 10/35] x86/objtool: Teach objtool about ERET[US]
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 11/35] x86/cpu: Add X86_CR4_FRED macro
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 12/35] x86/cpu: Add MSR numbers for FRED configuration
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 13/35] x86/ptrace: Cleanup the definition of the pt_regs structure
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 14/35] x86/ptrace: Add FRED additional information to the pt_regs structure
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 15/35] x86/fred: Add a new header file for FRED definitions
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 16/35] x86/fred: Reserve space for the FRED stack frame
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 17/35] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 18/35] x86/fred: Disallow the swapgs instruction when FRED is enabled
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 19/35] x86/fred: No ESPFIX needed when FRED is enabled
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 20/35] x86/fred: Allow single-step trap and NMI when starting a new task
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 21/35] x86/fred: Make exc_page_fault() work for FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 22/35] x86/idtentry: Incorporate definitions/declarations of the FRED entries
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 23/35] x86/fred: Add a debug fault entry stub for FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13A 24/35] x86/fred: Add a NMI entry stub for FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 27/35] x86/traps: Add sysvec_install() to install a system interrupt handler
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13A 26/35] x86/fred: FRED entry/exit and dispatch code
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 25/35] x86/fred: Add a machine check entry stub for FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 28/35] x86/fred: Let ret_from_fork_asm() jmp to asm_fred_exit_user when FRED is enabled
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 29/35] x86/fred: Fixup fault on ERETU by jumping to fred_entrypoint_user
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 30/35] x86/entry/calling: Allow PUSH_AND_CLEAR_REGS being used beyond actual entry code
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 31/35] x86/entry: Add fred_entry_from_kvm() for VMX to handle IRQ/NMI
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 32/35] KVM: VMX: Call fred_entry_from_kvm() for IRQ/NMI handling
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 33/35] x86/syscall: Split IDT syscall setup code into idt_syscall_init()
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 34/35] x86/fred: Add FRED initialization functions
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH v13 35/35] x86/fred: Invoke FRED initialization code to enable FRED
 2024-01-25 18:21 UTC  (2+ messages)
` [tip: x86/fred] "

[PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks
 2024-01-25 18:17 UTC  (4+ messages)

[syzbot] [bpf?] general protection fault in bpf_struct_ops_find_value
 2024-01-25 18:17 UTC  (3+ messages)

[PATCH v3 00/10] mtd: rawnand: brcmnand: driver and doc updates
 2024-01-25 18:14 UTC  (8+ messages)
` [PATCH v3 02/10] ARM: dts: broadcom: bcmbca: Add NAND controller node

[PATCH v5 0/6] usb: gadget: functionfs: DMABUF import interface
 2024-01-25 18:10 UTC  (11+ messages)
` [PATCH v5 1/6] dma-buf: Add dma_buf_{begin,end}_access()
  ` [Linaro-mm-sig] "

[for-linus][PATCH 0/3] eventfs: A few more fixes for 6.8
 2024-01-25 18:08 UTC  (13+ messages)
` [for-linus][PATCH 1/3] eventfs: Have the inodes all for files and directories all be the same

[PATCH v3 0/3] A Solution to Re-enable hugetlb vmemmap optimize
 2024-01-25 18:06 UTC  (2+ messages)

[syzbot] [bpf?] general protection fault in btf_is_module
 2024-01-25 18:05 UTC  (3+ messages)

[PATCH v2] riscv: dts: sophgo: add watchdog dt node for CV1800
 2024-01-25 18:04 UTC  (6+ messages)

linux-next: build failure after merge of the mm tree
 2024-01-25 18:03 UTC  (3+ messages)

BUG: kernel NULL pointer dereference, address: 0000000000000008
 2024-01-25 18:02 UTC  (7+ messages)
` BUG [RESEND]: "
    ` BUG [RESEND][NEW BUG]: "

[PATCH net] bnxt_en: Make PTP timestamp HWRM more silent
 2024-01-25 17:58 UTC  (6+ messages)

[GIT PULL] final round of SCSI updates for the 6.7+ merge window
 2024-01-25 17:56 UTC  (8+ messages)

[PATCH v3 0/3] mm, lru_gen: batch update pages when aging
 2024-01-25 17:51 UTC  (4+ messages)
` [PATCH v3 1/3] mm, lru_gen: try to prefetch next page when scanning LRU

[PATCH] arm/arm64: samsung: Enable W=1 on dtbs by default
 2024-01-25 17:51 UTC  (5+ messages)

[PATCH v4 0/2] sched: Don't trigger misfit if affinity is restricted
 2024-01-25 17:50 UTC  (12+ messages)
` [PATCH v4 1/2] sched/fair: Check a task has a fitting cpu when updating misfit

[PATCH 1/3] iommu/io-pgtable-arm: Add nents_per_pgtable in struct io_pgtable_cfg
 2024-01-25 17:47 UTC  (12+ messages)

[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support
 2024-01-25 17:45 UTC  (13+ messages)
` [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property
` [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible
` [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree
` [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors

[PATCH 1/2] dt-bindings: usb: dwc3: Add snps,host-vbus-glitches avoiding vbus glitch
 2024-01-25 17:43 UTC  (6+ messages)

[paulmck-rcu:rcu/next] BUILD SUCCESS 0af3acc42dbe991b20a14767b99da5c512c03d21
 2024-01-25 17:39 UTC 

[PATCH RESEND v3] dt-bindings: pxa-pwm: Convert to YAML
 2024-01-25 17:36 UTC 

[PATCH] x86: mm: get rid of conditional IF flag handling in page fault path
 2024-01-25 17:34 UTC 

[PATCH V2 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
 2024-01-25 17:31 UTC  (5+ messages)
` [PATCH V2 4/6] dt-bindings: pwm: sprd: Convert to YAML
` [PATCH V2 6/6] dt-bindings: pwm: sprd: Add sprd,mod attribute

[PATCH v2] x86/resctrl: Implement new mba_MBps throttling heuristic
 2024-01-25 17:29 UTC  (11+ messages)

[PATCH v1 00/12] PM: sleep: Fix up suspend stats handling and clean up core code
 2024-01-25 17:28 UTC  (5+ messages)
` [PATCH v1 05/12] PM: sleep: stats: Use step_failures[0] as a counter of successful cycles

[PATCH 0/4] tracing/user_events: Introduce multi-format events
 2024-01-25 17:26 UTC  (4+ messages)
` [PATCH 1/4] tracing/user_events: Prepare find/delete for same name events

[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2024-01-25 17:24 UTC  (7+ messages)
` [PATCH v19 09/30] drm/shmem-helper: Add and use lockless drm_gem_shmem_get_pages()
` [PATCH v19 17/30] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr()
` [PATCH v19 18/30] drm/panfrost: Explicitly get and put drm-shmem pages

[git pull] drm for 6.8
 2024-01-25 17:23 UTC  (9+ messages)

Roadmap for netfslib and local caching (cachefiles)
 2024-01-25 17:23 UTC  (2+ messages)

[PATCH v4 0/4] mailbox: imx: support i.MX95 ELE/V2X MU
 2024-01-25 17:20 UTC  (3+ messages)
` [PATCH v4 1/4] dt-bindings: mailbox: fsl,mu: add i.MX95 Generic/ELE/V2X MU compatible

[PATCH] dt-bindings: pinctr: pinctrl-zynq: Fix compatible string
 2024-01-25 17:19 UTC  (4+ messages)

[net-next PATCH 0/3] net: mdio-ipq4019: fix wrong default MDC rate
 2024-01-25 17:18 UTC  (3+ messages)

[PATCH v10 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
 2024-01-25 17:18 UTC  (5+ messages)
` [PATCH v10 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v10 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl

[PATCH] phy: ti: gmii-sel: add resume support
 2024-01-25 17:17 UTC 

[PATCH 0/3] arm64: dts: qcom: ipq6018: support thermal sensors
 2024-01-25 17:17 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: thermal: qcom-tsens: add IPQ6018 compatible

[6.8-rc1 Regression] Unable to exec apparmor_parser from virt-aa-helper
 2024-01-25 17:17 UTC  (10+ messages)

[PATCH v3] rtc: abx80x: Don't warn about oscillator failure after PoR
 2024-01-25 17:14 UTC  (4+ messages)

[PATCH 1/3] net: stmmac: do not clear TBS enable bit on link up/down
 2024-01-25 17:14 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: net: snps,dwmac: Add time-based-scheduling property

[PATCH] drm/msm/dpu: make "vblank timeout" more useful
 2024-01-25 17:14 UTC  (2+ messages)

[PATCH v2] riscv: dts: sophgo: add timer dt node for CV1800
 2024-01-25 17:12 UTC  (2+ messages)

[RFC PATCH v1 0/8] Introduction of PSCR Framework and Related Components
 2024-01-25 17:11 UTC  (4+ messages)
` [PATCH v2 4/8] dt-bindings: power: reset: add bindings for NVMEM hardware storing PSCR Data

[PATCH net-next v5 00/13] Introduce PHY listing and link_topology tracking
 2024-01-25 17:10 UTC  (9+ messages)
` [PATCH net-next v5 07/13] net: ethtool: Introduce a command to list PHYs on an interface

[PATCH v1 0/2] arm64: dts: freescale: imx8qm: add apalis eval v1.2 carrier board
 2024-01-25 17:08 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: arm: fsl: add imx8qm "

[PATCHSET v3 wq/for-6.9] workqueue: Implement system-wide max_active for unbound workqueues
 2024-01-25 17:06 UTC  (11+ messages)
` [PATCH 01/10] workqueue: Move pwq->max_active to wq->max_active
` [PATCH 02/10] workqueue: Factor out pwq_is_empty()
` [PATCH 03/10] workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
` [PATCH 04/10] workqueue: Move nr_active handling into helpers
` [PATCH 05/10] workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
` [PATCH 06/10] workqueue: RCU protect wq->dfl_pwq and implement accessors for it
` [PATCH 07/10] workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
` [PATCH 08/10] workqueue: Introduce struct wq_node_nr_active
` [PATCH 09/10] workqueue: Implement system-wide nr_active enforcement for unbound workqueues
` [PATCH 10/10] tools/workqueue/wq_dump.py: Add node_nr/max_active dump

[PATCH] clocksource: timer-riscv: Clear timer interrupt on timer initialization
 2024-01-25 17:04 UTC  (3+ messages)

[PATCH v4 1/2] PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
 2024-01-25 17:03 UTC  (4+ messages)
` [PATCH v4 2/2] PCI: dwc: Cleanup in dw_pcie_ep_raise_msi_irq()

[PATCH v2 1/2] dt-bindings: usb: mt6360-tcpc: Drop interrupt-names
 2024-01-25 17:02 UTC  (9+ messages)

[PATCH RFC v3 00/35] Add support for arm64 MTE dynamic tag storage reuse
 2024-01-25 17:01 UTC  (14+ messages)
` [PATCH RFC v3 24/35] arm64: mte: Perform CMOs for tag blocks
` [PATCH RFC v3 25/35] arm64: mte: Reserve tag block for the zero page
` [PATCH RFC v3 26/35] arm64: mte: Use fault-on-access to reserve missing tag storage
` [PATCH RFC v3 27/35] arm64: mte: Handle tag storage pages mapped in an MTE VMA
` [PATCH RFC v3 28/35] arm64: mte: swap: Handle tag restoring when missing tag storage
` [PATCH RFC v3 29/35] arm64: mte: copypage: "
` [PATCH RFC v3 30/35] arm64: mte: ptrace: Handle pages with "
` [PATCH RFC v3 31/35] khugepaged: arm64: Don't collapse MTE enabled VMAs
` [PATCH RFC v3 32/35] KVM: arm64: mte: Reserve tag storage for virtual machines with MTE
` [PATCH RFC v3 33/35] KVM: arm64: mte: Introduce VM_MTE_KVM VMA flag
` [PATCH RFC v3 34/35] arm64: mte: Enable dynamic tag storage management
` [PATCH RFC v3 35/35] HACK! arm64: dts: Add fake tag storage to fvp-base-revc.dts

[PATCH v2 00/41] filelock: split struct file_lock into file_lock and file_lease structs
 2024-01-25 17:00 UTC  (3+ messages)

[PATCH v3 0/2] board: imx8mn-rve-gateway: fix compatible description
 2024-01-25 16:59 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: fsl: remove redundant company name
` [PATCH v3 2/2] arm64: dts: imx8mn-rve-gateway: "

[PATCH net v2] net: dsa: qca8k: fix illegal usage of GPIO
 2024-01-25 16:59 UTC  (2+ messages)

[PATCH v6 0/3] Input: Add TouchNetix axiom touchscreen driver
 2024-01-25 16:58 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: vendor-prefixes: Add TouchNetix AS
` [PATCH v6 2/3] dt-bindings: input: Add TouchNetix axiom touchscreen
` [PATCH v6 3/3] Input: Add TouchNetix axiom i2c touchscreen driver

[PATCH V3] hwmon: scmi-hwmon: implement change_mode for thermal zones
 2024-01-25 16:57 UTC  (7+ messages)

[PATCH 1/3] x86/resctrl: Display the number of available CLOSIDs
 2024-01-25 16:57 UTC  (4+ messages)

[PATCH] pidfd: cleanup the usage of __pidfd_prepare's flags
 2024-01-25 16:56 UTC  (4+ messages)

[PATCH 0/8] timers and Documentation: Cleanup
 2024-01-25 16:55 UTC  (8+ messages)
` [PATCH 6/8] Documentation: Create a new folder for all timer internals

[PATCH] arm64: dts: qcom: sm8650: Use GIC-ITS for PCIe0 and PCIe1
 2024-01-25 16:55 UTC 

[PATCH net] net: dsa: qca8k: fix illegal usage of GPIO
 2024-01-25 16:54 UTC  (4+ messages)

[PATCH v2 0/5] block: remove gfp_mask for blkdev_zone_mgmt()
 2024-01-25 16:53 UTC  (6+ messages)
` [PATCH v2 1/5] zonefs: pass GFP_KERNEL to blkdev_zone_mgmt() call
` [PATCH v2 2/5] dm: dm-zoned: guard blkdev_zone_mgmt with noio scope
` [PATCH v2 3/5] btrfs: zoned: call blkdev_zone_mgmt in nofs scope
` [PATCH v2 4/5] f2fs: guard blkdev_zone_mgmt with "
` [PATCH v2 5/5] block: remove gfp_flags from blkdev_zone_mgmt

[PATCH v2 0/3] clocksource: imx-sysctr: support i.MX95
 2024-01-25 16:53 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: timer: nxp,sysctr-timer: "

[PATCH 0/2] Assume polling-delay(-passive) = 0 when absent
 2024-01-25 16:51 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: thermal-zones: Don't require polling-delay(-passive)

drivers/gpu/drm/xe/xe_guc_submit.c:1144:1-7: preceding lock on line 1100 (fwd)
 2024-01-25 16:51 UTC 

[PATCH v2 0/3] drm/etnaviv: Disable SH_EU clock gating on the i.MX8MP NPU
 2024-01-25 16:50 UTC  (4+ messages)
` [PATCH v2 2/3] drm/etnaviv: Turn etnaviv_is_model_rev() into a function

[PATCH 6.7 000/638] 6.7.2-rc2 review
 2024-01-25 16:48 UTC  (2+ messages)

[PATCH 6.6 000/580] 6.6.14-rc2 review
 2024-01-25 16:48 UTC  (2+ messages)

[PATCH 6.1 000/414] 6.1.75-rc2 review
 2024-01-25 16:46 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).