The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-10-29 16:35:50 to 2025-10-29 18:46:02 UTC [more...]

[RFC PATCH V3 0/7] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unused slab space
 2025-10-29 18:45 UTC  (8+ messages)
` [RFC PATCH V3 6/7] mm/slab: save memory by allocating slabobj_ext array from leftover
` [RFC PATCH V3 7/7] mm/slab: place slabobj_ext metadata in unused space within s->size

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-10-29 18:45 UTC  (5+ messages)
` [patch V3 03/12] rseq: Provide static branch for time slice extensions
` [patch V3 08/12] rseq: Implement time slice extension enforcement timer

[PATCH] accel/amdxdna: Fix incorrect command state for timed out job
 2025-10-29 18:43 UTC  (9+ messages)
    `  "

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-10-29 18:41 UTC  (11+ messages)
` [PATCH v12 mm-new 06/15] khugepaged: introduce collapse_max_ptes_none helper function

[PATCH] wifi: mt76: mmio_(read|write)_copy byte swap when on Big Endian
 2025-10-29 18:41 UTC  (2+ messages)
` [PATCH v2] wifi: mt76: mmio_*_copy fix byte order and alignment

[PATCH net v2 0/2] net: phy: micrel: lan8842 erratas
 2025-10-29 18:40 UTC  (5+ messages)
` [PATCH net v2 1/2] net: phy: micrel: lan8842 errata
` [PATCH net v2 2/2] "

[PATCH RESEND v2 00/12] coc: tsm: Implement ->connect()/->disconnect() callbacks for ARM CCA IDE setup
 2025-10-29 18:38 UTC  (19+ messages)
` [PATCH RESEND v2 01/12] KVM: arm64: RMI: Export kvm_has_da_feature
` [PATCH RESEND v2 02/12] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
` [PATCH RESEND v2 03/12] coco: guest: arm64: Drop dummy RSI platform device stub
` [PATCH RESEND v2 04/12] coco: host: arm64: Add host TSM callback and IDE stream allocation support
` [PATCH RESEND v2 05/12] coco: host: arm64: Build and register RMM pdev descriptors
` [PATCH RESEND v2 06/12] coco: host: arm64: Add RMM device communication helpers
` [PATCH RESEND v2 07/12] coco: host: arm64: Add helper to stop and tear down an RMM pdev
` [PATCH RESEND v2 08/12] coco: host: arm64: Instantiate RMM pdev during device connect
` [PATCH RESEND v2 12/12] coco: host: arm64: Register device public key with RMM

[PATCH 0/2] mfd: syscon: introduce no-auto-mmio DT property
 2025-10-29 18:37 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: mfd: syscon: introduce no-auto-mmio property for syscons
` [PATCH 2/2] mfd: syscon: Don't auto create "no-auto-mmio" syscons

[PATCH v4 0/9] PCI: dw-rockchip: add system suspend support
 2025-10-29 18:36 UTC  (11+ messages)
` [PATCH v4 1/9] PCI: dw-rockchip: Rename rockchip_pcie_get_ltssm function
` [PATCH v4 2/9] PCI: dw-rockchip: Support get_ltssm operation
` [PATCH v4 3/9] PCI: dw-rockchip: Move devm_phy_get out of phy_init
` [PATCH v4 4/9] PCI: dw-rockchip: Add helper function for enhanced LTSSM control mode
` [PATCH v4 5/9] PCI: dw-rockchip: Add helper function for controller mode
` [PATCH v4 6/9] PCI: dw-rockchip: Add helper function for DDL indicator
` [PATCH v4 7/9] PCI: dw-rockchip: Add pme_turn_off support
` [PATCH v4 8/9] PCI: dw-rockchip: Add system PM support
` [PATCH v4 9/9] PCI: dwc: support missing PCIe device on resume

[PATCH v4] rust: lock: Export Guard::do_unlocked()
 2025-10-29 18:35 UTC 

[PATCH v3 0/4] airoha: an7581: USB support
 2025-10-29 18:35 UTC  (8+ messages)
` [PATCH v3 1/4] dt-bindings: soc: Add bindings for Airoha SCU Serdes lines
` [PATCH v3 2/4] dt-bindings: phy: Add documentation for Airoha AN7581 USB PHY
` [PATCH v3 3/4] phy: move Airoha PCIe PHY driver to dedicated directory
` [PATCH v3 4/4] phy: airoha: Add support for Airoha AN7581 USB PHY

[PATCH sched_ext/for-6.19] sched_ext/tools: Restore backward compat with v6.12 kernels
 2025-10-29 18:35 UTC 

[PATCH] Documentation: pm: fix duplicate hyperlink target errors
 2025-10-30  0:04 UTC  (4+ messages)

[RFC PATCH v1 00/15] Addition of session API to python module
 2025-10-29 18:33 UTC  (5+ messages)
` [RFC PATCH v1 12/15] perf evlist: Add reference count

[PATCH] docs: kdoc: fix duplicate section warning message
 2025-10-29 18:30 UTC 

[PATCH v4 next 0/9] Implement mul_u64_u64_div_u64_roundup()
 2025-10-29 18:26 UTC  (14+ messages)
` [PATCH v4 next 1/9] lib: mul_u64_u64_div_u64() rename parameter 'c' to 'd'
` [PATCH v4 next 2/9] lib: mul_u64_u64_div_u64() Combine overflow and divide by zero checks
` [PATCH v4 next 3/9] lib: mul_u64_u64_div_u64() simplify check for a 64bit product
` [PATCH v4 next 4/9] lib: Add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
` [PATCH v4 next 5/9] lib: Add tests for mul_u64_u64_div_u64_roundup()
` [PATCH v4 next 6/9] lib: test_mul_u64_u64_div_u64: Test both generic and arch versions
` [PATCH v4 next 7/9] lib: mul_u64_u64_div_u64() optimise multiply on 32bit x86
` [PATCH v4 next 8/9] lib: mul_u64_u64_div_u64() Optimise the divide code
` [PATCH v4 next 9/9] lib: test_mul_u64_u64_div_u64: Test the 32bit code on 64bit

[PATCH 0/2] Add support for Microchip EMC1812
 2025-10-29 18:25 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: hwmon: temperature: add support for EMC1812
` [PATCH 2/2] "

[PATCH] pwm: fix Rust formatting
 2025-10-29 18:25 UTC 

[PATCH v5 0/9] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-10-29 18:21 UTC  (3+ messages)
` [PATCH v5 9/9] vfio/pci: Add dma-buf export support for MMIO regions

[PATCH] pwm: fix broken intra-doc link
 2025-10-29 18:19 UTC 

[PATCH 0/4] Introduce import_ns support for Rust
 2025-10-29 18:18 UTC  (3+ messages)

[RFC PATCH 0/3] Enforce DRM scheduler reclaim rules
 2025-10-29 18:16 UTC  (7+ messages)
` [RFC PATCH 1/3] workqueue: Add an interface to taint workqueue lockdep with reclaim

[PATCH v2 00/23] mm: BPF OOM
 2025-10-29 18:14 UTC  (4+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups

[next-20251022] Kernel Boot Warnings at arch/powerpc/kernel/trace/ftrace.c:234
 2025-10-29 18:12 UTC  (6+ messages)

[PATCH] ALSA: hda/realtek: Enable mic on Vaio RPL
 2025-10-29 18:11 UTC 

fall back from direct to buffered I/O when stable writes are required
 2025-10-29 18:12 UTC  (8+ messages)
` [PATCH 2/4] fs: return writeback errors for IOCB_DONTCACHE in generic_write_sync
` [PATCH 4/4] xfs: fallback to buffered I/O for direct I/O when stable writes are required

[PATCH v6 0/8] Add SPI offload support to AD4030
 2025-10-29 18:11 UTC  (4+ messages)
` [PATCH v6 8/8] iio: adc: ad4030: Support common-mode channels with SPI offloading

[PATCH 0/8] Device::drvdata() and driver/driver interaction (auxiliary)
 2025-10-29 18:10 UTC  (7+ messages)
` [PATCH 2/8] rust: device: introduce Device::drvdata()

[PATCH] i2c: qcom-geni: make sure I2C hub controllers can't use SE DMA
 2025-10-29 18:07 UTC 

[PATCH v2] sched/idle: disable tick in idle=poll idle entry
 2025-10-29 18:01 UTC  (2+ messages)

[PATCH] scripts: add tracepoint-update to .gitignore
 2025-10-29 18:05 UTC  (3+ messages)

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-29 18:05 UTC  (3+ messages)
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()

[PATCH v6 0/4] media: imx-mipi-csis: Get the number of active lanes from mbus_config
 2025-10-29 18:03 UTC  (5+ messages)
` [PATCH v6 1/4] media: v4l: Add helper to get number of active lanes via a pad
` [PATCH v6 2/4] media: imx-mipi-csis: Move redundant debug print in probe
` [PATCH v6 3/4] media: imx-mipi-csis: Add num_data_lanes to mipi_csis_device
` [PATCH v6 4/4] media: imx-mipi-csis: Support active data lanes differing from maximum

[PATCH v2 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
 2025-10-29 18:03 UTC  (4+ messages)
` [PATCH v2 1/7] dt-bindings: i2c: qcom-cci: Document msm8953 compatible

[syzbot] [net?] BUG: unable to handle kernel NULL pointer dereference in pc_clock_settime
 2025-10-29 18:03 UTC 

[PATCH v3 1/3] dt-bindings: vendor-prefixes: Add NineTripod
 2025-10-29 18:00 UTC  (4+ messages)

[PATCH v2] sched/fair: Skip sched_balance_running cmpxchg when balance is not due
 2025-10-29 18:00 UTC  (3+ messages)

[syzbot] [net?] kernel BUG in filemap_fault (3)
 2025-10-29 17:59 UTC 

[PATCH 00/14] Add RSPI support for RZ/T2H and RZ/N2H
 2025-10-29 17:58 UTC  (3+ messages)
` [PATCH 11/14] dt-bindings: spi: renesas,rzv2h-rspi: document "

[PATCH v3 4/7] clk: ingenic: tcu: Use contextual data instead of global variable
 2025-10-29 17:56 UTC  (2+ messages)

[RFC bpf-next 0/2] Print map ID on successful creation
 2025-10-29 17:56 UTC  (5+ messages)
` [RFC bpf-next 1/2] bpftool: Print map ID upon creation and support JSON output

[PATCH v4 0/3] net: stmmac: dwmac-sophgo: Add phy interface filter
 2025-10-29 17:54 UTC  (5+ messages)
` [PATCH v4 1/3] dt-bindings: net: sophgo,sg2044-dwmac: add phy mode restriction

[PATCH 2/2] backlight: aw99706: Add support for Awinic AW99706 backlight
 2025-10-29 17:53 UTC  (4+ messages)

[PATCH 0/4] initial work on making VMA flags a bitmap
 2025-10-29 17:49 UTC  (5+ messages)
` [PATCH 1/4] mm: declare VMA flags by bit
` [PATCH 2/4] mm: simplify and rename mm flags function for clarity
` [PATCH 3/4] mm: introduce VMA flags bitmap type
` [PATCH 4/4] mm: introduce and use VMA flag test helpers

[PATCH v16 00/14] Implement vendor resets for PSCI SYSTEM_RESET2
 2025-10-29 17:48 UTC  (4+ messages)
` [PATCH v16 01/14] power: reset: reboot-mode: Synchronize list traversal

[PATCH v8 0/4] rockchip: add can for RK3576 Soc
 2025-10-29 17:48 UTC  (3+ messages)
` [PATCH v8 1/4] dt-bindings: can: rockchip_canfd: add rk3576 CAN controller

[PATCH v3 2/7] MIPS: PCI: Use contextual data instead of global variable
 2025-10-29 17:46 UTC  (2+ messages)

[PATCH v3] dt_bindings: sound: ti,pcm186x: convert to dtschema
 2025-10-29 17:46 UTC  (2+ messages)

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-29 17:46 UTC  (4+ messages)
` [PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()

[PATCH v6] backlight: led-backlight: add devlink to supplier LEDs
 2025-10-29 17:45 UTC  (3+ messages)

[PATCH] selftests/seccomp: Fixed type mismatch warning
 2025-10-29 17:42 UTC 

[PATCH 0/6] wifi: ath11k: Add support for QCN6122
 2025-10-29 17:41 UTC  (4+ messages)
` [PATCH 5/6] wifi: ath11k: add multipd "

[PATCH] powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
 2025-10-29 17:40 UTC 

[PATCH] of: Update license for MIPS GIC header
 2025-10-29 17:40 UTC  (2+ messages)

[syzbot] [net?] kernel BUG in ipgre_header (3)
 2025-10-29 17:40 UTC 

[PATCH] fs/pipe: stop duplicating union pipe_index declaration
 2025-10-29 17:38 UTC  (3+ messages)

[PATCH] dt-bindings: soc: mediatek: pwrap: Add compatible for MT8189 SoC
 2025-10-29 17:37 UTC  (2+ messages)

[PATCH net] selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-common.sh
 2025-10-29 17:37 UTC  (4+ messages)

[PATCH] dt-bindings: spmi: spmi-mtk-pmif: Add compatible for MT8189 SoC
 2025-10-29 17:37 UTC  (2+ messages)

[PATCH V2 0/2] dmaengine: atcdmac300: Add Andes ATCDMAC300 DMA driver
 2025-10-29 17:35 UTC  (3+ messages)
` [PATCH V2 1/2] dt-bindings: dmaengine: Add support for ATCDMAC300 DMA engine

[PATCH] Revert "scripts/coccinelle: Find PTR_ERR() to %pe candidates"
 2025-10-29 17:35 UTC  (7+ messages)
    ` [cocci] "

[PATCH] scmi: reset: validate number of reset domains
 2025-10-29 17:34 UTC 

[PATCH] dt-bindings: iio: adc: Add compatible for MT8189 SoC
 2025-10-29 17:34 UTC  (2+ messages)

[PATCH] dma: qcom: gpi: Fix memory leak in gpi_peripheral_config()
 2025-10-29 17:32 UTC  (2+ messages)

[PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
 2025-10-29 17:30 UTC  (2+ messages)

[PATCH v6 0/4] Add DisplayPort support to QCS615 devicetree
 2025-10-29 17:32 UTC  (3+ messages)
` [PATCH v6 3/4] arm64: dts: qcom: Add DisplayPort and QMP USB3DP PHY for SM6150

[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
 2025-10-29 17:25 UTC  (2+ messages)

[PATCH 0/4] Cleanups in amd64_edac
 2025-10-29 17:24 UTC  (5+ messages)
` [PATCH 3/4] EDAC/amd64: Set zn_regs_v2 flag for all AMD Family 1Ah-based SOCs
` [PATCH 4/4] EDAC/mc_sysfs: Begin deprecating legacy sysfs EDAC interface

[PATCH v1] pinctrl: mpfs-iomux0: fix compile-time constant warning for LLVM prior to 17
 2025-10-29 17:20 UTC  (2+ messages)

[PATCH 00/19] Add RZ/G3E RSCI support
 2025-10-29 17:20 UTC  (7+ messages)
` [PATCH 03/19] dt-bindings: serial: renesas,rsci: Document RZ/G3E support

[PATCH v2 0/2] dt-bindings: mailbox: qcom-ipcc: Add IPCC on Kaanapali and Glymur Platforms
 2025-10-29 17:23 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: mailbox: qcom: Add IPCC support for Glymur Platform

[PATCH 0/2] iio: mpl3115: support for events
 2025-10-29 17:20 UTC  (5+ messages)
` [PATCH 1/2] iio: mpl3115: add ctrl_reg4 to mpl3115_data
` [PATCH 2/2] iio: mpl3115: add threshold events support

[syzbot] [net?] kernel BUG in ipgre_header (3)
 2025-10-29 17:19 UTC  (2+ messages)
` Forwarded: "

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-10-29 17:15 UTC  (4+ messages)

[PATCH net-next 0/4] net: stmmac: socfpga: Add Agilex5 platform support and enhancements
 2025-10-29 17:14 UTC  (9+ messages)
` [PATCH net-next 1/4] net: stmmac: socfpga: Agilex5 EMAC platform configuration
` [PATCH net-next 4/4] net: stmmac: socfpga: Add hardware supported cross-timestamp

[syzbot] [ntfs3?] KMSAN: uninit-value in bcmp (3)
 2025-10-29 17:12 UTC 

[PATCHv2 0/2] Fix SIGBUS semantics with large folios
 2025-10-29 17:10 UTC  (8+ messages)
` [PATCHv2 2/2] mm/truncate: Unmap large folio on split failure

[PATCH rtw-next v3 0/9] wifi: rtw89: improvements for USB part
 2025-10-29 17:09 UTC  (6+ messages)
` [PATCH rtw-next v3 7/9] wifi: rtw89: handle IEEE80211_TX_CTL_REQ_TX_STATUS frames for USB

[PATCH v9 0/3] Introduce USB DT support for SM8750
 2025-10-29 17:09 UTC  (7+ messages)
` [PATCH v9 2/3] arm64: dts: qcom: sm8750: Add USB support for SM8750 MTP platform

[PATCH net-next 00/12] selftests/vsock: refactor and improve vmtest infrastructure
 2025-10-29 17:01 UTC  (23+ messages)
` [PATCH net-next 02/12] selftests/vsock: make wait_for_listener() work even if pipefail is on
` [PATCH net-next 03/12] selftests/vsock: reuse logic for vsock_test through wrapper functions
` [PATCH net-next 05/12] selftests/vsock: do not unconditionally die if qemu fails
` [PATCH net-next 06/12] selftests/vsock: speed up tests by reducing the QEMU pidfile timeout
` [PATCH net-next 07/12] selftests/vsock: add check_result() for pass/fail counting
` [PATCH net-next 08/12] selftests/vsock: identify and execute tests that can re-use VM
` [PATCH net-next 10/12] selftests/vsock: avoid false-positives when checking dmesg
` [PATCH net-next 11/12] selftests/vsock: add 1.37 to tested virtme-ng versions

[PATCH] printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP
 2025-10-29 17:00 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/2] replace system_unbound_wq and system_wq with the new wqs
 2025-10-29 16:56 UTC  (3+ messages)
` [PATCH v2 1/2] accel/ivpu: replace use of system_unbound_wq with system_dfl_wq
` [PATCH v2 2/2] accel/ivpu: replace use of system_wq with system_percpu_wq

[PATCH 0/2] drm/sched: Document potential forever-hang
 2025-10-29 16:54 UTC  (3+ messages)
` [PATCH 1/2] drm/sched: Fix comment in drm_sched_run_job_work()

[PATCH v2 0/6] PCI: endpoint/NTB: Harden vNTB resource management
 2025-10-29 16:53 UTC  (5+ messages)
` [PATCH v2 4/6] PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown
` [PATCH v2 6/6] PCI: endpoint: pci-epf-vntb: manage ntb_dev lifetime and fix vpci bus teardown

[syzbot] [ocfs2?] KASAN: slab-use-after-free Read in ocfs2_fault
 2025-10-29 16:53 UTC 

[PATCH 00/19] mm, swap: never bypass swap cache and cleanup flags (swap table phase II)
 2025-10-29 16:52 UTC  (3+ messages)
` [PATCH 15/19] mm, swap: add folio to swap cache directly on allocation

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-10-29 16:50 UTC  (4+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions
` [PATCH 2/3] mm: implement sticky, copy on fork VMA flags
` [PATCH 3/3] selftests/mm/guard-regions: add smaps visibility test

[PATCH v2] selftest: net: fix socklen_t type mismatch in sctp_collision test
 2025-10-29 16:50 UTC  (2+ messages)

[Linux Kernel Bug] KASAN: null-ptr-deref Read in generic_hwtstamp_ioctl_lower
 2025-10-29 16:47 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: qcs615: Update 'model' string for qcs615 ride
 2025-10-29 16:50 UTC  (2+ messages)

[PATCH 0/9] dt-bindings: PCI: qcom: Add missing required power-domains
 2025-10-29 16:46 UTC  (3+ messages)
` [PATCH 9/9] dt-bindings: PCI: qcom,pcie-x1e80100: "

[PATCH net 0/3] net/mlx5e: SHAMPO fixes for 64KB page size
 2025-10-29 16:45 UTC  (7+ messages)
` [PATCH net 1/3] net/mlx5e: SHAMPO, Fix header mapping for 64K pages
` [PATCH net 2/3] net/mlx5e: SHAMPO, Fix skb size check "

[PATCH net] isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
 2025-10-29 16:45 UTC  (4+ messages)

[PATCH v3 0/8] Add support for i.MX8ULP's SIM LPAV
 2025-10-29 16:44 UTC  (9+ messages)
` [PATCH v3 5/8] reset: imx8mp-audiomix: Switch to using regmap API
` [PATCH v3 6/8] reset: imx8mp-audiomix: Extend the driver usage
` [PATCH v3 7/8] reset: imx8mp-audiomix: Support i.MX8ULP SIM LPAV
` [PATCH v3 8/8] arm64: dts: imx8ulp: add sim lpav node

[PATCH] cxl/region: Support multi-level interleaving with smaller granularities for lower levels
 2025-10-29 16:44 UTC  (2+ messages)

[PATCH v4 00/12] Nesting support for lazy MMU mode
 2025-10-29 16:41 UTC  (3+ messages)
` [PATCH v4 07/12] mm: enable lazy_mmu sections to nest

[PATCH net v3 0/3] Fix SCTP diag locking issues
 2025-10-29 16:40 UTC  (4+ messages)
` [PATCH net v3 1/3] sctp: Hold RCU read lock while iterating over address list

[syzbot] [ocfs2?] kernel BUG in ocfs2_commit_truncate
 2025-10-29 16:40 UTC 

[PATCH v4 0/3] phy: qcom: edp: Add missing ref clock to x1e80100
 2025-10-29 16:43 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: phy: qcom-edp: Add missing clock for X Elite
` [PATCH v4 2/3] phy: qcom: edp: Make the number of clocks flexible
` [PATCH v4 3/3] arm64: dts: qcom: x1e80100: Add missing TCSR ref clock to the DP PHYs

[PATCH bpf v3 0/4] bpf: Free special fields when update hash and local storage maps
 2025-10-29 16:38 UTC  (5+ messages)

[PATCH] ptp: guard ptp_clock_gettime() if neither gettimex64 nor
 2025-10-29 16:37 UTC  (7+ messages)

[PATCH v12 00/23] TDX KVM selftests
 2025-10-29 16:37 UTC  (3+ messages)
` [PATCH v12 08/23] KVM: selftests: Define structs to pass parameters to TDX boot code

[PATCH 1/5] nvme-fc: don't hold rport lock when putting ctrl
 2025-10-29 16:36 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