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 13650C46467 for ; Tue, 10 Jan 2023 19:23:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239567AbjAJTXy (ORCPT ); Tue, 10 Jan 2023 14:23:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231874AbjAJTXo (ORCPT ); Tue, 10 Jan 2023 14:23:44 -0500 Received: from mail-pl1-x632.google.com (mail-pl1-x632.google.com [IPv6:2607:f8b0:4864:20::632]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B1FB4C734; Tue, 10 Jan 2023 11:23:44 -0800 (PST) Received: by mail-pl1-x632.google.com with SMTP id w3so14261502ply.3; Tue, 10 Jan 2023 11:23:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=dwVwbOnb8uo95mWSD5Z9lzoTbmN7Z+5g24MYiZXeXGg=; b=JSeT4IlFgJCu849N5IfUkOkRcSWi8tuOFkj8IGEO6iV65xBSIhpT4U+gbJ+NV+iyKF hB35IGf7APfD2lXGjZGhUx4yJrZaAygpnJYbcWREbs6YFCb6qDfXf1SFWjOH0DmxoQiL HeDyJPyQQMzxD0iQi4UBfxGR0dDsWiPB58FztpNhwQZSB+UafcLCwZP5pI2r9Ojhh4fQ eMHwDJSOH7dqsljAASfyRfFmJ0vndtt67MLIASEKf0jWj2N/+6zU7o3Lf3satX3bYXKf Pp/Yct+3zRldjWfJpzm8czfS7NItL7jzJWn8Z1J7a9rTYSAy1xvSy73lQhwIC2xYKu1C aHvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=dwVwbOnb8uo95mWSD5Z9lzoTbmN7Z+5g24MYiZXeXGg=; b=lajehoT15+IZoB220NgsMnOIqwBb6B/l5kzGMeV5r4W21PjHGeFhJnK2+w0aQaHrcM upkPoMFlCvHozmvZ2sUvrEiPR11JC4Hzn3Zj48t0nxYs6x/GP0m//bXpupTGPsRuaSkY RJZ1XvD45cVBx8eMYgTE1Z6TI5RWQRdnoockUmFI1EDFQRBO9hKMDNmtg35y3pO8IEbe czOAvRof0EDQz1eojeefv9/oGfL796G53Gnrz28fZMnTZd5KzPpCRou05cSgZ5xJcXZF xgP3apc3Ifj73fJdoGtk4cTi1B8p+O5lDXiSeoEdQNsefG4xyoDbbeWSccsxG4gol9uG 2hVQ== X-Gm-Message-State: AFqh2krO3dMHgP4URYCh140RGVl6BbFC6GG69eQZoHej9twgoi0Xnw0i vL3oEBJxG4NbnYT+jz6ClLlVsMXSQQQ= X-Google-Smtp-Source: AMrXdXsUqCE69LJ+dhixRXXqLVV4xI1LHTSGfTw0Kwo3VoZg+1qWsyatnQBoH0r+nFEb6EZHi2iqmA== X-Received: by 2002:a17:90a:af85:b0:223:f385:bb72 with SMTP id w5-20020a17090aaf8500b00223f385bb72mr70995792pjq.49.1673378623680; Tue, 10 Jan 2023 11:23:43 -0800 (PST) Received: from [10.67.48.245] ([192.19.223.252]) by smtp.googlemail.com with ESMTPSA id oa11-20020a17090b1bcb00b00212cf2fe8c3sm2782346pjb.1.2023.01.10.11.23.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 10 Jan 2023 11:23:43 -0800 (PST) Message-ID: <8a6c6e17-de35-0136-9ab9-5eb4cc39c6d6@gmail.com> Date: Tue, 10 Jan 2023 11:23:32 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH 6.0 000/148] 6.0.19-rc1 review Content-Language: en-US To: Greg Kroah-Hartman , stable@vger.kernel.org Cc: patches@lists.linux.dev, linux-kernel@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, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de References: <20230110180017.145591678@linuxfoundation.org> From: Florian Fainelli In-Reply-To: <20230110180017.145591678@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 1/10/23 10:01, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.0.19 release. > There are 148 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. > > NOTE, this will probably be the LAST 6.0.y release. If there is > anything preventing you from moving to 6.1.y right now, please let me > know. > > Responses should be made by Thu, 12 Jan 2023 17:59:42 +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/v6.x/stable-review/patch-6.0.19-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-6.0.y > and the diffstat can be found below. > > thanks, > > greg k-h On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on BMIPS_GENERIC: Tested-by: Florian Fainelli -- Florian