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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DCED5C28D13 for ; Sat, 20 Aug 2022 00:42:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241588AbiHTAmn (ORCPT ); Fri, 19 Aug 2022 20:42:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245130AbiHTAmk (ORCPT ); Fri, 19 Aug 2022 20:42:40 -0400 Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5079A11609E for ; Fri, 19 Aug 2022 17:42:39 -0700 (PDT) Received: by mail-io1-xd2d.google.com with SMTP id o2so4482807iof.8 for ; Fri, 19 Aug 2022 17:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject:from:to:cc; bh=niIN1Kakzgk+A8M8Oxm+5LYyFX23pn1tIT/dk70Tghw=; b=fFZuoFBkrKhlHPmkit9lC5X80sc8iqURBH7E0aGYWKpbtXnny2UgMQoJ8p14ja3dBG 5JzcfBqxPIevqUrXuLJWB8eCWAAAbnA4VDq5uD7apwRxl1e3Ez3t6Vrxf1YgcDn534un j0QhwgXXDyqMal6qgh3hA7y3/MuH1jJvQ9zK0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :x-gm-message-state:from:to:cc; bh=niIN1Kakzgk+A8M8Oxm+5LYyFX23pn1tIT/dk70Tghw=; b=p7PIEcLz+2d/UBkGFg/joFdeEtYy8luCRwwM/6fEOtiitWqdXqobo0G31AjHstNdec 27tz89B9OoDP8kyQM2W3zmp0JkwTk8kqpouhuWQulLR3CPzVzlbAGvIuXXr5Zf+Xj+qz u+BDcv1hTEKy4WS4al0wwflJC9IqiG6DcUu2ezkUUpShEW2kful0jKWljxvtYDz9FglA dSWy3mbGTdPvOwSEldGg200/xE53frvLybx8UOU2KWXfJnIE8SE2HFKSOmn+Y2ih8xrW 95nJEYYdg/Dlkz+mKzMH3h1pcHMTLV6maF8HLwN9rfFmA7eFxHWHJ01zVMMsNPsOc6vJ N3uA== X-Gm-Message-State: ACgBeo1uo3bMpHxCxQrltWJlP7FXa6ph4LLks3+8dm0sGeDiboHQarDQ uSUm8AnqK2H+fvdHjXwsoasYog== X-Google-Smtp-Source: AA6agR4hQ3XyPZDm4A89FqG1YXTbZEWJGSlawHU9IvvJNAB4mu0pu31V4NwQFzleoqq6+nxEVYsVxw== X-Received: by 2002:a05:6602:491:b0:672:18ce:8189 with SMTP id y17-20020a056602049100b0067218ce8189mr4558916iov.170.1660956158723; Fri, 19 Aug 2022 17:42:38 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id o64-20020a022243000000b00343429c9cb6sm2325852jao.139.2022.08.19.17.42.37 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 19 Aug 2022 17:42:37 -0700 (PDT) Subject: Re: [PATCH 5.15 00/14] 5.15.62-rc1 review To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com, Shuah Khan References: <20220819153711.658766010@linuxfoundation.org> From: Shuah Khan Message-ID: <62b2ab15-3675-71bf-2ea6-6376cd0b3b6c@linuxfoundation.org> Date: Fri, 19 Aug 2022 18:42:37 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20220819153711.658766010@linuxfoundation.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/19/22 9:40 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.62 release. > There are 14 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 Sun, 21 Aug 2022 15:36:59 +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.62-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 > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan thanks, -- Shuah