From: "Jiaxun Yang" <jiaxun.yang@flygoat.com>
To: "Guenter Roeck" <linux@roeck-us.net>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"stable@vger.kernel.org" <stable@vger.kernel.org>
Cc: patches@lists.linux.dev, linux-kernel@vger.kernel.org,
"Linus Torvalds" <torvalds@linux-foundation.org>,
"Andrew Morton" <akpm@linux-foundation.org>,
shuah@kernel.org, patches@kernelci.org,
lkft-triage@lists.linaro.org, pavel@denx.de,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Florian Fainelli" <f.fainelli@gmail.com>,
sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de,
conor@kernel.org, allen.lkml@gmail.com, broonie@kernel.org,
"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>
Subject: Re: [PATCH 5.15 000/479] 5.15.165-rc3 review
Date: Mon, 26 Aug 2024 14:27:17 +0100 [thread overview]
Message-ID: <eb7fda2e-e3c3-42cb-b477-91bcafe3088a@app.fastmail.com> (raw)
In-Reply-To: <135ef4fd-4fc9-40b4-b188-8e64946f47c4@roeck-us.net>
在2024年8月26日八月 上午2:04,Guenter Roeck写道:
> On 8/17/24 01:00, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 5.15.165 release.
>> There are 479 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 Mon, 19 Aug 2024 07:51:05 +0000.
>> Anything received after that time might be too late.
>>
> [ ... ]
>> Jiaxun Yang <jiaxun.yang@flygoat.com>
>> MIPS: Loongson64: reset: Prioritise firmware service
>>
>
> This patch in v5.15.165 results in:
Thanks for reporting!
This patch should be reverted for 5.15 as the infra was not here and 5.15
is not intended to support platforms that may be impacted by this issue.
Thanks
- Jiaxun
>
> Building mips:loongson2k_defconfig ... failed
> --------------
> Error log:
> arch/mips/loongson64/reset.c:25:36: error: 'struct sys_off_data'
> declared inside parameter list will not be visible outside of this
> definition or declaration [-Werror]
> 25 | static int firmware_restart(struct sys_off_data *unusedd)
> | ^~~~~~~~~~~~
> arch/mips/loongson64/reset.c:34:37: error: 'struct sys_off_data'
> declared inside parameter list will not be visible outside of this
> definition or declaration [-Werror]
> 34 | static int firmware_poweroff(struct sys_off_data *unused)
> | ^~~~~~~~~~~~
> arch/mips/loongson64/reset.c: In function 'mips_reboot_setup':
> arch/mips/loongson64/reset.c:144:17: error: implicit declaration of
> function 'register_sys_off_handler'; did you mean
> 'register_restart_handler'? [-Werror=implicit-function-declaration]
> 144 | register_sys_off_handler(SYS_OFF_MODE_RESTART,
> | ^~~~~~~~~~~~~~~~~~~~~~~~
> | register_restart_handler
> arch/mips/loongson64/reset.c:144:42: error: 'SYS_OFF_MODE_RESTART'
> undeclared (first use in this function)
> 144 | register_sys_off_handler(SYS_OFF_MODE_RESTART,
> | ^~~~~~~~~~~~~~~~~~~~
> arch/mips/loongson64/reset.c:144:42: note: each undeclared identifier
> is reported only once for each function it appears in
> arch/mips/loongson64/reset.c:145:34: error: 'SYS_OFF_PRIO_FIRMWARE'
> undeclared (first use in this function)
> 145 | SYS_OFF_PRIO_FIRMWARE,
> | ^~~~~~~~~~~~~~~~~~~~~
> arch/mips/loongson64/reset.c:150:42: error: 'SYS_OFF_MODE_POWER_OFF'
> undeclared (first use in this function); did you mean
> 'SYSTEM_POWER_OFF'?
> 150 |
> register_sys_off_handler(SYS_OFF_MODE_POWER_OFF,
> | ^~~~~~~~~~~~~~~~~~~~~~
> | SYSTEM_POWER_OFF
>
> This is not entirely surprising since the missing functions and defines
> do not exist in v5.15.y.
>
> Guenter
--
- Jiaxun
next prev parent reply other threads:[~2024-08-26 13:27 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-17 8:00 [PATCH 5.15 000/479] 5.15.165-rc3 review Greg Kroah-Hartman
2024-08-17 15:38 ` Anders Roxell
2024-08-17 19:48 ` Jon Hunter
2024-08-18 13:59 ` Harshit Mogalapalli
2024-08-20 14:43 ` Mark Brown
2024-08-30 10:57 ` Greg Kroah-Hartman
2024-08-26 1:04 ` Guenter Roeck
2024-08-26 13:27 ` Jiaxun Yang [this message]
2024-08-30 11:04 ` Greg Kroah-Hartman
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=eb7fda2e-e3c3-42cb-b477-91bcafe3088a@app.fastmail.com \
--to=jiaxun.yang@flygoat.com \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=broonie@kernel.org \
--cc=conor@kernel.org \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--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=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=tsbogend@alpha.franken.de \
/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