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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C37DDC433F5 for ; Tue, 10 May 2022 11:38:06 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 9AABF8426F; Tue, 10 May 2022 13:38:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="bXwUMTHw"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E6214807E1; Tue, 10 May 2022 13:38:01 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0825984275; Tue, 10 May 2022 13:37:59 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org 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 dfw.source.kernel.org (Postfix) with ESMTPS id AEA76618EF; Tue, 10 May 2022 11:37:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F41DFC385C2; Tue, 10 May 2022 11:37:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652182677; bh=BBK9BycQNJCPpnEkRbY+ntE/l1V5nRbPpvf2X2bpISM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bXwUMTHwCAwa6dRPwhKKtwBIJ488Jqh3A2+/lFAXUPid9iEyDozl2MvAsvh07Nmr3 Iq+e1nnU8PG4j9h0JUJOTBw3jOhc3XeuwBFA3WeI2Pbaf58/2A7HUxffWqPqyXrU3B rFP/+boTvt8PyYmOfIXxEv8bDwWv4d/lNWVvbZd8SE6SS8Db/Tl5fIiJGmvoEU1XUt GQXAaYqmyIkVa3fxc25U+GCZ+o8p5bzLsRoviqN6YOLNCIP7SlpYkCVqGGcJd1HWXR s9M6NMFW2ew/nh+rvNud0xadnscb8NGrGbxhPtk3xinhLvzgPgpyN86NOIr1BqMUgC 2MmOQ7POb4dAQ== Received: by pali.im (Postfix) id 184DD1D4B; Tue, 10 May 2022 13:37:54 +0200 (CEST) Date: Tue, 10 May 2022 13:37:53 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Tom Rini Cc: u-boot@lists.denx.de, u-boot-custodians@lists.denx.de, u-boot-board-maintainers@lists.denx.de Subject: Re: [ANN] U-Boot v2022.07-rc2 released Message-ID: <20220510113753.dvqkvuxvmk35iuvr@pali> References: <20220509165042.GP3901321@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220509165042.GP3901321@bill-the-cat> User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On Monday 09 May 2022 12:50:42 Tom Rini wrote: > Hey all, > > It's release day and so here's v2022.07-rc2. I believe things are > largely caught up in terms of big outstanding changes but if you know of > something you were expecting to be in by now, and is not, please speak > up. There are still more powerpc fixes which are not in v2022.07-rc2. I created "bundle" on patchwork for easier tracking: https://patchwork.ozlabs.org/bundle/pali/powerpc/ Important is patch which fixes regression introduced in v2022.07-rc2 which broke NOR booting.