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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21743C433EF for ; Tue, 16 Nov 2021 10:11:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F0664613AD for ; Tue, 16 Nov 2021 10:11:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233866AbhKPKOJ (ORCPT ); Tue, 16 Nov 2021 05:14:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233839AbhKPKOJ (ORCPT ); Tue, 16 Nov 2021 05:14:09 -0500 Received: from mail-ed1-x535.google.com (mail-ed1-x535.google.com [IPv6:2a00:1450:4864:20::535]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31249C061764 for ; Tue, 16 Nov 2021 02:11:12 -0800 (PST) Received: by mail-ed1-x535.google.com with SMTP id x15so85372544edv.1 for ; Tue, 16 Nov 2021 02:11:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=O2DocWUqnOkza5PB8A2UAOk6CnIFmfolzOV4erGlKec=; b=BCIB7GbiKqq4mlsohn++40FcSkgp5LSHImpM8N+cBUn1UDI5f3bngQIIL76vME/MuC pEiC28nKDzgdJY3QxNUbN1k2Hsv4pOOWS+QHaJH6Q2ZSz7huiOhfjFiyFVX6RdXBHUI2 ajIeOVrvFW94eGcexYTRrbhrbinyWRCtgGg9sqK/t1NhC5U6jxdWulv0psnsPYoIWevE 5ff0zHHZp0k3eTKEEhrVYLdFC2FFcpmPvNxqtp9agEdwJzQjxs/u9AsaaOdiy8ptcVTg op/BUQkfvrJFKAer/bNnJO6fpqqpc+sQgb5CfKyOii/Z+hSIe5vX+2a3k8MK0qxWR5Eq fc0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=O2DocWUqnOkza5PB8A2UAOk6CnIFmfolzOV4erGlKec=; b=CCM23+Rfu7nQ2fhulWCmRDyQNaL0E0TasQJc2PDXWf17/CzjjvUnjWAHXjCTCAL1so 4ssXNkNqtCLodazu+ZamJnMRjh1651ZHpKWD9H3VYPZXQTZqyoci/d4bFz2UHGieMDUF 68BlCy+vMxEaxwVHJLanxm62riDJZ1Xhakx3WNoEJuPTuHHpMd40yk0Xc9eD2KqR8g4I p19FlaitNu/GQnY6+6iDpD1XMeiOvvRkhWPSlfZ7+RAoSZcfXYHo3fYbRy6E3mY6oFaz 2jryG+hW9QrXvXi5VZalAUlf5LsT7ktbTfkLMlynxMfk6nMXR5vLxDqHVhH9AibeAZTS xFVA== X-Gm-Message-State: AOAM530G/QuV3jSC1Vfe4IMLJG6uVIk+QxsLF/At4oE5ZSkXINOOdtjH j+zmmrF14/dm4L9+1l5wvBRrXgoIg72W08tezFgeXw== X-Google-Smtp-Source: ABdhPJygztPZs1CJIzTjpgIzeasqEEohsLAMVzSmTNwPh8i8YG0aqdJJ0WccLNojT5eGYgJc78tHft2e+cclE0w+ASs= X-Received: by 2002:a17:906:4791:: with SMTP id cw17mr8280582ejc.493.1637057470332; Tue, 16 Nov 2021 02:11:10 -0800 (PST) MIME-Version: 1.0 References: <20211115165428.722074685@linuxfoundation.org> In-Reply-To: From: Naresh Kamboju Date: Tue, 16 Nov 2021 15:40:58 +0530 Message-ID: Subject: Re: [PATCH 5.15 000/917] 5.15.3-rc1 review To: Greg Kroah-Hartman Cc: Herbert Xu , linux-kernel@vger.kernel.org, shuah@kernel.org, f.fainelli@gmail.com, patches@kernelci.org, lkft-triage@lists.linaro.org, jonathanh@nvidia.com, stable@vger.kernel.org, pavel@denx.de, akpm@linux-foundation.org, torvalds@linux-foundation.org, linux@roeck-us.net, Anders Roxell , Vladis Dronov , Arnd Bergmann , "David S. Miller" , Linux Crypto Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Tue, 16 Nov 2021 at 14:18, Greg Kroah-Hartman wrote: > > On Tue, Nov 16, 2021 at 02:09:44PM +0530, Naresh Kamboju wrote: > > On Tue, 16 Nov 2021 at 12:06, Naresh Kamboju wrote: > > > > > > On Tue, 16 Nov 2021 at 00:03, Greg Kroah-Hartman > > > wrote: > > > > > > > > This is the start of the stable review cycle for the 5.15.3 release. > > > > There are 917 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 Wed, 17 Nov 2021 16:52:23 +0000. > > > > Anything received after that time might be too late. > > > > > > > > The whole patch series can be found in one patch at: > > > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.3-rc1.gz > > > > or in the git tree and branch at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > > > > and the diffstat can be found below. > > > > > > > > thanks, > > > > > > > > greg k-h > > > > > > > > > > Regression found on arm64 juno-r2 / qemu. > > Following kernel crash reported on stable-rc 5.15. > > > > Anders bisected this kernel crash and found the first bad commit, > > > > Herbert Xu > > crypto: api - Fix built-in testing dependency failures > > Is this also an issue on 5.16-rc1? Not an issue on 5.16-rc1. 5.16-rc1 boot successful on arm64 juno-r2 / qemu-arm64. - Naresh