[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1109903: marked as done (rapiddisk-dkms: module fails to build for Linux 6.16: error: 'struct page' has no member named 'index')



Your message dated Tue, 16 Dec 2025 13:35:23 +0000
with message-id <E1vVVD1-002rOw-2h@fasolo.debian.org>
and subject line Bug#1109903: fixed in rapiddisk 9.2.0-2
has caused the Debian Bug report #1109903,
regarding rapiddisk-dkms: module fails to build for Linux 6.16: error: 'struct page' has no member named 'index'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1109903: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109903
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: rapiddisk-dkms
Version: 9.2.0-1
Severity: important
Tags: sid forky upstream
Control: forwarded -1 https://github.com/pkoutoupis/rapiddisk/issues/196

DKMS (dkms-3.2.0) make.log for rapiddisk/9.2.0 for kernel 6.16-rc7-rt-amd64 (x86_64)
Thu Jul 24 23:02:22 UTC 2025

Building module(s)
# command: make -j14 KERNELRELEASE=6.16-rc7-rt-amd64 -C /lib/modules/6.16-rc7-rt-amd64/build M=/var/lib/dkms/rapiddisk/9.2.0/build
make: Entering directory '/usr/src/linux-headers-6.16-rc7-rt-amd64'
make[1]: Entering directory '/var/lib/dkms/rapiddisk/9.2.0/build'
  CC [M]  rapiddisk.o
  CC [M]  rapiddisk-cache.o
In file included from /usr/src/linux-headers-6.16-rc7-common/include/linux/build_bug.h:5,
                 from /usr/src/linux-headers-6.16-rc7-common/include/linux/init.h:5,
                 from rapiddisk.c:26:
rapiddisk.c: In function 'rdsk_lookup_page':
rapiddisk.c:252:28: error: 'struct page' has no member named 'index'
  252 |         BUG_ON(page && page->index != idx);
      |                            ^~
/usr/src/linux-headers-6.16-rc7-common/include/linux/compiler.h:77:45: note: in definition of macro 'unlikely'
   77 | # define unlikely(x)    __builtin_expect(!!(x), 0)
      |                                             ^
rapiddisk.c:252:9: note: in expansion of macro 'BUG_ON'
  252 |         BUG_ON(page && page->index != idx);
      |         ^~~~~~
rapiddisk.c: In function 'rdsk_insert_page':
rapiddisk.c:288:13: error: 'struct page' has no member named 'index'
  288 |         page->index = idx;
      |             ^~
rapiddisk.c:293:28: error: 'struct page' has no member named 'index'
  293 |                 BUG_ON(page->index != idx);
      |                            ^~
/usr/src/linux-headers-6.16-rc7-common/include/linux/compiler.h:77:45: note: in definition of macro 'unlikely'
   77 | # define unlikely(x)    __builtin_expect(!!(x), 0)
      |                                             ^
rapiddisk.c:293:17: note: in expansion of macro 'BUG_ON'
  293 |                 BUG_ON(page->index != idx);
      |                 ^~~~~~
rapiddisk.c: In function 'rdsk_free_pages':
rapiddisk.c:332:40: error: 'struct page' has no member named 'index'
  332 |                         BUG_ON(pages[i]->index < pos);
      |                                        ^~
/usr/src/linux-headers-6.16-rc7-common/include/linux/compiler.h:77:45: note: in definition of macro 'unlikely'
   77 | # define unlikely(x)    __builtin_expect(!!(x), 0)
      |                                             ^
rapiddisk.c:332:25: note: in expansion of macro 'BUG_ON'
  332 |                         BUG_ON(pages[i]->index < pos);
      |                         ^~~~~~
rapiddisk.c:333:39: error: 'struct page' has no member named 'index'
  333 |                         pos = pages[i]->index;
      |                                       ^~
make[3]: *** [/usr/src/linux-headers-6.16-rc7-common/scripts/Makefile.build:292: rapiddisk.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/usr/src/linux-headers-6.16-rc7-common/Makefile:2027: .] Error 2
make[1]: *** [/usr/src/linux-headers-6.16-rc7-common/Makefile:260: __sub-make] Error 2
make[1]: Leaving directory '/var/lib/dkms/rapiddisk/9.2.0/build'
make: *** [/usr/src/linux-headers-6.16-rc7-common/Makefile:260: __sub-make] Error 2
make: Leaving directory '/usr/src/linux-headers-6.16-rc7-rt-amd64'

# exit code: 2
# elapsed time: 00:00:04
----------------------------------------------------------------

Related to Linux commit
https://github.com/torvalds/linux/commit/acc53a0b4c156877773da6e9eea4113dc7e770ae
"mm: rename page->index to page->__folio_index"

Andreas

--- End Message ---
--- Begin Message ---
Source: rapiddisk
Source-Version: 9.2.0-2
Done: Andreas Beckmann <anbe@debian.org>

We believe that the bug you reported is fixed in the latest version of
rapiddisk, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1109903@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated rapiddisk package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 16 Dec 2025 13:03:38 +0100
Source: rapiddisk
Architecture: source
Version: 9.2.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1097769 1109903
Changes:
 rapiddisk (9.2.0-2) unstable; urgency=medium
 .
   * QA upload.
   * Fix module build for Linux 6.16.  (Closes: #1109903)
   * Fix building with -std=c23.  (Closes: #1097769)
   * Drop redundant Rules-Requires-Root: no.
Checksums-Sha1:
 c98f2e86df786c241752288cafd1d6d8c9c71943 2039 rapiddisk_9.2.0-2.dsc
 2bcdb700f4df4629ac34d44dc37718ef27222e75 4764 rapiddisk_9.2.0-2.debian.tar.xz
 d6d586c202fa5c89c17666b5cffbb685eeaafd05 6475 rapiddisk_9.2.0-2_source.buildinfo
Checksums-Sha256:
 aef11ee715ba8e2fe1e3b97b17bc37b97aa113dc1c041aec073b3346fc329683 2039 rapiddisk_9.2.0-2.dsc
 0b28c46b3fbe70a0d337ea18500ec70b79641e7960838aa803326c23db3c2dc3 4764 rapiddisk_9.2.0-2.debian.tar.xz
 e61677c087835b1f5350321d597193070799e69b6c185e5a78d570d38b452ddb 6475 rapiddisk_9.2.0-2_source.buildinfo
Files:
 dab1f10dc3f68ca4c30b4b2e54a1dd75 2039 kernel optional rapiddisk_9.2.0-2.dsc
 59157409f8fad45e03a40294659ae94c 4764 kernel optional rapiddisk_9.2.0-2.debian.tar.xz
 d79aa864462013e251dcdf65635a7bf3 6475 kernel optional rapiddisk_9.2.0-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmlBTO8QHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJwaEACS1OCToHZwQkhDjCw6VGV1yC1l/Z9l9LiI
onq3Z2ycL58DeUkEB7F4XWsD04imlzreMdRuigSHt7AvWgCkP6rXbf3NyHoOuekp
J0EJxW5s5tzo0mxAS2RQufuwvbo6pWGe8nvlU+hVIEXkz29WSb8iEvHNRCtUMn/C
5J2HTHrrCPmBA/wvrWBaQWgWZ6dWjA8WcUW2pJ5MzuQbujUVAtH04MSO0xJi7CPK
cdcHYcKXWu7De2LxoMIF/oQA8aaUJhi6nGUuG7QeDOfNfar3vBy3dKNNVqgKkOc+
YKL/3VOFTC4f0E7mB1pHLQt0CLdoqFBDzE0lIQAmqCgtv6hX85zEpONYpgS/w3IQ
fTgEW+1/aKcPmhMJEVmcl29Crd1sVaTsSSnVq+ETOv9sF2yKpT0kBf69OZvlwbup
aq+YUvqEutle61a4g4SgQAzx2Qxace2zdInzRPVVRHDeAOx9QIs1UDqkqolj7P8F
iZqe7uxnK5x07B1BEUal3VcrffofaKKvSfnBJGi1aLuGZrqHcKn8aFyL/z0DHUGh
d18iASWUNTlgTzNbooT6VPdtkuoHKg2uAbwsnCvPNMbyVRFvNx1KeRtp3MRmGefI
IFbNLm869612KCRIBsGXac2Q+EVXbQy8HZ3c4O/GeunypVfSGh489Eutns+0Anm9
4K3xThxRjw==
=gq6v
-----END PGP SIGNATURE-----

Attachment: pgpSTNXBIriD5.pgp
Description: PGP signature


--- End Message ---

Reply to: