From mboxrd@z Thu Jan 1 00:00:00 1970 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 76497C433F5 for ; Tue, 22 Mar 2022 17:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239728AbiCVR20 (ORCPT ); Tue, 22 Mar 2022 13:28:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239887AbiCVR2P (ORCPT ); Tue, 22 Mar 2022 13:28:15 -0400 Received: from rosenzweig.io (rosenzweig.io [138.197.143.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEB3260A9D; Tue, 22 Mar 2022 10:26:46 -0700 (PDT) Received: by rosenzweig.io (Postfix, from userid 1000) id 0990F41E2F; Tue, 22 Mar 2022 17:26:46 +0000 (UTC) Date: Tue, 22 Mar 2022 17:26:45 +0000 From: Alyssa Rosenzweig To: Sven Peter Cc: Hector Martin , Rob Herring , Arnd Bergmann , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Marc Zyngier , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH 0/9] Apple M1 (Pro/Max) NVMe driver Message-ID: References: <20220321165049.35985-1-sven@svenpeter.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220321165049.35985-1-sven@svenpeter.dev> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > The driver itself has been successfully used by multiple people as > their daily driver for weeks at this point and no major issues have > been reported. FWIW, various versions of your NVMe code have been my daily driver for development since late 2021 now, along with the display driver based on your RTKit library here. I'm not qualified to judge code quality or fitness for mainline, but I can testify that it's functional. (Not a formal T-b since I haven't tested this exact version of the patch series, though.) From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4B3A0C433F5 for ; Tue, 22 Mar 2022 17:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=uk0RuedpzExkPnMu2WJWkcoOxMG9uR+Ff2LMYOLg3S0=; b=i7piAN3N7V3jc1 C5rVxl4fI8szIIY3Yo9Ntj4dS9VxBjwGN4dzYw3OfA14DXEjca0SeyEOlc5MCP/Q32aKHuRCexOzm wE6PgkYWjwdc0LerQlAgoHgP2C8Cyt94qy9uh/VSE+OPJf3mBS/ZpJg06/jm4rltQytQFZnuzS3y+ NlOuC0w3vnLS7S/VCZx4vr0iuLHZRthdTVdG8ZwhVFYzn8ggVIGD93irkuFbCK5B/X12+8geLG/97 upYD0TYhsMhkmmedxXbxSpeadFWHZpII/YHGCdfEQy7AS8qheGeLr60CMEVul5su57Bnup+Uz60YC CPTVkAICnZ3Ec2dVr7LA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWiHU-00BjRD-Mr; Tue, 22 Mar 2022 17:26:52 +0000 Received: from rosenzweig.io ([138.197.143.207]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWiHR-00BjQc-G6; Tue, 22 Mar 2022 17:26:50 +0000 Received: by rosenzweig.io (Postfix, from userid 1000) id 0990F41E2F; Tue, 22 Mar 2022 17:26:46 +0000 (UTC) Date: Tue, 22 Mar 2022 17:26:45 +0000 From: Alyssa Rosenzweig To: Sven Peter Cc: Hector Martin , Rob Herring , Arnd Bergmann , Keith Busch , Jens Axboe , Christoph Hellwig , Sagi Grimberg , Marc Zyngier , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-nvme@lists.infradead.org Subject: Re: [PATCH 0/9] Apple M1 (Pro/Max) NVMe driver Message-ID: References: <20220321165049.35985-1-sven@svenpeter.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220321165049.35985-1-sven@svenpeter.dev> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220322_102649_614770_1E0BA4E0 X-CRM114-Status: GOOD ( 10.18 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > The driver itself has been successfully used by multiple people as > their daily driver for weeks at this point and no major issues have > been reported. FWIW, various versions of your NVMe code have been my daily driver for development since late 2021 now, along with the display driver based on your RTKit library here. I'm not qualified to judge code quality or fitness for mainline, but I can testify that it's functional. (Not a formal T-b since I haven't tested this exact version of the patch series, though.) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel