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 E6AE0C43334 for ; Fri, 24 Jun 2022 00:54:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230427AbiFXAyz (ORCPT ); Thu, 23 Jun 2022 20:54:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230167AbiFXAyy (ORCPT ); Thu, 23 Jun 2022 20:54:54 -0400 Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7DA8506E1 for ; Thu, 23 Jun 2022 17:54:53 -0700 (PDT) Received: by mail-oi1-x230.google.com with SMTP id h65so1665275oia.11 for ; Thu, 23 Jun 2022 17:54:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=eV2JuCUr5+X04jCCSPybO/EIt8VDRg3eC2TlmtofrbM=; b=gbMP93VlmFM/x78NL3MtwoXnyWYVq615V1skSMqiNysmZfGOcB4cVOwDxh2O9ItY7O DSa1vQTdx6R85oU1jc/wO1kk90CrrDw+djUki3kkeZbRjPfX87Z5QLjHGiKMkXPG/os9 8LldfCzFK0p7kJZNMU/Xv1VtiaS/PGW/dRfAo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=eV2JuCUr5+X04jCCSPybO/EIt8VDRg3eC2TlmtofrbM=; b=CMGN3YR6VpvJYLtL0bn50RLJUWYLD5MggCoNk3AMTOsNQTQlQDKzNDEQzzFMRErz0P NJm6CLt9w1cbVj/KZrluRIWOnCUUnXL4fcZ/PtkAbT8BfGhSQvP3XPFiBsb9YEtwBgGX 1WuXOG5BQ6qsGL9jImUnXXC2H/81PIO5685QPgxW6uc0K/MJ6jK13+0VxzTmIL8hsfjA RdxBoSpOvr2bRe/8JjZZT1LvlrJdQZzg3VTgAFsMqRs8l2ldtTkskdivTWfES0aXXked gFfFoEBb6ozIAm9vCTvFW7fLdyPfKHEMVebrNkQsVgPUh6AxxdhDbWDG6/r/yivkCGqh mdYg== X-Gm-Message-State: AJIora8nH2hrsvXx68MfqSAMata+YdScszxk0aw4r7OAp4L/fdzFn/zh IUAAOwP4N1+/ieKLBs0S8foNUw== X-Google-Smtp-Source: AGRyM1uRW/Uninni/GyJUc0M9HC/ynvehxJHRoUAtnw2d3lSML3WeQGqGHlX7u/VAQ/+B+y59i36dQ== X-Received: by 2002:a05:6808:1591:b0:32e:de38:c06e with SMTP id t17-20020a056808159100b0032ede38c06emr494244oiw.54.1656032093073; Thu, 23 Jun 2022 17:54:53 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id k8-20020a9d4b88000000b0060b0b638583sm729557otf.13.2022.06.23.17.54.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 23 Jun 2022 17:54:52 -0700 (PDT) Subject: Re: [PATCH 4.9 000/264] 4.9.320-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: <20220623164344.053938039@linuxfoundation.org> From: Shuah Khan Message-ID: <3df70235-59be-3d9b-b097-a6233ef2819e@linuxfoundation.org> Date: Thu, 23 Jun 2022 18:54:51 -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: <20220623164344.053938039@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 6/23/22 10:39 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.9.320 release. > There are 264 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 Sat, 25 Jun 2022 16:43:11 +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/v4.x/stable-review/patch-4.9.320-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-4.9.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