Linux kernel -stable discussions
 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,
	"Daniel Díaz" <daniel.diaz@linaro.org>,
	"Liu Jian" <liujian56@huawei.com>
Subject: Re: [PATCH 4.14 00/20] 4.14.335-rc2 review
Date: Sun, 7 Jan 2024 13:37:09 +0100	[thread overview]
Message-ID: <2024010750-trembling-starship-796b@gregkh> (raw)
In-Reply-To: <CA+G9fYsjCRtzFpeBQJepL7H=wyyUu0hi0kN+A3w6-BzksHwYhg@mail.gmail.com>

On Sat, Jan 06, 2024 at 03:18:28PM +0530, Naresh Kamboju wrote:
> On Sat, 6 Jan 2024 at 14:10, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 4.14.335 release.
> > There are 20 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, 08 Jan 2024 08:40:01 +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/v4.x/stable-review/patch-4.14.335-rc2.gz
> > or in the git tree and branch at:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.14.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> As Daniel reported on RC1 about this failure.
> Following build failures noticed on 4.14.335-rc2
> 
>  Arm64 with Clang 17:
> 
> -----8<-----
>    /builds/linux/net/8021q/vlan_core.c:332:39: error: incompatible
> integer to pointer conversion passing '__be16' (aka 'unsigned short')
> to parameter of type 'const struct vlan_vi
>    d_info *' [-Wint-conversion]
>      332 |                 if (!vlan_hw_filter_capable(by_dev, vid_info->proto))
>          |                                                     ^~~~~~~~~~~~~~~
>    /builds/linux/net/8021q/vlan_core.c:169:38: note: passing argument
> to parameter 'vid_info' here
>      169 |                                      const struct
> vlan_vid_info *vid_info)
>          |                                                                  ^
>    /builds/linux/net/8021q/vlan_core.c:344:39: error: incompatible
> integer to pointer conversion passing '__be16' (aka 'unsigned short')
> to parameter of type 'const struct vlan_vi
>    d_info *' [-Wint-conversion]
>      344 |                 if (!vlan_hw_filter_capable(by_dev, vid_info->proto))
>          |                                                     ^~~~~~~~~~~~~~~
>    /builds/linux/net/8021q/vlan_core.c:169:38: note: passing argument
> to parameter 'vid_info' here
>      169 |                                      const struct
> vlan_vid_info *vid_info)
>          |                                                                  ^
>    /builds/linux/net/8021q/vlan_core.c:366:39: error: incompatible
> integer to pointer conversion passing '__be16' (aka 'unsigned short')
> to parameter of type 'const struct vlan_vid_info *' [-Wint-conversion]
>      366 |                 if (!vlan_hw_filter_capable(by_dev, vid_info->proto))
>          |                                                     ^~~~~~~~~~~~~~~
>    /builds/linux/net/8021q/vlan_core.c:169:38: note: passing argument
> to parameter 'vid_info' here
>      169 |                                      const struct
> vlan_vid_info *vid_info)
>          |                                                                  ^
>    3 errors generated.
>    make[3]: *** [/builds/linux/scripts/Makefile.build:329:
> net/8021q/vlan_core.o] Error 1
> ----->8-----
> 
> Bisection in this case points to:
> 
>    commit f33474044777425b3578d4e8b22a003f034ae214
>    Author: Liu Jian <liujian56@huawei.com>
>    Date:   Sat Dec 16 15:52:18 2023 +0800
> 
>        net: check vlan filter feature in vlan_vids_add_by_dev() and
> vlan_vids_del_by_dev()
> 
>        [ Upstream commit 01a564bab4876007ce35f312e16797dfe40e4823 ]
> 
> Reproducer:
> 
>    tuxmake --runtime podman --target-arch arm64 --toolchain clang-17
> --kconfig defconfig LD=ld.lld LLVM_IAS=0
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

Oops, sorry about that, I missed it, I'll go drop this one now, thanks.

greg k-h

  reply	other threads:[~2024-01-07 12:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-06  8:40 [PATCH 4.14 00/20] 4.14.335-rc2 review Greg Kroah-Hartman
2024-01-06  9:48 ` Naresh Kamboju
2024-01-07 12:37   ` Greg Kroah-Hartman [this message]
2024-01-06 11:14 ` 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=2024010750-trembling-starship-796b@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=allen.lkml@gmail.com \
    --cc=conor@kernel.org \
    --cc=daniel.diaz@linaro.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=liujian56@huawei.com \
    --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=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