messages from 2026-05-13 11:28:22 to 2026-05-13 12:16:01 UTC [more...]
[PATCH] gstreamer1.0-plugins-rs: add new package
2026-05-13 12:15 UTC (7+ messages)
` [PATCH v2] "
` [OE-core] "
[RFC PATCH v5 00/29] Hierarchical Constant Bandwidth Server
2026-05-13 12:15 UTC (14+ messages)
` [RFC PATCH v5 19/29] sched/rt: Remove support for cgroups-v1
` [RFC PATCH v5 20/29] sched/deadline: Allow deeper hierarchies of RT cgroups
[PATCH v6 00/16] tests: do more testing of block drivers
2026-05-13 12:14 UTC (18+ messages)
` [PATCH v6 01/16] python: bump qemu.qmp to v0.0.6
` [PATCH v6 02/16] gitlab: ensure all meson jobs capture build/meson-logs by default
` [PATCH v6 03/16] tests: print reason when I/O test is skipped in TAP mode
` [PATCH v6 04/16] tests: remove redundant meson suite for iotests
` [PATCH v6 05/16] tests: ensure all qcow2 I/O tests are able to be run via make
` [PATCH v6 06/16] scripts/mtest2make: ensure output has stable sorting
` [PATCH v6 07/16] scripts/mtest2make: support optional tests grouping
` [PATCH v6 08/16] tests: add a meson suite / make target per block I/O tests format
` [PATCH v6 09/16] docs/devel/testing: expand documentation for 'make check-block'
` [PATCH v6 10/16] tests: add nbd and luks to the I/O test suites
` [PATCH v6 11/16] tests: use 'driver' as collective term for either format or protocol
` [PATCH v6 12/16] tests: validate dmsetup result in test 128
` [PATCH v6 13/16] tests: fix check for sudo access in LUKS I/O test
` [PATCH v6 14/16] tests/qemu-iotests: mark 185 as a flaky test
` [PATCH v6 15/16] gitlab: add jobs for thorough block tests
` [PATCH v6 16/16] gitlab: remove I/O tests from build-tcg-disabled job
[PATCH v4 00/18] mshv: Bug fixes across the mshv_root module
2026-05-13 12:14 UTC (5+ messages)
` [PATCH v4 08/18] mshv: Fix level-triggered check on uninitialized data
` [PATCH v4 09/18] mshv: Fix duplicate GSI detection for GSI 0
[PATCH net-next 0/5] selftests: openvswitch: pylint cleanup for ovs-dpctl.py
2026-05-13 12:12 UTC (6+ messages)
` [PATCH net-next 1/5] selftests: openvswitch: convert %-formatting to f-strings
` [PATCH net-next 2/5] selftests: openvswitch: fix misc pylint warnings in ovs-dpctl.py
` [PATCH net-next 3/5] selftests: openvswitch: rename classes and variables "
` [PATCH net-next 4/5] selftests: openvswitch: add missing docstrings "
` [PATCH net-next 5/5] selftests: openvswitch: suppress pylint complexity warnings
[Intel-wired-lan] [PATCH iwl-next 0/8] ixgbe: small cleanups and improvements
2026-05-13 12:13 UTC (6+ messages)
` [Intel-wired-lan] [PATCH iwl-next 6/8] ixgbe: extract ixgbe_restart_auto_neg() to avoid code duplication
` "
[PATCH v4 0/8] fit: dm-verity support
2026-05-13 12:13 UTC (4+ messages)
` [PATCH v4 5/8] doc: fit: add dm-verity boot parameter documentation
[PATCH 0/2] scsi: Fix discard_granularity for -drive if=scsi
2026-05-13 12:12 UTC (3+ messages)
[REPORT] serial: 8250: BREAK + SysRq dispatch silently broken since 8324a54f604d
2026-05-13 12:10 UTC (9+ messages)
` [PATCH 0/3] serial: 8250: fix BREAK+SysRq dispatch on guard()-locked IRQ handlers
` [PATCH 1/3] serial: core: introduce guard(uart_port_lock_sysrq_irqsave)
` [PATCH 2/3] serial: 8250: dispatch SysRq character in serial8250_handle_irq()
` [PATCH 3/3] serial: 8250_dw: dispatch SysRq character in dw8250_handle_irq()
[PATCH 6.12 000/206] 6.12.88-rc1 review
2026-05-13 12:12 UTC (9+ messages)
` [PATCH 6.12 046/206] usb: typec: tcpm: reset internal port states on soft reset AMS
` [PATCH 6.12 135/206] riscv: kvm: fix vector context allocation leak
` [PATCH 6.12 190/206] crypto: nx - Migrate to scomp API
[PATCH v4] mm: introduce a new page type for page pool in page type
2026-05-13 12:11 UTC (7+ messages)
[PATCH] cpufreq: pcc: fix use-after-free and double free in _OSC evaluation
2026-05-13 12:06 UTC
[PATCH v3 0/6] media: qcom: iris: add support for decoding 10bit formats
2026-05-13 12:11 UTC (7+ messages)
` [PATCH v3 6/6] media: qcom: iris: vdec: allow GEN2 decoding into 10bit format
[PATCH v2 0/2] i2c: Add i2c-shared-gpio driver
2026-05-13 12:11 UTC (3+ messages)
[harry:slab-allow-runtime-parameter-tuning-rfc-v1r1-wip 6/6] mm/slub.c:3173:44: error: no member named 'cache' in 'struct slab_sheaf'
2026-05-13 12:10 UTC
equest to upstream: ALC287_FIXUP_TXNW2781_I2C quirk for ASUS Strix Gxx5 family (CachyOS commit 20313d76)
2026-05-13 9:24 UTC (2+ messages)
[PATCH] virtio_pci_modern: Use GFP_ATOMIC with spin_lock_irqsave held in virtqueue_exec_admin_cmd()
2026-05-13 12:10 UTC (3+ messages)
[LTP] [PATCH] Patch:V2:creat07():Added new_behavior flag to detect kernel version > 6.11 : Tests that creat() succeeds (write to executed file allowed) Removed the old skip logic that did TCONF on kernel >= 6.11 Added one static variable exp_errno to store expected result: -1 means creat() should succeed ETXTBSY means it should fail with that errno setup() now sets exp_errno from kernel version Simplified verify_creat(): if expected is success, call creat(), close fd, print TPASS if expected is failure, use TST_EXP_FAIL2() for ETXTBSY Removed extra verbose kernel-info messages Removed exec of external child binary and replaced it with an in-process forked child using TST_CHECKPOINT_WAKE() + pause() Removed .resource_files from test
2026-05-13 12:10 UTC (2+ messages)
[PATCH liburing] tests: add cBPF filter tests for IORING_OP_CONNECT
2026-05-13 12:10 UTC
[PATCH v4 4/5] ksm: Optimize rmap_walk_ksm by passing a suitable address range
2026-05-13 12:10 UTC (2+ messages)
[PATCH v4 5/5] ksm: add mremap selftests for ksm_rmap_walk
2026-05-13 12:10 UTC (2+ messages)
[PATCH v4 0/3] Add support for the Samsung S6E8FCO DSI and M1906F9 display panel
2026-05-13 12:09 UTC (3+ messages)
` (subset) "
[PATCH] dt-bindings: dma: qcom,gpi: Document the Eliza GPI DMA engine
2026-05-13 12:10 UTC
Concerns about AI code in the kernel
2026-05-13 12:09 UTC (2+ messages)
[PATCH] android_ab: fix slot selection
2026-05-13 12:09 UTC (4+ messages)
[PATCH 6.18 091/270] LoongArch: KVM: Compile switch.S directly into the kernel
2026-05-13 12:08 UTC (4+ messages)
` "
[RESEND 0/6] drm/i915: crtc iteration cleanups
2026-05-13 12:09 UTC (3+ messages)
` [RESEND 1/6] drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 display
[PATCH] sched/deadline: Make dl-server nohz full aware
2026-05-13 12:09 UTC (6+ messages)
[linux-next:master 8363/14863] Documentation/devicetree/bindings/sound/mediatek,mt8173-rt5650-rt5514.yaml: properties:mediatek,audio-codec:items:0: 'anyOf' conditional failed, one must be fixed:
2026-05-13 12:06 UTC
[LTP] [PATCH v19] thermal: add new test group
2026-05-13 12:06 UTC (4+ messages)
[PATCH v3 00/11] exfat: convert to iomap
2026-05-13 12:06 UTC (3+ messages)
` [PATCH v3 04/11] exfat: add exfat_file_open()
[PATCH 6.12 204/206] rust: pin-init: fix incorrect accessor reference lifetime
2026-05-13 12:05 UTC (4+ messages)
[PATCH] drm/omapdrm: avoid double drm_mode_config_cleanup()
2026-05-13 12:00 UTC
[PATCH v4 0/2] PCI: cadence: Add LTSSM debugfs
2026-05-13 12:04 UTC (8+ messages)
` [PATCH v4 2/2] PCI: cadence: Add debugfs property to provide LTSSM status of the PCIe link
[PATCH v2 00/29] ui/input: Decouple internal and QAPI input events
2026-05-13 12:04 UTC (3+ messages)
` [PATCH v2 04/29] ui/input: Use Linux key codes for internal key events
[PATCH 0/4] arm64: dts: qcom: Add initial device tree support for Shikra
2026-05-13 12:04 UTC (4+ messages)
` [PATCH 4/4] arm64: dts: qcom: Add Shikra CQM and CQS EVK boards
[PATCH v4 1/5] mm/rmap: add tracepoint for rmap_walk
2026-05-13 12:03 UTC (2+ messages)
[LTP] [PATCH v2 1/1] tst_test.h: Convert rest of doc to kerneldoc
2026-05-13 12:02 UTC (2+ messages)
[PATCH net] openvswitch: vport: fix race between linking and the device notifier
2026-05-13 12:02 UTC (2+ messages)
[PATCH 3/4] arm64: dts: qcom: Add Shikra CQM SoM platform
2026-05-13 12:01 UTC (4+ messages)
[PATCH net] udp: Fix UDP length on last GSO_PARTIAL segment
2026-05-13 12:01 UTC (7+ messages)
[PATCH] drm/imagination: Add support for trace points
2026-05-13 12:00 UTC
[PATCH RESEND 2] HID: Add force feedback support for Speedlink Cougar Vibration Flightstick
2026-05-13 12:00 UTC (3+ messages)
[dwmw2:vmtk 36/37] kernel/time/vmclock_host.c:48:1: warning: "/*" within comment
2026-05-13 12:00 UTC
[koverstreet-bcachefs:trace_sched_wakeup_backtrace 248/332] fs/bcachefs/alloc/foreground.c:1632 bch2_print_allocator_stuck() error: we previously assumed 'req' could be null (see line 1597)
2026-05-13 12:00 UTC
Recent changes (master)
2026-05-13 12:00 UTC
[REQUEST FOR GUIDANCE] Dell Panther Lake IR camera (HIMX1092 / Synaptics SVP7500 06CB:0701) — port-2 streaming gated by bridge secure-handshake
2026-05-13 11:59 UTC (2+ messages)
[PATCH] expat: Upgrade 2.8.0 -> 2.8.1
2026-05-13 11:59 UTC
[PATCH v4 3/5] ksm: add vm_pgoff into ksm_rmap_item
2026-05-13 11:59 UTC (2+ messages)
[PATCH v8 0/8] Support metadata-driven A/B boot for STM32MP25
2026-05-13 11:58 UTC (5+ messages)
[PATCH v2] leds: class: Use firmware nodes for device lookup
2026-05-13 11:58 UTC
[PATCH 7.0 000/307] 7.0.7-rc1 review
2026-05-13 11:59 UTC (7+ messages)
` [PATCH 7.0 247/307] sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()
[PATCH] arm64: proton-pack: use sysfs_emit in sysfs show functions
2026-05-13 11:57 UTC
[PATCH v4 0/4] armv8: mmu: fix region unmapping and optimise set_one_region()
2026-05-13 11:57 UTC (3+ messages)
` [PATCH v4 4/4] armv8: mmu: fix and optimise explicitly unmapping regions
[Patch net-next v3 0/7] r8169: add RSS support for RTL8127
2026-05-13 11:55 UTC (8+ messages)
` [Patch net-next v3 1/7] r8169: add support for multi irqs
` [Patch net-next v3 2/7] r8169: add support for multi rx queues
` [Patch net-next v3 3/7] r8169: add support for new interrupt mapping
` [Patch net-next v3 4/7] r8169: enable "
` [Patch net-next v3 5/7] r8169: add support and enable rss
` [Patch net-next v3 6/7] r8169: move struct ethtool_ops
` [Patch net-next v3 7/7] r8169: add support for ethtool
[PATCH v3 0/2] drm/bridge: it66121: Fix display output on DVI monitors
2026-05-13 11:55 UTC (5+ messages)
` [PATCH v3 1/2] drm/bridge: ite-it66121: Set TX mode in the .atomic_enable callback
[PATCH v5 0/7] driver core: remove software node from platform devices on device release
2026-05-13 11:55 UTC (4+ messages)
` [PATCH v5 3/7] driver core: platform: provide platform_device_add_software_node()
[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
2026-05-13 11:54 UTC (12+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()
[Patch net-next v2 0/7] r8169: add RSS support for RTL8127
2026-05-13 11:54 UTC (4+ messages)
` [Patch net-next v2 5/7] r8169: add support and enable rss
[PATCH] sched/deadline: Fix stale comment above yield_task_dl()
2026-05-13 11:54 UTC (2+ messages)
[PATCH] scsi: devinfo: Add BLIST_NO_RSOC for Promise VTrak E310f
2026-05-13 11:54 UTC (2+ messages)
[PATCH v2 0/3] Add GPADC support for A523
2026-05-13 11:53 UTC (4+ messages)
` [PATCH v2 2/3] iio: adc: sun20i-gpadc: add A523 gpadc support
[PATCH 0/2] pinctrl: pinctrl: renesas: rzt2h: Minor cleanups
2026-05-13 11:53 UTC (3+ messages)
` [PATCH 1/2] pinctrl: renesas: rzt2h: Remove unused variable 'j'
` [PATCH 2/2] pinctrl: renesas: rzt2h: Skip PFC mode configuration if already set
[PATCH v2 0/3] sched: Simplify ifdeffery around CONFIG_SCHED_SMT
2026-05-13 11:53 UTC (5+ messages)
` [PATCH v2 3/3] sched/fair: Add compile time check in fastpaths for CONFIG_SCHED_SMT=n
[PATCH 0/2] hw/nvme: add monitor commands for inspecting state
2026-05-13 11:52 UTC (7+ messages)
` [PATCH 1/2] hw/nvme: add 'info nvme' HMP command
` [PATCH 2/2] hw/nvme: add 'info nvme-queues' "
[PATCH 0/2] drm/panel: Add Raspberry Pi 7" panel
2026-05-13 11:52 UTC (12+ messages)
` [PATCH 2/2] drm/panel: simple: Add timings for "
[PATCH v3 0/6] media: uvcvideo: Fixes for hw timestamping
2026-05-13 11:51 UTC (8+ messages)
` [PATCH v3 1/6] media: uvcvideo: Fix dev_sof filtering in hw timestamp
` [PATCH v3 2/6] media: uvcvideo: Use hw timestaming if the clock buffer is full
` [PATCH v3 3/6] media: uvcvideo: Relax the constrains for interpolating the hw clock
` [PATCH v3 4/6] media: uvcvideo: Do not add clock samples with small sof delta
` [PATCH v3 5/6] media: uvcvideo: Do not add samples if dev_sof has not changed
` [PATCH v3 6/6] media: uvcvideo: Only do uvc_video_get_time() if needed
[deller-parisc:parisc-7.0-1 4/10] arch/parisc/kernel/drivers.c:928 qemu_header() error: strcpy() 'boot_cpu_data.pdc.sys_model_name' too large for 'name_mpe' (81 vs 80)
2026-05-13 11:51 UTC (2+ messages)
[PATCH v11 0/5] drivers/base: Introduce revocable
2026-05-13 11:51 UTC (3+ messages)
` [PATCH v11 4/5] platform/chrome: Protect cros_ec_device lifecycle with revocable
[PATCH] tests/intel/xe_configfs: Use available engine for ctx-restore subtests
2026-05-13 11:49 UTC (2+ messages)
snd-firewire-ctl-services: Digidesign Digi-002R - missing control for 'Optical mode'
2026-05-13 11:49 UTC (6+ messages)
[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
2026-05-13 11:49 UTC (4+ messages)
` [PATCH v3 10/12] mm/memcg, swap: store cgroup id in cluster table directly
[Buildroot] [PATCH 1/1] package/linux-firmware: Add MediaTek MT7916 WiFi 6E firmware files
2026-05-13 11:49 UTC
[akpm-mm:mm-new 301/315] mm/oom_kill.c:922:12: warning: 'kill_all_shared_mm' defined but not used
2026-05-13 11:48 UTC
[harry:slab-allow-runtime-parameter-tuning-rfc-v1r1-wip 6/6] mm/slub.c:3173:2: error: member reference type 'void' is not a pointer
2026-05-13 11:48 UTC
[PATCH] mm/mremap: unmap full fixed target for multi-VMA moves
2026-05-13 11:49 UTC (11+ messages)
FAILED: patch "[PATCH] wifi: mac80211: remove station if connection prep fails" failed to apply to 6.1-stable tree
2026-05-13 11:48 UTC (2+ messages)
` [PATCH 6.1.y] wifi: mac80211: remove station if connection prep fails
[PATCH] x86/shadow: deviate guest_va_t wrt Misra C:2012 rule 5.6
2026-05-13 11:48 UTC
[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
2026-05-13 11:48 UTC (5+ messages)
` [PATCH v6 2/4] mm/memory-failure: classify get_any_page() failures by reason
[PATCH 0/2] tools: provide a shared library with high-level functions used by gpio-tools
2026-05-13 11:47 UTC (3+ messages)
` [PATCH 1/2] tools: provide the libgpiotools shared library
` [PATCH 2/2] tools: reuse libgpiotools
[PATCH 0/5] x86: Misra rule 5.3
2026-05-13 11:46 UTC (6+ messages)
` [PATCH 1/5] x86/guest: rename a local variable
` [PATCH 2/5] x86/PV: rename a local variable in pv_emulate_gate_op()
` [PATCH 3/5] x86/shadow: conditionalize / rename local variables
` [PATCH 4/5] x86/shadow: split a nested max() invocation
` [PATCH 5/5] x86/shadow: rename a parameter of shadow_l<N>_index()
[PATCH RFT 0/5] drm/msm: Attach a driver to GMU
2026-05-13 11:46 UTC (5+ messages)
` [PATCH RFT 4/5] drm/msm: Always use component model for standalone GPU
` [PATCH RFT 5/5] drm/msm: Attach a driver to the GMU
[PATCH] fastboot: read fastboot buffer address from fastboot_addr_r
2026-05-13 11:45 UTC (2+ messages)
Kconfig: CONFIG_CIFS_SMB_DIRECT bool option silently dropped when CIFS=m and INFINIBAND=m
2026-05-13 11:45 UTC (6+ messages)
[PATCH phy-next 0/5] Lynx 28G SerDes: 25GbE support
2026-05-13 11:44 UTC (10+ messages)
` [PATCH phy-next 5/5] phy: lynx-28g: add support for 25GBASER
[syzbot] [mm?] possible deadlock in gup_fast_fallback (3)
2026-05-13 11:44 UTC (2+ messages)
[PATCH] docs: update rust-analyzer command
2026-05-13 11:44 UTC (4+ messages)
[PATCH v6 0/2] usb: cdns3: support configurations without DRD block
2026-05-13 11:44 UTC (6+ messages)
` [PATCH v6 1/2] dt-bindings: usb: cdns3: Add no_drd property
` [PATCH v6 2/2] usb: cdnsp: Add support for device-only configuration
[PATCH rdma-next v4 00/16] RDMA: Introduce generic buffer descriptor infrastructure for umem
2026-05-13 11:43 UTC (7+ messages)
` [PATCH rdma-next v4 05/16] RDMA/uverbs: Inline _uverbs_get_const_{signed,unsigned}()
` [PATCH rdma-next v4 11/16] RDMA/mlx4: Use ib_umem_get_cq_buf() for user CQ buffer
[PATCH] drm/xe: Unify fault injection hooks for CSC, GT reset
2026-05-13 11:42 UTC (3+ messages)
[PATCH] iommu/arm-smmu-v3-sva: Enable Hardware Access and Hardware Dirty bits
2026-05-13 11:42 UTC (10+ messages)
[PATCH] drm/xe: LR mode TLB coherence for userptr, rebind, and exec ordering
2026-05-13 11:42 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
[PATCH v3 1/2] man/man7/pid_namespaces.7: Fix requirements on namespace+process trees
2026-05-13 11:41 UTC (2+ messages)
` [PATCH v3 2/2] man/man7/pid_namespaces.7: Add setns restriction and reasoning
BUG: drm/ast: soft lockup due to missing timeout in hardware polling (ast_2500_patch_ahb)
2026-05-13 11:39 UTC (2+ messages)
` [PATCH] drm/ast: Add timeouts to AHB/SCU polling loops to prevent soft lockups
[REGRESSION] iwlwifi 8265 firmware ADVANCED_SYSASSERT in PHY_CONTEXT_CMD on roam (v7.0.3..v7.0.5)
2026-05-13 11:40 UTC (3+ messages)
[RFC PATCH 0/2] mmc: rtsx_usb_sdmmc: qualify card-detect on tray readers
2026-05-13 11:40 UTC (3+ messages)
` [RFC PATCH 1/2] mmc: rtsx_usb_sdmmc: avoid false "
` [RFC PATCH 2/2] mmc: rtsx_usb_sdmmc: start card power-up at 3.3V
[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
2026-05-13 11:39 UTC (5+ messages)
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
[PATCH] drm/i915: skip __i915_request_skip() for already signaled requests
2026-05-13 11:38 UTC (3+ messages)
[PATCH v3 02/10] IB/rdmavt: Don't abuse udata and ib_respond_udata()
2026-05-13 11:38 UTC (3+ messages)
[RFC PATCH 0/8] hw/arm/virt, hw/pci: PCI pre-enumeration and fixed BAR allocation
2026-05-13 11:36 UTC (7+ messages)
` [edk2-devel] "
[Buildroot] [PATCH 1/1] package/frr: Bump version to 10.5.4
2026-05-13 11:36 UTC
[PATCH v3] btrfs: validate data reloc tree file extent item members in tree-checker
2026-05-13 11:35 UTC (2+ messages)
` [PATCH v4] btrfs: validate data reloc tree file extent item members
[PATCH 0/2] drm/v3d: Fix perfmon locking and cross-queue isolation
2026-05-13 11:35 UTC (9+ messages)
` [PATCH 1/2] drm/v3d: Refactor perfmon locking
[PATCH v6 1/2] dt-bindings: bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI driver
2026-05-13 11:35 UTC (8+ messages)
[PATCH v2 00/10] sched: Flatten the pick
2026-05-13 11:35 UTC (3+ messages)
[PATCH] checksum: only split file-checksums entries at right-most colon
2026-05-13 11:33 UTC (2+ messages)
[PATCH 0/2] drm/bridge: lt9211: Add drive-strength-microamp DT property
2026-05-13 11:33 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
2026-05-13 11:31 UTC (5+ messages)
` [PATCH RFC net-next 4/4] veth: use generic skb XDP handling
[OE-core][PATCH v2] libffi: add ptest support
2026-05-13 11:31 UTC (10+ messages)
` [OE-core][PATCH v3] "
[PATCH net] net: skbuff: preserve shared-frag marker during coalescing
2026-05-13 11:31 UTC (3+ messages)
[PATCH mm-hotfixes] mm/hugetlb: avoid false positive lockdep assertion
2026-05-13 11:30 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/python-cbor2: add CPE ID
2026-05-13 11:28 UTC
[anolis-intel-cloud:devel-6.6 28/28] bash: drivers/infiniband/hw/sxe2rdma/check_aux_support.sh: No such file or directory
2026-05-13 11:27 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.