linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
@ 2024-02-16 20:56 kernelci.org bot
  2024-02-20 11:49 ` Will Deacon
  0 siblings, 1 reply; 4+ messages in thread
From: kernelci.org bot @ 2024-02-16 20:56 UTC (permalink / raw)
  To: will, catalin.marinas, linux-arm-kernel, kernel-build-reports,
	kernelci-results

arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)

Full Build Summary: https://kernelci.org/build/arm64/branch/for-kernelci/kernel/v6.8-rc4-55-g905b00721763/

Tree: arm64
Branch: for-kernelci
Git Describe: v6.8-rc4-55-g905b00721763
Git Commit: 905b007217637b34a6a877271f21ed0dada0f564
Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
Built: 1 unique architecture

Warnings Detected:

arm64:
    defconfig (gcc-10): 1 warning


Warnings summary:

    1    security/security.c:810:2: warning: ‘memcpy’ offset 32 is out of the bounds [0, 0] [-Warray-bounds]

================================================================================

Detailed per-defconfig build reports:

--------------------------------------------------------------------------------
defconfig (arm64, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches

Warnings:
    security/security.c:810:2: warning: ‘memcpy’ offset 32 is out of the bounds [0, 0] [-Warray-bounds]

---
For more info write to <info@kernelci.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
  2024-02-16 20:56 arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763) kernelci.org bot
@ 2024-02-20 11:49 ` Will Deacon
  2024-02-20 14:59   ` Paul Moore
  0 siblings, 1 reply; 4+ messages in thread
From: Will Deacon @ 2024-02-20 11:49 UTC (permalink / raw)
  To: kernelci.org bot, paul
  Cc: catalin.marinas, linux-arm-kernel, kernel-build-reports,
	kernelci-results

[+Paul Moore for the array bounds warning]

On Fri, Feb 16, 2024 at 12:56:52PM -0800, kernelci.org bot wrote:
> arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
> 
> Full Build Summary: https://kernelci.org/build/arm64/branch/for-kernelci/kernel/v6.8-rc4-55-g905b00721763/
> 
> Tree: arm64
> Branch: for-kernelci
> Git Describe: v6.8-rc4-55-g905b00721763
> Git Commit: 905b007217637b34a6a877271f21ed0dada0f564
> Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
> Built: 1 unique architecture
> 
> Warnings Detected:
> 
> arm64:
>     defconfig (gcc-10): 1 warning
> 
> 
> Warnings summary:
> 
>     1    security/security.c:810:2: warning: ‘memcpy’ offset 32 is out of the bounds [0, 0] [-Warray-bounds]
> 
> ================================================================================
> 
> Detailed per-defconfig build reports:
> 
> --------------------------------------------------------------------------------
> defconfig (arm64, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
> 
> Warnings:
>     security/security.c:810:2: warning: ‘memcpy’ offset 32 is out of the bounds [0, 0] [-Warray-bounds]

Paul, sorry if you've had lots of these reports already, but this one keeps
showing up in our CI and I don't think it's related to any of our arm64
changes. So, on the off chance that you're not aware, here it is!

Will

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
  2024-02-20 11:49 ` Will Deacon
@ 2024-02-20 14:59   ` Paul Moore
  2024-02-20 15:33     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Moore @ 2024-02-20 14:59 UTC (permalink / raw)
  To: Will Deacon
  Cc: kernelci.org bot, catalin.marinas, linux-arm-kernel,
	kernel-build-reports, kernelci-results

On Tue, Feb 20, 2024 at 6:49 AM Will Deacon <will@kernel.org> wrote:
>
> [+Paul Moore for the array bounds warning]
>
> On Fri, Feb 16, 2024 at 12:56:52PM -0800, kernelci.org bot wrote:
> > arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
> >
> > Full Build Summary: https://kernelci.org/build/arm64/branch/for-kernelci/kernel/v6.8-rc4-55-g905b00721763/
> >
> > Tree: arm64
> > Branch: for-kernelci
> > Git Describe: v6.8-rc4-55-g905b00721763
> > Git Commit: 905b007217637b34a6a877271f21ed0dada0f564
> > Git URL: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
> > Built: 1 unique architecture
> >
> > Warnings Detected:
> >
> > arm64:
> >     defconfig (gcc-10): 1 warning
> >
> >
> > Warnings summary:
> >
> >     1    security/security.c:810:2: warning: ‘memcpy’ offset 32 is out of the bounds [0, 0] [-Warray-bounds]
> >
> > ================================================================================
> >
> > Detailed per-defconfig build reports:
> >
> > --------------------------------------------------------------------------------
> > defconfig (arm64, gcc-10) — PASS, 0 errors, 1 warning, 0 section mismatches
> >
> > Warnings:
> >     security/security.c:810:2: warning: ‘memcpy’ offset 32 is out of the bounds [0, 0] [-Warray-bounds]
>
> Paul, sorry if you've had lots of these reports already, but this one keeps
> showing up in our CI and I don't think it's related to any of our arm64
> changes. So, on the off chance that you're not aware, here it is!

Hi Will,

Yes, I've seen this reported quite a bit and I've double (triple ...)
checked that it is a bogus warning.  Kees mentioned that it was due to
a known gcc bug so I've been ignoring it, I would appreciate it if you
could do the same.  I love to see bugs reported during the development
cycle - thanks for your help in this regard! - but I do get tired of
seeing the same bogus warnings caused by a buggy toolchain.

-- 
paul-moore.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763)
  2024-02-20 14:59   ` Paul Moore
@ 2024-02-20 15:33     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2024-02-20 15:33 UTC (permalink / raw)
  To: kernelci-results, paul
  Cc: Will Deacon, kernelci.org bot, catalin.marinas, linux-arm-kernel,
	kernel-build-reports


[-- Attachment #1.1: Type: text/plain, Size: 663 bytes --]

On Tue, Feb 20, 2024 at 09:59:23AM -0500, Paul Moore wrote:

> Yes, I've seen this reported quite a bit and I've double (triple ...)
> checked that it is a bogus warning.  Kees mentioned that it was due to
> a known gcc bug so I've been ignoring it, I would appreciate it if you
> could do the same.  I love to see bugs reported during the development
> cycle - thanks for your help in this regard! - but I do get tired of
> seeing the same bogus warnings caused by a buggy toolchain.

Note that the toolchain concerned is the Debian one (oldstable now, we
should be upgrading soonish but I don't know about other users) rather
than something obscure and custom.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-20 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-16 20:56 arm64/for-kernelci build: 1 build: 0 failed, 1 passed, 1 warning (v6.8-rc4-55-g905b00721763) kernelci.org bot
2024-02-20 11:49 ` Will Deacon
2024-02-20 14:59   ` Paul Moore
2024-02-20 15:33     ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).