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 2995CC54EBE for ; Mon, 16 Jan 2023 10:19:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230052AbjAPKTb (ORCPT ); Mon, 16 Jan 2023 05:19:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229854AbjAPKTW (ORCPT ); Mon, 16 Jan 2023 05:19:22 -0500 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C22ED10E6; Mon, 16 Jan 2023 02:19:18 -0800 (PST) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pHMaB-00069d-0v; Mon, 16 Jan 2023 11:19:15 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Stephen Rothwell Cc: Linux Kernel Mailing List , Linux Next Mailing List , Lucas Tanure Subject: Re: linux-next: Fixes tag needs some work in the rockchip tree Date: Mon, 16 Jan 2023 11:19:14 +0100 Message-ID: <1840312.tdWV9SEqCh@diego> In-Reply-To: <20230116080947.2dcddeee@canb.auug.org.au> References: <20230116080947.2dcddeee@canb.auug.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, Am Sonntag, 15. Januar 2023, 22:09:47 CET schrieb Stephen Rothwell: > In commit > > 0b86f9570e77 ("arm64: dts: rockchip: Fix RX delay for ethernet phy on rk3588s-rock5a") > > Fixes tag > > Fixes: 55fa4c2a7a912 ("arm64: dts: rockchip: Add rock-5a board") > > has these problem(s): > > - Target SHA1 does not exist > > Maybe you meant > > Fixes: d1824cf95799 ("arm64: dts: rockchip: Add rock-5a board") thanks for noticing. I've checked this and amended the commit with the correct id. Thanks Heiko