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,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 13E9DC47420 for ; Tue, 29 Sep 2020 20:53:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A07F920759 for ; Tue, 29 Sep 2020 20:53:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="aRpSbl/P" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729277AbgI2Uxi (ORCPT ); Tue, 29 Sep 2020 16:53:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726643AbgI2Uxi (ORCPT ); Tue, 29 Sep 2020 16:53:38 -0400 Received: from mail-ot1-x343.google.com (mail-ot1-x343.google.com [IPv6:2607:f8b0:4864:20::343]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39EFCC061755; Tue, 29 Sep 2020 13:53:38 -0700 (PDT) Received: by mail-ot1-x343.google.com with SMTP id o8so5872570otl.4; Tue, 29 Sep 2020 13:53:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=lQOys/l17TDlA8UPD6f6bsAx6Xc8yNRWLzmHZbu6Uxc=; b=aRpSbl/Px6OV+m7O0NiA3sTmChYcZiXHEUg/kBjSsi+VL3hAVK04SgEbU8LXLPuB78 pyHVNg4fxDVzrgFJo7GFQjUmtevMTsz92Zfh6WiyMQg0bLDUb7YoYWYfTcaI5Z0jmlu4 C+IWThFF2zrKN+HWRmKJcDJiacB57WJSwvomfVQYplmIEXhNbFaj5pFuuv542aQH7Yn9 7j30zA6OGgrEotJguerfIHhPr3MfQjYG+TbXXa4NXBHWZDm4CkU1io69bQqBtCe0XL6D CFuTPUGmCOEUlI8DKDnMETXJfckbzeHPshtIlGNl5T5QzykALIk/4RusffyamVeo3mYz sYZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=lQOys/l17TDlA8UPD6f6bsAx6Xc8yNRWLzmHZbu6Uxc=; b=sbN8hunHgyavG22afr0yYtJ8fNLSt0o99mrbnrj8NvZYvRE9K4Lp8CMzkAmtpaR/pI sZ5/7kBpN6h3H2rxeMW15F5kCsuWp43AxaK5yxz21ifw6fJoW23enFzZ/oqr8ziG5n80 xRjUfCdUxuA0khuw5TVUh6Ft+ULSR5kMQp1wjBkyLsgduPXDV3nRoZAuGu+TcRH1dxci UQh++QvrGfotCwHs8ICgT38xgZ1rXNMh9SU+XfoS5B0TOivAN8wNvc21G4s8ehp4InCd c9Tbv5mWWot1AMDMq9Z/ykf5kTpemK0ItKqjrzKincbyPC0Prmd2AyTm/tWxaapKOzqV GgAw== X-Gm-Message-State: AOAM531PTzzpGuAdvILFO0Zx3sBLjp4QrQ8tuCbSyiB97oDw01VSe7SB BHZA7Ur018sUFig789V6vFq98MIpL4Y= X-Google-Smtp-Source: ABdhPJylD5VFp4+ZB6yHbn1uqzRNGu73XYnktPn2wElas9+vjhONbgYL9+/yOxCNZ8yilH7y+FzJTg== X-Received: by 2002:a9d:6c4d:: with SMTP id g13mr3858783otq.367.1601412817678; Tue, 29 Sep 2020 13:53:37 -0700 (PDT) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id m12sm1274075otq.8.2020.09.29.13.53.36 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Sep 2020 13:53:36 -0700 (PDT) Sender: Guenter Roeck Date: Tue, 29 Sep 2020 13:53:35 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, pavel@denx.de, stable@vger.kernel.org Subject: Re: [PATCH 5.4 000/388] 5.4.69-rc1 review Message-ID: <20200929205335.GA153176@roeck-us.net> References: <20200929110010.467764689@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200929110010.467764689@linuxfoundation.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2020 at 12:55:31PM +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.4.69 release. > There are 388 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Thu, 01 Oct 2020 10:59:03 +0000. > Anything received after that time might be too late. > Build results: total: 157 pass: 157 fail: 0 Qemu test results: total: 430 pass: 430 fail: 0 Tested-by: Guenter Roeck Guenter