From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Ron Economos <re@w6rz.net>
Cc: Conor Dooley <conor.dooley@microchip.com>,
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
Subject: Re: [PATCH 6.7 000/163] 6.7.9-rc2 review
Date: Tue, 5 Mar 2024 11:26:38 +0000 [thread overview]
Message-ID: <2024030521-uncover-pushchair-e68c@gregkh> (raw)
In-Reply-To: <013ebb78-46df-0db7-d95e-51229273bd2c@w6rz.net>
On Tue, Mar 05, 2024 at 01:52:59AM -0800, Ron Economos wrote:
> On 3/5/24 1:48 AM, Ron Economos wrote:
> > On 3/5/24 1:27 AM, Ron Economos wrote:
> > > On 3/5/24 12:31 AM, Conor Dooley wrote:
> > > > On Tue, Mar 05, 2024 at 07:58:57AM +0000, Greg Kroah-Hartman wrote:
> > > > > This is the start of the stable review cycle for the 6.7.9 release.
> > > > > There are 163 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, 07 Mar 2024 07:46:26 +0000.
> > > > > Anything received after that time might be too late.
> > > > > Samuel Holland <samuel.holland@sifive.com>
> > > > > riscv: Save/restore envcfg CSR during CPU suspend
> > > > >
> > > > > Samuel Holland <samuel.holland@sifive.com>
> > > > > riscv: Add a custom ISA extension for the [ms]envcfg CSR
> > > > I left a comment in response to the off-list email about this patch,
> > > > I don't think it's gonna work as the number this custom extension has
> > > > been given exceeds the max in 6.7/
> > > >
> > > > Cheers,
> > > > Conor.
> > > >
> > > > > Samuel Holland <samuel.holland@sifive.com>
> > > > > riscv: Fix enabling cbo.zero when running in M-mode
> > >
> > > Yeah, it doesn't work. Here's the new error:
> > >
> > > arch/riscv/kernel/cpufeature.c:180:9: error: implicit declaration of
> > > function '__RISCV_ISA_EXT_SUPERSET'; did you mean
> > > 'RISCV_ISA_EXT_SVPBMT'? [-Werror=implicit-function-declaration]
> > > 180 | __RISCV_ISA_EXT_SUPERSET(zicbom,
> > > RISCV_ISA_EXT_ZICBOM, riscv_xlinuxenvcfg_exts),
> > > | ^~~~~~~~~~~~~~~~~~~~~~~~
> > > | RISCV_ISA_EXT_SVPBMT
> > > arch/riscv/kernel/cpufeature.c:180:34: error: 'zicbom' undeclared
> > > here (not in a function)
> > > 180 | __RISCV_ISA_EXT_SUPERSET(zicbom,
> > > RISCV_ISA_EXT_ZICBOM, riscv_xlinuxenvcfg_exts),
> > > | ^~~~~~
> > > arch/riscv/kernel/cpufeature.c:181:34: error: 'zicboz' undeclared
> > > here (not in a function)
> > > 181 | __RISCV_ISA_EXT_SUPERSET(zicboz,
> > > RISCV_ISA_EXT_ZICBOZ, riscv_xlinuxenvcfg_exts),
> > > | ^~~~~~
> > > cc1: some warnings being treated as errors
> > > make[4]: *** [scripts/Makefile.build:243:
> > > arch/riscv/kernel/cpufeature.o] Error 1
> > > make[3]: *** [scripts/Makefile.build:480: arch/riscv/kernel] Error 2
> > > make[2]: *** [scripts/Makefile.build:480: arch/riscv] Error 2
> > >
> > >
> > This depends on a much earlier patch, "riscv: add ISA extension parsing
> > for vector crypto" (upstream commit
> > aec3353963b8de889c3f1ab7cc8ba11e99626606).
> >
> > I think the best solution will be to revert all three patches.
> >
> > riscv: Save/restore envcfg CSR during CPU suspend
> >
> > riscv: Add a custom ISA extension for the [ms]envcfg CSR
> >
> > riscv: Fix enabling cbo.zero when running in M-mode
> >
> >
> >
> Sorry, "riscv: Fix enabling cbo.zero when running in M-mode" is okay. Just
> the first two.
Ok, will go drop both of them now and will push out a -rc3.
thanks,
greg k-h
next prev parent reply other threads:[~2024-03-05 11:26 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-05 7:58 [PATCH 6.7 000/163] 6.7.9-rc2 review Greg Kroah-Hartman
2024-03-05 8:31 ` Conor Dooley
2024-03-05 9:07 ` Luna Jernberg
2024-03-05 9:19 ` Conor Dooley
2024-03-05 9:21 ` Luna Jernberg
2024-03-05 9:32 ` Conor Dooley
2024-03-05 9:35 ` Luna Jernberg
2024-03-05 9:46 ` Conor Dooley
2024-03-05 9:27 ` Ron Economos
2024-03-05 9:48 ` Ron Economos
2024-03-05 9:52 ` Ron Economos
2024-03-05 11:26 ` Greg Kroah-Hartman [this message]
2024-03-06 14:55 ` Luna Jernberg
2024-03-05 10:58 ` Jon Hunter
2024-03-05 11:19 ` Pavel Machek
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=2024030521-uncover-pushchair-e68c@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=conor.dooley@microchip.com \
--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=patches@kernelci.org \
--cc=patches@lists.linux.dev \
--cc=pavel@denx.de \
--cc=re@w6rz.net \
--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