The Linux Kernel Mailing List
 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, srw@sladewatkins.net, rwarsow@gmx.de,
	conor@kernel.org, allen.lkml@gmail.com,
	Zong Li <zong.li@sifive.com>,
	Palmer Dabbelt <palmer@rivosinc.com>,
	Alexandre Ghiti <alexghiti@rivosinc.com>,
	Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH 5.15 00/84] 5.15.151-rc1 review
Date: Tue, 5 Mar 2024 11:30:52 +0000	[thread overview]
Message-ID: <2024030534-makeshift-gauging-72d2@gregkh> (raw)
In-Reply-To: <CA+G9fYvOpuVjEe_0E5bwsmP39VQwdybDEoKTZGeYC3ULtqmViQ@mail.gmail.com>

On Tue, Mar 05, 2024 at 03:38:20PM +0530, Naresh Kamboju wrote:
> On Tue, 5 Mar 2024 at 03:23, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 5.15.151 release.
> > There are 84 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, 06 Mar 2024 21:15:26 +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.151-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
> 
> 
> Following build failures noticed on riscv.
> 
> The riscv tinyconfig and allnoconfig builds on 5.15.
> The riscv defconfig, tinyconfig and allnoconfig builds on 5.10.
> 
> linux.5.15.y build failures on riscv.
> riscv:
>   build:
>     * gcc-12-tinyconfig
>     * gcc-8-allnoconfig
>     * clang-17-tinyconfig
>     * gcc-8-tinyconfig
>     * gcc-12-allnoconfig
> 
> linux.5.10.y build failures on riscv.
> riscv:
> 
>   * gcc-8-defconfig
>   * clang-17-allnoconfig
>   * gcc-12-tinyconfig
>   * gcc-8-allnoconfig
>   * gcc-8-allmodconfig
>   * clang-17-defconfig
>   * gcc-12-defconfig
>   * clang-17-tinyconfig
>   * gcc-12-allmodconfig
>   * gcc-8-tinyconfig
>   * gcc-12-allnoconfig
> 
>  Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
> arch/riscv/kernel/return_address.c:39:9: error: implicit declaration
> of function 'arch_stack_walk' [-Werror=implicit-function-declaration]
>    39 |         arch_stack_walk(save_return_addr, &data, current, NULL);
>       |         ^~~~~~~~~~~~~~~
> cc1: some warnings being treated as errors
> 
> Suspecting patch,
> 
> riscv: add CALLER_ADDRx support
> commit 680341382da56bd192ebfa4e58eaf4fec2e5bca7 upstream.

Thanks, will go drop this and push out -rc2 kernels for 5.15 and 5.10

greg k-h

  reply	other threads:[~2024-03-05 11:30 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-04 21:23 [PATCH 5.15 00/84] 5.15.151-rc1 review Greg Kroah-Hartman
2024-03-04 22:50 ` SeongJae Park
2024-03-05  4:52 ` Ron Economos
2024-03-05 10:08 ` Naresh Kamboju
2024-03-05 11:30   ` Greg Kroah-Hartman [this message]
2024-03-05 10:58 ` Jon Hunter
2024-03-05 11:43 ` Harshit Mogalapalli
2024-03-05 19:05 ` 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=2024030534-makeshift-gauging-72d2@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=alexghiti@rivosinc.com \
    --cc=allen.lkml@gmail.com \
    --cc=arnd@arndb.de \
    --cc=conor@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=naresh.kamboju@linaro.org \
    --cc=palmer@rivosinc.com \
    --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=torvalds@linux-foundation.org \
    --cc=zong.li@sifive.com \
    /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