public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
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, rwarsow@gmx.de, conor@kernel.org,
	hargar@microsoft.com, broonie@kernel.org, achill@achill.org,
	sr@sladewatkins.com, Vlastimil Babka <vbabka@suse.cz>,
	"Fabio M. De Francesco"
	<fabio.maria.de.francesco@linux.intel.com>,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	Svyatoslav Ryhel <clamor95@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Dan Carpenter <dan.carpenter@linaro.org>,
	Anders Roxell <anders.roxell@linaro.org>,
	Ben Copeland <benjamin.copeland@linaro.org>,
	Ian Rogers <irogers@google.com>,
	linux-mips@vger.kernel.org,
	linuxppc-dev <linuxppc-dev@lists.ozlabs.org>
Subject: Re: [PATCH 5.15 000/392] 5.15.197-rc1 review
Date: Thu, 4 Dec 2025 17:36:10 +0100	[thread overview]
Message-ID: <2025120428-manly-squatting-f3eb@gregkh> (raw)
In-Reply-To: <CA+G9fYvmhQs9qx-XpLiaOUZQKj=gR=-X5MoJ1auRmbC7cC+AXw@mail.gmail.com>

On Thu, Dec 04, 2025 at 02:08:24PM +0530, Naresh Kamboju wrote:
> On Wed, 3 Dec 2025 at 21:27, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.15.197 release.
> > There are 392 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 Fri, 05 Dec 2025 15:23:16 +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.197-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, mips and powerpc builds failed on the stable-rc 5.15.197-rc1.
> 
> Build regressions: arm, fuse-tegra30.c:250:10: error: 'const struct
> tegra_fuse_soc' has no member named 'cells'
> Build regressions: arm, fuse-tegra30.c:250:18: error: initialization
> of 'const struct attribute_group *' from incompatible pointer type
> 'const struct nvmem_cell_info *' [-Werror=incompatible-pointer-types]
> Build regressions: arm, fuse-tegra30.c:251:10: error: 'const struct
> tegra_fuse_soc' has no member named 'num_cells'
> 
> Build regressions: mips, tlb-r4k.c:591:31: error: passing argument 1
> of 'memblock_free' makes integer from pointer without a cast
> [-Werror=int-conversion]
> 
> Build regressions: powerpc, mm/mempool.c:68:17: error: 'for' loop
> initial declarations are only allowed in C99 or C11 mode
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
> ARM build regressions are due to,
> 
>   soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
>   [ Upstream commit b9c01adedf38c69abb725a60a05305ef70dbce03 ]

dropped.

> MIPS build regressions are due to,
> 
>   MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow
>   commit 841ecc979b18d3227fad5e2d6a1e6f92688776b5 upstream.

dropped.

> Powerpc build regressions are due to,
> 
>   mm/mempool: replace kmap_atomic() with kmap_local_page()
>   [ Upstream commit f2bcc99a5e901a13b754648d1dbab60f4adf9375 ]

dropped.

thanks!

greg k-h

      reply	other threads:[~2025-12-04 16:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20251203152414.082328008@linuxfoundation.org>
2025-12-04  8:38 ` [PATCH 5.15 000/392] 5.15.197-rc1 review Naresh Kamboju
2025-12-04 16:36   ` 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=2025120428-manly-squatting-f3eb@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=achill@achill.org \
    --cc=akpm@linux-foundation.org \
    --cc=anders.roxell@linaro.org \
    --cc=arnd@arndb.de \
    --cc=benjamin.copeland@linaro.org \
    --cc=broonie@kernel.org \
    --cc=clamor95@gmail.com \
    --cc=conor@kernel.org \
    --cc=dan.carpenter@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=fabio.maria.de.francesco@linux.intel.com \
    --cc=hargar@microsoft.com \
    --cc=irogers@google.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lkft-triage@lists.linaro.org \
    --cc=naresh.kamboju@linaro.org \
    --cc=patches@kernelci.org \
    --cc=patches@lists.linux.dev \
    --cc=pavel@denx.de \
    --cc=rwarsow@gmx.de \
    --cc=shuah@kernel.org \
    --cc=sr@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    --cc=tsbogend@alpha.franken.de \
    --cc=vbabka@suse.cz \
    /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