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 849F6C7EE23 for ; Tue, 30 May 2023 10:28:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231527AbjE3K2f (ORCPT ); Tue, 30 May 2023 06:28:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57078 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230079AbjE3K1z (ORCPT ); Tue, 30 May 2023 06:27:55 -0400 Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2394FC; Tue, 30 May 2023 03:26:40 -0700 (PDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id A70BB1C0D20; Tue, 30 May 2023 12:26:38 +0200 (CEST) Date: Tue, 30 May 2023 12:26:37 +0200 From: Pavel Machek 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, 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, kch@nvidia.com, avolmat@me.com, arnd@arndb.de, vi@endrift.com Subject: Re: [PATCH 4.14 00/86] 4.14.316-rc1 review Message-ID: References: <20230528190828.564682883@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HoT0r7ZN4EsSbGiN" Content-Disposition: inline In-Reply-To: <20230528190828.564682883@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --HoT0r7ZN4EsSbGiN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > This is the start of the stable review cycle for the 4.14.316 release. > There are 86 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. > Chaitanya Kulkarni > null_blk: Always check queue mode setting from configfs This one is in 4.14 and 5.10, but not in 4.19. > Alain Volmat > phy: st: miphy28lp: use _poll_timeout functions for waits This is just a cleanup, we don't really need it in stable. > Arnd Bergmann > clk: tegra20: fix gcc-7 constant overflow warning Something went wrong here: #define OSC_FREQ_DET_STATUS 0x5c -#define OSC_FREQ_DET_BUSY (1<<31) -#define OSC_FREQ_DET_CNT_MASK 0xFFFF +#define OSC_FREQ_DET_BUSYu (1<<31) +#define OSC_FREQ_DET_CNT_MASK 0xFFFFu First, we don't really need u after hex constants. Second, we normally use upperspace U for this. Third, u should not really be appended to the constant name. > Vicki Pfau > Input: xpad - add constants for GIP interface numbers This is just a cleanup, we don't really need it in stable. Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --HoT0r7ZN4EsSbGiN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCZHXPXQAKCRAw5/Bqldv6 8qj3AKCDLbIXFtCX4xd31flyfX4Chme4ngCfapt3x8fLAKlpwUMRFeGiFCeTepI= =P7xE -----END PGP SIGNATURE----- --HoT0r7ZN4EsSbGiN--