From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C0EFC37D29; Tue, 28 Nov 2023 20:43:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="aC4px0Vl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B733DC433C8; Tue, 28 Nov 2023 20:43:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701204212; bh=uiG+18Gryl6FUbTMZaD5U12UgWJzL8HDhfWkQCuVBR0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aC4px0VlHM1VN6OFGZDn3gaO3zVNex4SbUUCdbEPcUgt8f3HSs7SGGPqYxBrHh5iH ATbepWj6V8SPqX/ovoJ9llgbaLA0erwrrAErAlTii6NofMAxAtV+7yEwpgqxSnrlMU Oyh1FVN9aQCZ3oNIy9OrmMo9YlCtWmZXSe4TooDA= Date: Tue, 28 Nov 2023 20:43:29 +0000 From: Greg Kroah-Hartman To: Pavel Machek Cc: Ilpo =?iso-8859-1?Q?J=E4rvinen?= , stable@vger.kernel.org, patches@lists.linux.dev, LKML , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org, allen.lkml@gmail.com, alexander.deucher@amd.com, mario.limonciello@amd.com, zhujun2@cmss.chinamobile.com, sashal@kernel.org, skhan@linuxfoundation.org, bhelgaas@google.com Subject: Re: [PATCH 4.14 00/53] 4.14.331-rc2 review Message-ID: <2023112818-browse-floss-eb6f@gregkh> References: <20231125163059.878143365@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Nov 28, 2023 at 09:39:36PM +0100, Pavel Machek wrote: > Hi! > > > > > This is the start of the stable review cycle for the 4.14.331 release. > > > > There are 53 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. > > > > > > Ilpo Järvinen > > > > RDMA/hfi1: Use FIELD_GET() to extract Link Width > > > > > > This is a good cleanup, but not a bugfix. > > > > > > > Ilpo Järvinen > > > > atm: iphase: Do PCI error checks on own line > > > > > > Just a cleanup, not sure why it was picked for stable. > > > > Just an additional bit of information, there have been quite many cleanups > > from me which have recently gotten the stable notification for some > > mysterious reason. When I had tens of them in my inbox and for various > > kernel versions, I immediately stopped caring to stop it from happening. > > > > AFAIK, I've not marked those for stable inclusion so I've no idea what > > got them included. > > Fixes tag can do it. Plus, "AUTOSEL" robot does it randomly, with no > human oversight :-(. the autosel bot has lots of oversight.