From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-il1-f171.google.com (mail-il1-f171.google.com [209.85.166.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DFC8917C7 for ; Fri, 24 Feb 2023 04:27:53 +0000 (UTC) Received: by mail-il1-f171.google.com with SMTP id h10so2439562ila.11 for ; Thu, 23 Feb 2023 20:27:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:from:to:cc:subject:date:message-id :reply-to; bh=risT/+NFrNokW9okfKt9oEpJJBiMyGhaOyPCfJWl8Fo=; b=YL/E3YhhslYmqMR2rs8uxQILTQWm77SfoAKJy2P1D1agRcQ2lQAsRJNuxz9ZOioi33 NiLfTWI1OtoolRcLypxBsbDYOkhB40xhwsQxknOpYmdz+ccc7ttxonLrhNihLdG+3AW0 hVyLArJJIGMj+VxQllCKt6l8SDZt6XTzjTj1fOqnZ2JS2DiPjxVBI5GD9Kymm05KaXCQ KonPqq9Yo8fntEEL3xgvEqec2Wwmul5E4ef/O2hJvYKCmhBMyMF4OTllrg73Ls+Fjbl5 kfS3v5J+9VoX4ehbl5SFd7rInAHxAtatg5sWhu4RoIX33F+knqhGjX8GJTSyAYns6YMD nW8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=risT/+NFrNokW9okfKt9oEpJJBiMyGhaOyPCfJWl8Fo=; b=bFTAZzv5skrTkzqOwrHjlVNc7yLg+dOUhdwgjLfNAHD04Z/8HhFROO2u6ImlHCiOZI iO+3CgHpkUpz50tE/UnOPnxxvYzP+41ZR/x7ovhURXFFUYO0bkfwM4ft+vwAYqCEZu4e dQ8Yz1mCRH38UtpnICBURVMxUSbb8tNPw6PYG18NIKaWXk3Qk1oibbz7gDz96TX+NuFb qI1xPCpXmqe4MZMkYpZp9UhKdKDy35DZLCKWiZWCoQp1xqgB3hwm2PQWncFTVa//ppuS /c+LSuz6Lm4NXQ5CsFBuWD49U+GBs/TGXGNtEuGdNSwFtucw+cJLgmqYsgDHP63jtYiG we+w== X-Gm-Message-State: AO0yUKXI7TbL+ocShmtzQsNRJvI5UrRWmXwIhbsYwHrpEn4XjwQkI9ov aYrN/+2t5MQN5DvecORufBE= X-Google-Smtp-Source: AK7set9I4i9PTulcrnitqIM1/8bjmoNAOfnMLI4JRwl9pjBP86zab7XPyO07E5rQq3O7om9HeV4Hcg== X-Received: by 2002:a92:7510:0:b0:316:e941:24e3 with SMTP id q16-20020a927510000000b00316e94124e3mr4829083ilc.24.1677212873010; Thu, 23 Feb 2023 20:27:53 -0800 (PST) Received: from server.roeck-us.net ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id u14-20020a02aa8e000000b0037477c3d04asm2588456jai.130.2023.02.23.20.27.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Feb 2023 20:27:52 -0800 (PST) Sender: Guenter Roeck Date: Thu, 23 Feb 2023 20:27:51 -0800 From: Guenter Roeck To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 4.19 00/12] 4.19.274-rc2 review Message-ID: <20230224042751.GA1354431@roeck-us.net> References: <20230223141538.102388120@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230223141538.102388120@linuxfoundation.org> On Thu, Feb 23, 2023 at 03:15:58PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.19.274 release. > There are 12 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 Feb 2023 14:15:30 +0000. > Anything received after that time might be too late. > Build results: total: 155 pass: 155 fail: 0 Qemu test results: total: 426 pass: 426 fail: 0 Tested-by: Guenter Roeck Guenter