From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.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 B38C34C97 for ; Tue, 23 May 2023 03:13:16 +0000 (UTC) Received: by mail-pf1-f171.google.com with SMTP id d2e1a72fcca58-64d4e45971bso1936030b3a.2 for ; Mon, 22 May 2023 20:13:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684811596; x=1687403596; 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=SSMjb6e9YuYDEpRsFJ5qPxDQBlW7HCE/u3pEvidV/n8=; b=LOHS+IKHgCH7I6zpoTgXUFvdAvGmdtEi7FJDkBgEsyPu4bDMO/jzsjUZk+AOs8Juwc 24tMy/zx9R+ZA8+KduyU91VftzIeaQCoTUohCnufZggWSx/SSy6CWZrY+wR9F9y2cfit urp5Ohx0hR8XxWlL9tSGYq8rsSUoEx6RxWxFWiepxle9IXzaNiwps+hyaSSq+AW8/ny9 pZTOyLXYeBGrU4JEKeweFbYhb9e5U0bMPwa7rcOdg3iYNjxrLZFASudp9O6CVlNwl7k9 3Offhmqdy77PWuWi6zEx0Oqppi+iXdqkpwm3g3fLaZ8xImEdRaMKmYlXk0BGcHO7BZEM gOCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684811596; x=1687403596; 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=SSMjb6e9YuYDEpRsFJ5qPxDQBlW7HCE/u3pEvidV/n8=; b=cHSPamNmKu8yXwIA0XDSJYqXKLLdWssfRy2Z2AToDIj90Tmx3PoqnZHSL5Z0R4Vr+S 7MjpFq1oge1CaPQwm1oIR/7QZzYLQkf0FFtiADrpbZPkJMbPeon6mfP/2Hdh/R9BxGH1 UazXc8QoRSHqRemDgM/VZF7+qQ8O2lquqSxrePCn9sYjWrcjwl8vV08DkDP1CCpyOnFF iwjiFWd2AbhvsgBfgX/MbAzLd9NNtJE5vIlJN9Ajd5scnq+vpSEbKMARD4qUWRwhGiM9 3LKkXofqcLA5FT0qg+aSdq3ZMyalRTq1oeLyW40Ycu9Da/Oxvdd8j5ByCyVApsxo/zdD Jf9g== X-Gm-Message-State: AC+VfDwXB3DNQ0tQRb1DAkzzmSX1164RqdAEiOb06RJldfonJ0FOgrWd a0uhw5eKsrS6BUVSrrAqjaU= X-Google-Smtp-Source: ACHHUZ4TILvhwPx1Qq3dBgT+ohnqKeV9vn+3VhaecOzj+SaorKy1P9Uccrse8qK1DcRfNtu9/etW/Q== X-Received: by 2002:a05:6a00:1a15:b0:643:b4d5:e3db with SMTP id g21-20020a056a001a1500b00643b4d5e3dbmr16970929pfv.4.1684811595987; Mon, 22 May 2023 20:13:15 -0700 (PDT) Received: from debian.me (subs02-180-214-232-65.three.co.id. [180.214.232.65]) by smtp.gmail.com with ESMTPSA id x5-20020aa79185000000b0064ccc164c9fsm4705232pfa.194.2023.05.22.20.13.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 May 2023 20:13:15 -0700 (PDT) Received: by debian.me (Postfix, from userid 1000) id 820D2106954; Tue, 23 May 2023 10:13:12 +0700 (WIB) Date: Tue, 23 May 2023 10:13:12 +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 5.15 000/203] 5.15.113-rc1 review Message-ID: References: <20230522190354.935300867@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="SDoHcXug8PvAf8Bu" Content-Disposition: inline In-Reply-To: <20230522190354.935300867@linuxfoundation.org> --SDoHcXug8PvAf8Bu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 22, 2023 at 08:07:04PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.113 release. > There are 203 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 compiled and installed bindeb-pkgs on my computer (Acer Aspire E15, Intel Core i3 Haswell). No noticeable regressions. Tested-by: Bagas Sanjaya --=20 An old man doll... just what I always wanted! - Clara --SDoHcXug8PvAf8Bu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSSYQ6Cy7oyFNCHrUH2uYlJVVFOowUCZGwvPwAKCRD2uYlJVVFO o8M/AP4z5zLsu3LabwIkpBiOnf458k977I04xlrWyux8Cek1TAD+IjkK3wOFFm7i xEeVVd9Qagdw+cL47zJkkUt+aglGSgg= =AxGy -----END PGP SIGNATURE----- --SDoHcXug8PvAf8Bu--