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 1980EC3DA7A for ; Thu, 5 Jan 2023 07:20:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230349AbjAEHUH (ORCPT ); Thu, 5 Jan 2023 02:20:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbjAEHUB (ORCPT ); Thu, 5 Jan 2023 02:20:01 -0500 Received: from mail-pl1-x636.google.com (mail-pl1-x636.google.com [IPv6:2607:f8b0:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 980FF53734; Wed, 4 Jan 2023 23:20:00 -0800 (PST) Received: by mail-pl1-x636.google.com with SMTP id jl4so32261802plb.8; Wed, 04 Jan 2023 23:20:00 -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:from:to:cc:subject:date:message-id:reply-to; bh=tyXX4AyxJZrvIDihBdy9D1ggQzDWOCcjYGCt8mZqSWA=; b=DDyHJVnR3HxxlByRFbSSoJ8B5ebjtQ47R17SzoTbu2gAipqHLH3lfPsjScpXihkUpO gETDqZ/rhsHhcM3k4SRkskkzl4ExhXu/lNJS/IaPDUlHt8UCdv72gXCVKbGFuO0rLpwQ jX06F4FhngqfR1Laa8n02zVicTR9dF8FbCdeyHEmh45qDme6xrYZ7zOQPQzcYI/JSA1I /HNdT8cZZde1vO4aTEyiwczpBDTAB9jHjXpJsQZy6q5U/kn25KiZMsvj3ea5WPanyYZZ /Z10MG6x8FtYBsm8sBKx6TmNPeE67g3d6ifwvWZkVT6VMoV8zP6foXFxkodxDUFUggb3 MSQg== 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:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=tyXX4AyxJZrvIDihBdy9D1ggQzDWOCcjYGCt8mZqSWA=; b=3+9DFaH9FkHiazBx12Tx6UajFaO13RSpeZxKRUUHcO7QXahiycx7jv8KdyvESdntSq ZNgMoZUcjCNF2+vAuwEJDTNtYdwNgJaDqocC4r7QIG9C/1fRS/sMtz3ecjbVKn3eFXXA Kn1rHxFnVdS0LBVGgEovrVXWUVMCFuW9kXqCqU8ggR4jO1+hYvCQhVUGFIreIqVcYOSV wsBCBMDvUzVgK31LO9sa1oG/Y7Hos6TaEO9ql1zbcCy/slqeMIpiZyffaL2oq+8qnzSU uTmGuCYBg3SD7wzySTp9QyhfiVAfx+fu30V9nWpaP1LHmpsYzjmRXZgDV3oCpICisxdR m6HQ== X-Gm-Message-State: AFqh2kqdoBbDZVYzdCBK8DhlxhcAOYzHuYrOozIvWLPScskLTcOPuGvu q8kRFpkdaL55UDwg+sBeDP8= X-Google-Smtp-Source: AMrXdXumSr3epY+JKvm8FYT11rokQY1R1ynYbKzq8lbzaCzja9Pq+fQ1SrPliQt90YA6szOn7fJ63A== X-Received: by 2002:a17:902:ce82:b0:192:fb92:327 with SMTP id f2-20020a170902ce8200b00192fb920327mr3559951plg.58.1672903200047; Wed, 04 Jan 2023 23:20:00 -0800 (PST) Received: from debian.me (subs03-180-214-233-80.three.co.id. [180.214.233.80]) by smtp.gmail.com with ESMTPSA id g1-20020a1709026b4100b0018853dd8832sm25223853plt.4.2023.01.04.23.19.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Jan 2023 23:19:59 -0800 (PST) Received: by debian.me (Postfix, from userid 1000) id A95F4100910; Thu, 5 Jan 2023 14:19:56 +0700 (WIB) Date: Thu, 5 Jan 2023 14:19:56 +0700 From: Bagas Sanjaya 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, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 6.1 000/207] 6.1.4-rc1 review Message-ID: References: <20230104160511.905925875@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9eRmogAvGQCRaEtI" Content-Disposition: inline In-Reply-To: <20230104160511.905925875@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --9eRmogAvGQCRaEtI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 04, 2023 at 05:04:18PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.4 release. > There are 207 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. >=20 =20 Successfully cross-compiled for arm64 (bcm2711_defconfig, GCC 10.2.0) and powerpc (ps3_defconfig, GCC 12.2.0). Tested-by: Bagas Sanjaya --=20 An old man doll... just what I always wanted! - Clara --9eRmogAvGQCRaEtI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQSSYQ6Cy7oyFNCHrUH2uYlJVVFOowUCY7Z6GAAKCRD2uYlJVVFO o3BFAPsFn14C9cx+c9DC9DFQxGXyxDSZjtgy9Tx70BMTitxcqgD/f3qh7VKE4ek4 KuTw+wZh38hmXjysWUd/xEIm2A/eWg4= =xoAs -----END PGP SIGNATURE----- --9eRmogAvGQCRaEtI--