Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 539DDC433F5 for ; Sun, 21 Nov 2021 19:58:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230229AbhKUUBt convert rfc822-to-8bit (ORCPT ); Sun, 21 Nov 2021 15:01:49 -0500 Received: from mail.kernel.org ([198.145.29.99]:54006 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229920AbhKUUBs (ORCPT ); Sun, 21 Nov 2021 15:01:48 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D792B60F42; Sun, 21 Nov 2021 19:58:42 +0000 (UTC) Received: from 82-132-235-208.dab.02.net ([82.132.235.208] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mosyy-006vj5-Lw; Sun, 21 Nov 2021 19:58:40 +0000 Date: Sun, 21 Nov 2021 19:58:31 +0000 Message-ID: <87a6hxs2l4.wl-maz@kernel.org> From: Marc Zyngier To: Maxym Synytsky Cc: Krzysztof =?UTF-8?B?V2lsY3p5xYRza2k=?= , Yuji Nakao , Damien Le Moal , linux-kernel@vger.kernel.org, "linux-pci@vger.kernel.org" , ". Bjorn Helgaas" , Arnd Bergmann , Sasha Levin Subject: Re: Kernel 5.15 doesn't detect SATA drive on boot In-Reply-To: <20211121174118.231086eb@refinery> References: <87h7ccw9qc.fsf@yujinakao.com> <8951152e-12d7-0ebe-6f61-7d3de7ef28cb@opensource.wdc.com> <8735nv880m.wl-maz@kernel.org> <20211121174118.231086eb@refinery> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT X-SA-Exim-Connect-IP: 82.132.235.208 X-SA-Exim-Rcpt-To: synytsky@dedrozeba.org.ua, kw@linux.com, contact@yujinakao.com, damien.lemoal@opensource.wdc.com, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, bhelgaas@google.com, arnd@arndb.de, sashal@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 21 Nov 2021 15:41:18 +0000, Maxym Synytsky wrote: > > Hi. > I am also experiencing this issue on Gigabyte GA-M720-US3 mobo which uses > NVIDIA nForce 720D chipset. As I understand from the quirks patch it does not > fix my controller? Are you sure? The dmesg you attached to this email shows otherwise: [ 0.766490] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 0.766634] ata1.00: ATA-10: KINGSTON SA400S37120G, 03150002, max UDMA/133 [ 0.766641] ata1.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32) [ 0.769825] ata6: SATA link down (SStatus 0 SControl 300) [ 0.769845] ata2: SATA link down (SStatus 0 SControl 300) [ 0.769865] ata5: SATA link down (SStatus 0 SControl 300) [ 0.769876] ata3: SATA link down (SStatus 0 SControl 300) [ 0.769894] ata4: SATA link down (SStatus 0 SControl 300) [ 0.772046] ata1.00: configured for UDMA/133 [ 0.772218] scsi 0:0:0:0: Direct-Access ATA KINGSTON SA400S3 0002 PQ: 0 ANSI: 5 [ 0.772503] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/112 GiB) [ 0.772520] sd 0:0:0:0: [sda] Write Protect is off [ 0.772523] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 0.772538] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 0.773190] sda: sda1 sda2 [ 0.789894] sd 0:0:0:0: [sda] Attached SCSI disk From the above, I can only conclude that your SATA controller is up and running. Thanks, M. -- Without deviation from the norm, progress is not possible.