From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Naresh Kamboju <naresh.kamboju@linaro.org>
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,
conor@kernel.org, hargar@microsoft.com, broonie@kernel.org,
clang-built-linux <llvm@lists.linux.dev>,
Anders Roxell <anders.roxell@linaro.org>,
Dan Carpenter <dan.carpenter@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
Nathan Chancellor <nathan@kernel.org>,
Marco Crivellari <marco.crivellari@suse.com>,
Thorsten Blum <thorsten.blum@linux.dev>,
linux-mips@vger.kernel.org
Subject: Re: [PATCH 6.14 000/197] 6.14.7-rc1 review
Date: Wed, 14 May 2025 11:53:23 +0200 [thread overview]
Message-ID: <2025051415-unloader-likely-b0e6@gregkh> (raw)
In-Reply-To: <CA+G9fYsGTqCxiXQOY3HEu4Z3CEwmyQoOb8DnpzVToWMW-Y8R5A@mail.gmail.com>
On Tue, May 13, 2025 at 02:29:20PM +0100, Naresh Kamboju wrote:
> On Tue, 13 May 2025 at 11:40, Naresh Kamboju <naresh.kamboju@linaro.org> wrote:
> >
> > On Mon, 12 May 2025 at 18:43, Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org> wrote:
> > >
> > > This is the start of the stable review cycle for the 6.14.7 release.
> > > There are 197 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 Wed, 14 May 2025 17:19:58 +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/v6.x/stable-review/patch-6.14.7-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-6.14.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> >
> > Regressions on mips defconfig tinyconfig and allnoconfig builds failed with
> > clang-20 toolchain on stable-rc 6.14.7-rc1, 6.12.29-rc1 and 6.6.91-rc1.
> > But, builds pass with gcc-13.
> >
> > * mips, build
> > - clang-20-allnoconfig
> > - clang-20-defconfig
> > - clang-20-tinyconfig
> > - korg-clang-20-lkftconfig-hardening
> > - korg-clang-20-lkftconfig-lto-full
> > - korg-clang-20-lkftconfig-lto-thing
> >
> > Regression Analysis:
> > - New regression? Yes
> > - Reproducibility? Yes
> >
> > Build regression: mips defconfig clang-20 instantiation error expected
> > an immediate
> >
> > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> >
> > ## Build error mips
> > <instantiation>:7:11: error: expected an immediate
> > ori $26, r4k_wait_idle_size - 2
> > ^
> > <instantiation>:10:13: error: expected an immediate
> > addiu $26, r4k_wait_exit - r4k_wait_insn + 2
> > ^
> > <instantiation>:10:29: error: expected an immediate
> > addiu $26, r4k_wait_exit - r4k_wait_insn + 2
> > ^
> > <instantiation>:7:11: error: expected an immediate
> > ori $26, r4k_wait_idle_size - 2
> > ^
> > <instantiation>:10:13: error: expected an immediate
> > addiu $26, r4k_wait_exit - r4k_wait_insn + 2
> > ^
> > <instantiation>:10:29: error: expected an immediate
> > addiu $26, r4k_wait_exit - r4k_wait_insn + 2
> > ^
>
>
> The bisection found this as first bad commit,
>
> MIPS: Fix idle VS timer enqueue
>
> [ Upstream commit 56651128e2fbad80f632f388d6bf1f39c928267a ]
Thanks, now dropped from all queues.
greg k-h
prev parent reply other threads:[~2025-05-14 9:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250512172044.326436266@linuxfoundation.org>
2025-05-13 10:40 ` [PATCH 6.14 000/197] 6.14.7-rc1 review Naresh Kamboju
2025-05-13 13:29 ` Naresh Kamboju
2025-05-14 9:53 ` Greg Kroah-Hartman [this message]
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=2025051415-unloader-likely-b0e6@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=anders.roxell@linaro.org \
--cc=arnd@arndb.de \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=hargar@microsoft.com \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=llvm@lists.linux.dev \
--cc=marco.crivellari@suse.com \
--cc=naresh.kamboju@linaro.org \
--cc=nathan@kernel.org \
--cc=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=rwarsow@gmx.de \
--cc=shuah@kernel.org \
--cc=srw@sladewatkins.net \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=thorsten.blum@linux.dev \
--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).