lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8330d511-9411-4b1b-91cd-dfbbf6d0fe37@gmx.de>
Date: Wed, 19 Mar 2025 16:22:56 +0100
From: Ronald Warsow <rwarsow@....de>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, stable@...r.kernel.org
Cc: patches@...ts.linux.dev, linux-kernel@...r.kernel.org,
 torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
 linux@...ck-us.net, shuah@...nel.org, patches@...nelci.org,
 lkft-triage@...ts.linaro.org, pavel@...x.de, jonathanh@...dia.com,
 f.fainelli@...il.com, sudipm.mukherjee@...il.com, srw@...dewatkins.net,
 conor@...nel.org, hargar@...rosoft.com, broonie@...nel.org
Subject: Re: [PATCH 6.13 000/241] 6.13.8-rc1 review

Hi Greg

moved to Fedora 42 (Beta) with

gcc-15.0.1-0.10.fc42.x86_64
gcc version 15.0.1 20250313 (Red Hat 15.0.1-0) (GCC)

with this
Kernel 6.13.x doesn't compile
Kernel 6.14.0-rc7 does

so I'm offline until 6.14.x stable kernel releases

sorry !

Errors
======

C032A7D52A7F0000:error:03000098:digital envelope
routines:do_sigver_init:invalid digest:crypto/evp/m_sigver.c:342:
make[3]: *** [certs/Makefile:53: certs/signing_key.pem] Error 1
make[3]: *** Deleting file 'certs/signing_key.pem'
make[2]: *** [scripts/Makefile.build:442: certs] Error 2

...

   CC      fs/ext4/indirect.o
fs/netfs/fscache_cache.c:375:67: warning: initializer-string for array
of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’
attribute (6 chars into 5 available) [-Wunterminated-string-initialization]
   375 | static const char fscache_cache_states[NR__FSCACHE_CACHE_STATE]
= "-PAEW";
       |
   ^~~~~~~
   CC      fs/netfs/fscache_cookie.o

...

   CC      kernel/seccomp.o
fs/netfs/fscache_cookie.c:32:69: warning: initializer-string for array
of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’
attribute (11 chars into 10 available)
[-Wunterminated-string-initialization]
    32 | static const char
fscache_cookie_states[FSCACHE_COOKIE_STATE__NR] = "-LCAIFUWRD";
       |
     ^~~~~~~~~~~~
   CC      fs/nfsd/nfssvc.o

...

   CC      fs/nfsd/blocklayoutxdr.o
fs/cachefiles/key.c:12:9: warning: initializer-string for array of
‘char’ truncates NUL terminator but destination lacks ‘nonstring’
attribute (65 chars into 64 available)
[-Wunterminated-string-initialization]
    12 |         "0123456789"                    /* 0 - 9 */
       |         ^~~~~~~~~~~~
   CC      fs/cachefiles/main.o

...

   AR      fs/built-in.a
make[1]: *** [/home/DATA/DEVEL/linux-6.13.7/Makefile:1989: .] Error 2
make: *** [Makefile:251: __sub-make] Error 2



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ