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 X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD5E0C4338F for ; Mon, 16 Aug 2021 13:49:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 945F8632CF for ; Mon, 16 Aug 2021 13:49:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230434AbhHPNua convert rfc822-to-8bit (ORCPT ); Mon, 16 Aug 2021 09:50:30 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:50509 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236788AbhHPNuF (ORCPT ); Mon, 16 Aug 2021 09:50:05 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 2187024000A; Mon, 16 Aug 2021 13:49:31 +0000 (UTC) Date: Mon, 16 Aug 2021 15:49:31 +0200 From: Miquel Raynal To: Linus Torvalds Cc: Linux Kernel Mailing List , Guenter Roeck Subject: Re: Linux 5.14-rc6 Message-ID: <20210816154931.17bc2e29@xps13> In-Reply-To: References: <20210816024656.GA212454@roeck-us.net> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) 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 Linus, Linus Torvalds wrote on Sun, 15 Aug 2021 16:58:59 -1000: > On Sun, Aug 15, 2021 at 4:47 PM Guenter Roeck wrote: > > > > Failed tests: > >arm:z2:pxa_defconfig:nodebug:nocd:nofs:nonvme:noscsi:notests:novirt:nofdt:flash8,384k,2:rootfs > > Miquel? Guenter has been reporting this failure since -rc1. It's rc6 > now. The fix has been discussed, and is available since early July - > so why isn't this getting sent to me, and why do we still have that > known failure going on? Indeed, I applied this fix on our mtd/fixes branch (pulled in -next) exactly a month ago and got pretty busy/off since then. I'm catching up, sorry for the delay. The fixes branch is ready anyway, I'll send it to you very shortly. Thanks, Miquèl