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: <aCLqj2SHnne6U1sG@duo.ucw.cz>
Date: Tue, 13 May 2025 08:45:35 +0200
From: Pavel Machek <pavel@...x.de>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: stable@...r.kernel.org, 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,
	jonathanh@...dia.com, f.fainelli@...il.com,
	sudipm.mukherjee@...il.com, srw@...dewatkins.net, rwarsow@....de,
	conor@...nel.org, hargar@...rosoft.com, broonie@...nel.org
Subject: Re: [PATCH 6.1 00/92] 6.1.139-rc1 review

Hi!

> This is the start of the stable review cycle for the 6.1.139 release.
> There are 92 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.

We see same failure as the other kernels here:

https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/1813565657
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/10011161709

arch/x86/kernel/alternative.c: In function 'its_fini_mod':
1163
arch/x86/kernel/alternative.c:447:32: error: invalid use of undefined type 'struct module'
1164
  447 |         for (int i = 0; i < mod->its_num_pages; i++) {
1165
      |                                ^~
1166
arch/x86/kernel/alternative.c:448:33: error: invalid use of undefined type 'struct module'
1167
  448 |                 void *page = mod->its_page_array[i];
1168
      |                                 ^~
1169
arch/x86/kernel/alternative.c: In function 'its_free_mod':
1170
arch/x86/kernel/alternative.c:459:32: error: invalid use of undefined type 'struct module'
1171
  459 |         for (int i = 0; i < mod->its_num_pages; i++) {
1172
      |                                ^~
1173

Reported-by: Pavel Machek (CIP) <pavel@...x.de>

Best regards,
								Pavel
-- 
DENX Software Engineering GmbH,        Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

Download attachment "signature.asc" of type "application/pgp-signature" (196 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ