linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Florian Fainelli <f.fainelli@gmail.com>
Cc: stable@vger.kernel.org, Kim Phillips <kim.phillips@amd.com>,
	"Borislav Petkov (AMD)" <bp@alien8.de>,
	Pawan Gupta <pawan.kumar.gupta@linux.intel.com>,
	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, sudipm.mukherjee@gmail.com,
	srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org
Subject: Re: [PATCH 5.15 000/160] 5.15.187-rc1 review
Date: Tue, 8 Jul 2025 19:34:38 +0200	[thread overview]
Message-ID: <2025070820-recital-subgroup-502f@gregkh> (raw)
In-Reply-To: <2438aa80-091d-4668-90e0-fb75f3e0b699@gmail.com>

On Tue, Jul 08, 2025 at 10:20:01AM -0700, Florian Fainelli wrote:
> On 7/8/25 09:20, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.15.187 release.
> > There are 160 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.
> > 
> > Responses should be made by Thu, 10 Jul 2025 16:22:09 +0000.
> > Anything received after that time might be too late.
> > 
> > The whole patch series can be found in one patch at:
> > 	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.187-rc1.gz
> > or in the git tree and branch at:
> > 	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
> > and the diffstat can be found below.
> > 
> > thanks,
> > 
> > greg k-h
> 
> The ARM 32-bit kernel fails to build with:
> 
> /local/users/fainelli/buildroot/output/arm/host/bin/arm-linux-ld:
> drivers/base/cpu.o: in function `.LANCHOR2':
> cpu.c:(.data+0xbc): undefined reference to `cpu_show_tsa'
> host-make[2]: *** [Makefile:1246: vmlinux] Error 1
> 
> This is caused by:
> 
> commit 5799df885785024821d09c334612c00992aa4c4b
> Author: Borislav Petkov (AMD) <bp@alien8.de>
> Date:   Wed Sep 11 10:53:08 2024 +0200
> 
>     x86/bugs: Add a Transient Scheduler Attacks mitigation
> 
>     Commit d8010d4ba43e9f790925375a7de100604a5e2dba upstream.
> 
>     Add the required features detection glue to bugs.c et all in order to
>     support the TSA mitigation.
> 
>     Co-developed-by: Kim Phillips <kim.phillips@amd.com>
>     Signed-off-by: Kim Phillips <kim.phillips@amd.com>
>     Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
>     Reviewed-by: Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
>     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> 
> I don't see this in Linus' tree but it's not clear yet why that is not
> happening there.

I see it in Linus's tree, you might want to do a sync :)

  parent reply	other threads:[~2025-07-08 17:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-08 16:20 [PATCH 5.15 000/160] 5.15.187-rc1 review Greg Kroah-Hartman
2025-07-08 17:20 ` Florian Fainelli
2025-07-08 17:23   ` Borislav Petkov
2025-07-08 17:26     ` Florian Fainelli
2025-07-08 17:45       ` Borislav Petkov
2025-07-08 17:51         ` Borislav Petkov
2025-07-08 18:05           ` Greg Kroah-Hartman
2025-07-08 18:04         ` Borislav Petkov
2025-07-08 18:09           ` Greg Kroah-Hartman
2025-07-08 18:37             ` Florian Fainelli
2025-07-08 17:34   ` Greg Kroah-Hartman [this message]
2025-07-09 22:12 ` Shuah Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025070820-recital-subgroup-502f@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=bp@alien8.de \
    --cc=broonie@kernel.org \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hargar@microsoft.com \
    --cc=jonathanh@nvidia.com \
    --cc=kim.phillips@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=pawan.kumar.gupta@linux.intel.com \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=srw@sladewatkins.net \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).