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 C5181C433EF for ; Fri, 4 Feb 2022 08:23:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350096AbiBDIXZ (ORCPT ); Fri, 4 Feb 2022 03:23:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236507AbiBDIXW (ORCPT ); Fri, 4 Feb 2022 03:23:22 -0500 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1171FC061714 for ; Fri, 4 Feb 2022 00:23:22 -0800 (PST) Received: by mail-wr1-x432.google.com with SMTP id m14so9774957wrg.12 for ; Fri, 04 Feb 2022 00:23:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=8ZFGzXKMw2OtgLno39hurYI13mOmCe8ZCX/+T1DKyBk=; b=4+20rbGQc0s74Fddoeq/rb//eeHwhJkpBN3Gd67h7L00wELWlw98rEciKQP4188YSY 2mhsj+KFM/t4VygbsM/F3xQElHLiUzv2SxEBOG45Q4userSKbNGQZFY8Kde8qr65SAEx BOgIwbMpZMYZIe6MVs/Yqr7+7IB+TgF32SJ1e0+QtJ1uJPWCgM22b+kqRGhl48g87ELw SGiSjZJJe+TjpTi5+W4k5Dza8eVVCECXhwo3dBYOgomCv2KX66VEl75js5E6gx6apRy/ YHFfLYkm/bGhYjqktElHeICJVCNwdNHhW00KqGYGqhWfyb6fSMm73WYf0ngWobP4zWYr w3qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8ZFGzXKMw2OtgLno39hurYI13mOmCe8ZCX/+T1DKyBk=; b=GVpaKcu1biAzgKpG1yIxCfDm9zPVWWP6K4TD9VwVHdsiOgNP0ZYfE8CopuiTdjWfHW uk4DTqSrVrZJ69qzrgFl0Xm9FUOkbCHHKNqdGUs3gS9J74kYwIUsWrQvagJm0Z2w3/QL Jzwmfi8tPhevlS8x69EBJYOqe4oQmhuB2cnuxfaRb8p9WRuFbGlp7ZmUWDQJOQZa3o4J D8v8JY6g0k1C8F/HDF30WEadn3YGYRIbVpEFw3w82u9YqFfAacH9AB8Bux8w+4Zsunaz 9Os//mu+JQ+PQAE9SXo2AMyG1ttWfxZy70nnIz47YZgvHu7wvIpUQZbQl15d5NV5gTWc H/nA== X-Gm-Message-State: AOAM530izHp3RogkvTcKDgTJ+WJGEEUH7qWiQDUGCGVfrljdI97eWS+7 gY9apQ4Quq3wm5bcTwMnK+CFaw== X-Google-Smtp-Source: ABdhPJwAGDBGZvKRTaJ+hdwdrgMRaYygLonxwZBtahRfivmiCgi7dKmq+ylCPyAVkrBnhQEsNvuU5A== X-Received: by 2002:a05:6000:2c1:: with SMTP id o1mr1478335wry.258.1643963000590; Fri, 04 Feb 2022 00:23:20 -0800 (PST) Received: from localhost.localdomain ([2001:861:44c0:66c0:3fbe:ff10:110:739]) by smtp.gmail.com with ESMTPSA id s22sm8914078wmj.38.2022.02.04.00.23.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Feb 2022 00:23:19 -0800 (PST) From: Neil Armstrong To: Kevin Hilman , Christian Hewitt , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Cc: Neil Armstrong Subject: Re: [PATCH 0/3] arm64: dts: meson: add ATF BL32 reserved-memory regions Date: Fri, 4 Feb 2022 09:23:14 +0100 Message-Id: <164396299209.31118.12297547841025620213.b4-ty@baylibre.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220126044954.19069-1-christianshewitt@gmail.com> References: <20220126044954.19069-1-christianshewitt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Wed, 26 Jan 2022 04:49:51 +0000, Christian Hewitt wrote: > This series supersedes [0] which fixed a long-running kernel panic issue > seen with Beelink G12B devices booted from Amlogic vendor firmware. The > same issue exists with a wider set of devices from GXBB to SM1, although > it is not often seen due to my kernel fork including 'catch-all' patches > for some time (the meson-gx patch was suggested by Matheusz in 2019) and > many distros actively supporting Amlogic hardware consuming some or all > of my regular patchset. > > [...] Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.17/fixes) [1/3] arm64: dts: meson-gx: add ATF BL32 reserved-memory region https://git.kernel.org/amlogic/c/76577c9137456febb05b0e17d244113196a98968 [2/3] arm64: dts: meson-g12: add ATF BL32 reserved-memory region https://git.kernel.org/amlogic/c/08982a1b3aa2611c9c711d24825c9002d28536f4 [3/3] arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 https://git.kernel.org/amlogic/c/f26573e2bc9dfd551a0d5c6971f18cc546543312 -- Neil