From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Guenter Roeck <linux@roeck-us.net>
Cc: stable@vger.kernel.org, patches@lists.linux.dev,
linux-kernel@vger.kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, 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, broonie@kernel.org
Subject: Re: [PATCH 5.4 000/202] 5.4.278-rc1 review
Date: Sat, 15 Jun 2024 12:54:58 +0200 [thread overview]
Message-ID: <2024061527-skinny-recent-5ed3@gregkh> (raw)
In-Reply-To: <3ed1ecee-78bb-450e-933f-1e06b1e392bd@roeck-us.net>
On Thu, Jun 13, 2024 at 09:35:07AM -0700, Guenter Roeck wrote:
> On Thu, Jun 13, 2024 at 01:31:38PM +0200, Greg Kroah-Hartman wrote:
> > This is the start of the stable review cycle for the 5.4.278 release.
> > There are 202 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 Sat, 15 Jun 2024 11:31:50 +0000.
> > Anything received after that time might be too late.
> >
>
> net/nfc/nci/core.c:1455:15: error:
> mixing declarations and code is incompatible with standards before C99
> [-Werror,-Wdeclaration-after-statement]
> 1455 | unsigned int hdr_size = NCI_CTRL_HDR_SIZE;
>
> Maybe enable C99 on older kernel branches ?
>
> The code is
>
> +static bool nci_valid_size(struct sk_buff *skb)
> +{
> + BUILD_BUG_ON(NCI_CTRL_HDR_SIZE != NCI_DATA_HDR_SIZE);
> + unsigned int hdr_size = NCI_CTRL_HDR_SIZE;
>
> Swapping those two lines would be another possible fix.
Odd, I fixed this for other branches, but it didn't trigger for me here,
must be a build issue somewhere.
I'll go fix it up now, thanks!
greg k-h
next prev parent reply other threads:[~2024-06-15 10:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-13 11:31 [PATCH 5.4 000/202] 5.4.278-rc1 review Greg Kroah-Hartman
2024-06-13 16:35 ` Guenter Roeck
2024-06-15 10:54 ` Greg Kroah-Hartman [this message]
2024-06-14 17:03 ` Jon Hunter
2024-06-15 2:12 ` Shuah Khan
2024-06-15 8:11 ` Naresh Kamboju
2024-06-16 12:36 ` Florian Fainelli
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=2024061527-skinny-recent-5ed3@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=allen.lkml@gmail.com \
--cc=broonie@kernel.org \
--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=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