From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 08FB22C81 for ; Mon, 22 Nov 2021 11:15:37 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id ACC80604DA; Mon, 22 Nov 2021 11:15:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1637579737; bh=ZTbA0nnJ57D27bW7+lA47B18ObNRFFY7AzD4buhZe7M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yVvwnhnCnKxjCVdTP1v1oYCOBZhphnEPMPMXacPHQAiikX0PWgzgXDWklSaxNmGJK VkcWP/T20clDo+RJZwOq1ihZjQp47VUrsSjhGKQRY88fqBFIDtKntQkMa6skHdxGny 8SzkMNMqW/8V3JDCLyqMPVuRnhpn84u6PjWR0eE4= Date: Mon, 22 Nov 2021 12:15:34 +0100 From: Greg KH To: Nick Desaulniers Cc: Sasha Levin , "# 3.4.x" , Lucas Henneman , Masahiro Yamada , Vincenzo Frascino , Nathan Chancellor , Will Deacon , llvm@lists.linux.dev, Pavel Machek Subject: Re: backport of 14831fad73f5 for 5.10 and 5.4 Message-ID: References: Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Nov 19, 2021 at 02:29:09PM -0800, Nick Desaulniers wrote: > On Fri, Nov 19, 2021 at 5:30 AM Greg KH wrote: > > > > On Thu, Nov 18, 2021 at 11:30:38AM -0800, Nick Desaulniers wrote: > > > Dear stable kernel maintainers, > > > Please consider applying the attached backport of 14831fad73f5 to > > > linux-5.10.y and linux-5.4.y. > > > > > > 14831fad73f5 first landed in v5.16-rc1. > > > > > > There was a minor conflict due to missing e35123d83ee3 ("arm64: lto: > > > Strengthen READ_ONCE() to acquire when CONFIG_LTO=y") which first > > > landed in v5.11-rc1. > > > > > > It fixes a minor warning observed during `make mrproper` for Android > > > kernel builds. > > > > Now queued up, thanks. > > I'm sorry; I made a mistake. As reported by Pavel in > https://lore.kernel.org/stable/20211119214713.GB23353@amd/ > I missed part of the backport. Attached is a v2. > -- > Thanks, > ~Nick Desaulniers Now queued up, thnaks. greg k-h