From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pj1-f51.google.com (mail-pj1-f51.google.com [209.85.216.51]) (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 3E686374 for ; Fri, 17 Mar 2023 02:49:45 +0000 (UTC) Received: by mail-pj1-f51.google.com with SMTP id lr16-20020a17090b4b9000b0023f187954acso3592631pjb.2 for ; Thu, 16 Mar 2023 19:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679021384; 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=TORpu30El7nG8HycJj3Z1wYzuUhx8ncPfuCvLKnEFsM=; b=UEcIYDH3mqvEbbIKBY+LFKBvR9zKbKxKi5eGnAzZUGDTIZthZYd1paXqu0mvdTQ3EH v1FKz9SJ2Or3x2JQL1/rCZFIGZoov2HhP61WW3TyFPcz4M0yisqx4Nx21RNTA9e/91MM FtndcE6s4KFF434ToGNS7k7YgvFwIdIy87Kq0scPrLALrwe0DdeyfFEM8OLz0RI17uXA nfUOPl7utXQGtFJ+OgXpgYVHSAcH0pR2MmKTGLfIuoHh5gR49qouxJolv4UocXOA25uu VX89iyq2dts8ebPDnNCYXS+2/RR0JaJ/w0T2xSSfa50iKuWh+aoUTK91mpX/ao4SqouP 5RBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679021384; 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=TORpu30El7nG8HycJj3Z1wYzuUhx8ncPfuCvLKnEFsM=; b=m3eyvprsRfndnY30bPODp1xjUqfHLbd9fv9ZreEL/+aZaL4IPJmzt3UmNYwyF2vCiS LcaomOYt6P//CLjuvbTxIGAkrzEK5zwVeB1OASm6PbkVmnPh3/Ep+3hpMgLzdwBpJANE A9O5Pc3xqtHt/BIQ4L7Nal6AlFfwdP1/tDzO4pYkHfu8acTX1rcdSj1NBN7lkXNov4pj HkPH3oHQLVKUZbiSlepPj8E+6qEBUHGwnrcDm1ifUuapBBDpcixyFObVCzylhiL2F5+G 6+lgfbS3ps3H3e9UDeBgA+brjPiLfc6IFiC1LMI7BBsDtesFOADbPdRIhwueFfZlwj0D RPUg== X-Gm-Message-State: AO0yUKXidKAqpN+bI+D6TM6IRotE5NMJjeErC9xqovb+5ETe92mz+J0e 7tmNWt+Tl4E3lbKhXj5lnx8= X-Google-Smtp-Source: AK7set/gHvt+O2L/YfpDu7KOmMKiccaiI5yCRUV/+djUpMR4U6wtb1+4LKfJ5tGnJuA4KDVtOJG/wQ== X-Received: by 2002:a17:90b:1d87:b0:234:e5c2:b92c with SMTP id pf7-20020a17090b1d8700b00234e5c2b92cmr6338818pjb.15.1679021384611; Thu, 16 Mar 2023 19:49:44 -0700 (PDT) Received: from debian.me (subs32-116-206-28-44.three.co.id. [116.206.28.44]) by smtp.gmail.com with ESMTPSA id gp5-20020a17090adf0500b0023b3179f0fcsm3929302pjb.6.2023.03.16.19.49.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 19:49:44 -0700 (PDT) Received: by debian.me (Postfix, from userid 1000) id 8758310682D; Fri, 17 Mar 2023 09:49:40 +0700 (WIB) Date: Fri, 17 Mar 2023 09:49:40 +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/140] 6.1.20-rc2 review Message-ID: References: <20230316083444.336870717@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="QmzSyHh2VEIlveiH" Content-Disposition: inline In-Reply-To: <20230316083444.336870717@linuxfoundation.org> --QmzSyHh2VEIlveiH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 16, 2023 at 09:50:22AM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.20 release. > There are 140 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 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 --QmzSyHh2VEIlveiH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSSYQ6Cy7oyFNCHrUH2uYlJVVFOowUCZBPVNQAKCRD2uYlJVVFO oxw5AQCie6V8CnFDb6CYnWkTnAjJashI/L57+3RTzE13x9SdJAEAlFMj4rTYx5je oPz/p0YpA/h7kZK+TZusb23F1N32JwE= =2Ssr -----END PGP SIGNATURE----- --QmzSyHh2VEIlveiH--