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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77303C433EF for ; Wed, 6 Oct 2021 05:56:56 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B87D2610EA for ; Wed, 6 Oct 2021 05:56:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B87D2610EA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4HPNxx5yhzz2yn4 for ; Wed, 6 Oct 2021 16:56:53 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=hfVgrO7I; dkim-atps=neutral Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4HPNxC6brhz2y8R for ; Wed, 6 Oct 2021 16:56:15 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=ellerman.id.au header.i=@ellerman.id.au header.a=rsa-sha256 header.s=201909 header.b=hfVgrO7I; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4HPNx844mYz4xR9; Wed, 6 Oct 2021 16:56:12 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1633499775; bh=yAmQoNe4QQh6i00NhuH34dqGowIW44cpaMTI9W4YrSU=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=hfVgrO7IF1qsS481zscMUiiK48SJzKENC+N3Ctiddk8MqqpJwPzIuFdUjBfq7Xm3v /gnsvRiospeRnRfb8N076aAlV/UeoXUK56yAV6cm/Dl+Dqp4yErjZNvwYxop/rk8o6 6dXxyNH42jyYrIFFSY6E5BL3ercij5batzZN+L2XKaQ988U4LYykffnL/j9+8Agw/p ZdSXjbcUg5zc0oB3qcIDZIM6QjkEykPilZyoJ1d4zRKIsOvKWTjxdth5BPcZg+mv/J gqmVR9AoPsNHAZUhxlhfIsIB0+nhee8rOgyR44bVrDaUw+3okL07EmxboIbVD2/mYe 41sqv6HoKV8Tw== From: Michael Ellerman To: Linus Walleij , Rob Herring , "linuxppc-dev@lists.ozlabs.org list" , opensuse-ppc@opensuse.org Subject: Re: [PATCH v5 00/14] PCI: Add support for Apple M1 In-Reply-To: References: <20210929163847.2807812-1-maz@kernel.org> <20211004083845.GA22336@lpieralisi> Date: Wed, 06 Oct 2021 16:56:07 +1100 Message-ID: <87o882ofwo.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Mark Kettenis , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Marc Zyngier , Joerg Roedel , Sven Peter , "linux-kernel@vger.kernel.org" , Joey Gouly , Hector Martin , PCI , Bjorn Helgaas , Android Kernel Team , Robin Murphy , Alyssa Rosenzweig , Stan Skowronek Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Linus Walleij writes: > On Mon, Oct 4, 2021 at 9:52 PM Rob Herring wrote: > >> FYI, I pushed patches 1-3 to kernelCI and didn't see any regressions. >> I am a bit worried about changes to the DT interrupt parsing and >> ancient platforms (such as PowerMacs). Most likely there wouldn't be >> any report until -rc1 or months later on those old systems. > > Lets page the PPC lists to see if someone can test on some powermac. It boots and everything seems fine on an iMac-G5 of mine. I don't have access to any other powermac hardware at the moment due to the lockdown here. cheers