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 61B7CC433EF for ; Mon, 23 May 2022 09:30:02 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CD82C83B68; Mon, 23 May 2022 11:29: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=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="CZdAV7Dw"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8BF2483EB7; Mon, 23 May 2022 11:29:58 +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 68E2380351; Mon, 23 May 2022 11:29:55 +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 3EB8661042; Mon, 23 May 2022 09:29:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EFA67C385AA; Mon, 23 May 2022 09:29:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653298193; bh=CmKIWk35bzhXwC+SeFryzqaTdK8cVX7C9EGTkggfZIo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CZdAV7DwFPHj4bSWlM8qIvGwwOhV1E+pmbndfThrrZxPLoNsfz4hSl5a5wZ5CCH37 4WdZbDPl8cg7gp27w2GZ137qYqePGL+2HtNR+vub2oaS3dW0QQt8eLwjOcQxrDCTTR HICeucckZxRdopbXOvH9zYuP+5B+CJw+X0r/E3FaxfyQea6VGwEWLPE7pbl0/12Zwe zwNYY3lvC3LtGtFwsnfrgOTiRW6ODDe6zGysAz08Nv8Hmnq8hxevGToXvT/PNdgYvU 6ZzKJbRDf5arCZDKfBlWutjWreUZFxra3xeKhv7oos7relntVkM0yYbrbGJgo2esSu vet9GVNVTdoLg== Received: by pali.im (Postfix) id 9E082A43; Mon, 23 May 2022 11:29:50 +0200 (CEST) Date: Mon, 23 May 2022 11:29:50 +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: <20220523092950.4ojsdijaecvaebi5@pali> References: <20220509165042.GP3901321@bill-the-cat> <20220510113753.dvqkvuxvmk35iuvr@pali> <20220510124153.GG3901321@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220510124153.GG3901321@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 Tuesday 10 May 2022 08:41:53 Tom Rini wrote: > On Tue, May 10, 2022 at 01:37:53PM +0200, Pali Rohár wrote: > > 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/ > > Thanks. For: > https://patchwork.ozlabs.org/project/uboot/patch/20220406213153.30437-1-pali@kernel.org/ > please follow-up and ask the maintainers to comment. No new comment yet :-( > > Important is patch which fixes regression introduced in v2022.07-rc2 > > which broke NOR booting. > > Are anything other than the first two patches there regression fixes? There is also small regression for SDHC: https://patchwork.ozlabs.org/project/uboot/patch/20220511182828.26890-1-pali@kernel.org/