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 633F2C00140 for ; Fri, 5 Aug 2022 16:05:41 +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=GY3KI9wn3D+c18bbpCCBMiowcw/OAzgHH4Wja7b17ck=; b=lnmcrxn97d7hze Vr3SCDSF4aLypKmoFmHevmovE0gwkxNs5dmeekqa8OAOIZBT5Wap6nSDq8QSG4+lAYsvv7di7Tmo3 JAlUuo5jhp1lxCBDwQHQGHf9nkIK0/5FLsJlaOo0Jbb//yyELwfq9aMazzW3c1pQwuJeV4mp8iKwU CDO7nBi7pPIqGV9B9VpsoxBq5FRkHEKMOC2bJ5yvBZ3c41UZtYgJSIH/wRiQtjSNiZiXRXNkac3Va 7p9Q3ByYvZfRUZC8lP3bMCDsljNiweWoo+1Zas9UQqRMI6MC9tcs6/yORx78UnCua/odE3j4PpvFq zOqseb47HAjOIQurvAIg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oJznu-00GZEv-Ie; Fri, 05 Aug 2022 16:04:03 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oJzki-00GXJI-D4 for linux-arm-kernel@lists.infradead.org; Fri, 05 Aug 2022 16:00:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5893CB80B20; Fri, 5 Aug 2022 16:00:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3D44C433D6; Fri, 5 Aug 2022 16:00:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659715240; bh=c+fi7AbyqkhrR/hj0aBsLFSOsB+EsXY/7TkE9VQUuCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=r78crHJXcYmMXxBxK6C7Wor3XuPgsemB6ViA7uOl1HIprOO16YX8/4tsNGHnPYWwT YlpX5qvqauiIvr4Qr6PbJALKsAK/fgt9iZtJXOy4J38Q4xIYDvsMoXFMoaXOLlGTWT 7DZA0HQk3WloL8yETNJbgOpLwG8K+c3vtr9kV07Pjk5i6zCk/iFtm94HG8KuTO+vzd vRth8MNmVBnbv1+43eVUMm3rU12jpYssHwcxDgjEX4Vu5/fPzaj9xyUGM4s69StnO6 mcuz9mI9KSAb+MM6iimKABVf4ghzzjRalLXSxT8iOupUIvhZfFVq5hE3edn7gJfX9i 8pEDwWa+RJEzA== Date: Fri, 5 Aug 2022 17:00:35 +0100 From: Will Deacon To: Linus Torvalds Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-team@android.com, maz@kernel.org Subject: Re: [GIT PULL] arm64 updates for 5.20 Message-ID: <20220805160034.GA29654@willie-the-truck> References: <20220729102205.GA24050@willie-the-truck> <20220802090000.GD26962@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220805_090044_646238_71767C53 X-CRM114-Status: GOOD ( 21.26 ) 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 On Tue, Aug 02, 2022 at 07:55:38AM -0700, Linus Torvalds wrote: > On Tue, Aug 2, 2022 at 2:00 AM Will Deacon wrote: > > > > Seriously though, if you could share any details about exactly how you're > > running this (e.g. in a VM or native, .config, any extra patches on top) > > then we could probably mimic it in CI to avoid any last minute surprises > > with the pull requests. > > So my setup is basically an 2022 M2 Apple Macbook Air, with a Fedora > spin of Asahi. > > I run it natively, but because not all of the Asahi kernel patches are > in, currently I end up with two trees (exactly like my main desktop, > actually): one that is my plain kernel that I run allmodconfig builds > on, and a separate tree for "local boot testing". > > That "local boot testing" tree is basically the same tree except I > merge in the Asahi kernel to get the drivers (that aren't upstream yet > (it's 150+ patches for iommu, HID, GPIO, wireless, power, and dts > files). > > The asahi side doesn't contain any actual architecture changes > (outside of the dts files). Thanks for the details, that sounds like it should be a reasonably straightforward setup to repro locally at least. Now to expense one of these fancy toys... Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel