Your message dated Fri, 21 Mar 2025 19:37:49 +0000
with message-id <[email protected]>
and subject line Bug#1100959: fixed in lime-forensics 1.9.1-8
has caused the Debian Bug report #1100959,
regarding lime-forensics-dkms: module fails to build on arm*
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 [email protected]
immediately.)
--
1100959: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100959
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lime-forensics-dkms
Version: 1.9.1-7
Severity: important
Tags: patch
Hi,
I'm attaching a small patch that makes the module build on arm*, failure
can be seen in the autopkgtests:
https://ci.debian.net/packages/l/lime-forensics/
The virt_addr_valid macro has architecture specific implementations and
takes takes a pointer argument. It internally casts the argument to
integer where needed, but on arm* there is also usage of the original
argument which gets passed to a function taking a void* argument.
Andreas
Author: Andreas Beckmann <[email protected]>
Description: the virt_addr_valid macro wants a void* argument
--- a/src/hash.c
+++ b/src/hash.c
@@ -98,7 +98,7 @@ int ldigest_update(void *v, size_t is) {
int ret;
struct scatterlist sg;
- if (likely(virt_addr_valid((unsigned long) v))) {
+ if (likely(virt_addr_valid(v))) {
sg_init_one(&sg, (u8 *) v, is);
} else {
int nbytes = is;
--- End Message ---
--- Begin Message ---
Source: lime-forensics
Source-Version: 1.9.1-8
Done: Joao Eriberto Mota Filho <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lime-forensics, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <[email protected]> (supplier of updated
lime-forensics 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 21 Mar 2025 15:32:15 -0300
Source: lime-forensics
Architecture: source
Version: 1.9.1-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Security Tools <[email protected]>
Changed-By: Joao Eriberto Mota Filho <[email protected]>
Closes: 1100959
Changes:
lime-forensics (1.9.1-8) unstable; urgency=medium
.
* Fixed a mistake from commit 8e4c88a (Salsa), reverting two upstream files
(src/disk.c and src/tcp.c) to original. In that commit, a new patch (10)
was committed without a previous removing, changing the upstream file
contents.
* debian/patches/20_fix-arm-build.patch: created to fix a FTBFS on ARM
architectures. Thanks to Andreas Beckmann <[email protected]>.
(Closes: #1100959)
Checksums-Sha1:
bf5f2724e098e095d5e3bca2ef83eb179c36d189 2057 lime-forensics_1.9.1-8.dsc
68da9f0b133fe39fd80ca8dade0eb582626bd0eb 6760
lime-forensics_1.9.1-8.debian.tar.xz
e5df905cc4ec0f39315b2134aad73626f14fead8 5991
lime-forensics_1.9.1-8_source.buildinfo
Checksums-Sha256:
cc8a6ae7248260002ce5f1430f7518272e1edbaef140df88e3b5ad02c76142ac 2057
lime-forensics_1.9.1-8.dsc
df381b73c7b9063e0222876e8b97c536df9dde7aa325a5c8b3c12e1ff311557c 6760
lime-forensics_1.9.1-8.debian.tar.xz
d61f9658d53af1c146b3f92d5623ba1da5fbc83673abc9f0c933c5975beb343c 5991
lime-forensics_1.9.1-8_source.buildinfo
Files:
66a002e8cfe855c176d877ee48dfe15a 2057 kernel optional
lime-forensics_1.9.1-8.dsc
8d1873f5be4bcaa26f8a3e5c72dee53d 6760 kernel optional
lime-forensics_1.9.1-8.debian.tar.xz
a247916d0a0c36d6162422ecbec8d9e8 5991 kernel optional
lime-forensics_1.9.1-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAmfduyIACgkQ3mO5xwTr
6e8SPA/6Alr2ZT70qqVWDXIbof5xBBhr2tet/5TVo5GNQGZYGozAPCAVc5ahxYHy
tUNav4rPq8Xq4VHnBppVsyTQhAotgi8Szuoy6FAtj3yyfIlBZsfEM2RV7MoHY5wi
FBeOeAjuhswHKCDpGHGrExKU6txJ5D9mezIvOBJWCQg5vBjaD8q/fGGy9iqBXO8I
W/RVdfonpuM8gTD25YbuzYDtOJCxEOIHfPkOeYVyFxhAK9WdDey/dO/pfVTkcl14
pKj21EYMWBhRb4XnDYDIWGdSBEoHKcQ/Javm2dfq8mxeqRZNPFj483R+uugUp2EI
7jJHhSP5zrIXaz4YRrivHULqeaMnZeCL55CV4zq579QTQT29wBbRVmIOAPmKSkzF
T+Hwc+YdymhNuX5C51VSszgPGBdJOUzDaqOjzNx+D4fI+z25gihYD0+AokyEskYY
DHAX01HrEeml3bMYMjl8arfUKrZ4rAgPGBpZL4xbp4KOi3exyWqHd5Q+5511X9f5
MFqwuypTgcFHj/KglWdejf+Ccuacq4AXZilmsNYp/NamqM4RtJjY417Hv79AwSaO
0IHn6Q+XESqKVhOYjxODYJycWN6W/yDapsXwxlpRDdnaUVeN/AhAC78MhoB5iE/t
7WC+g7Dz6uKQD69+2OX89LsahNIRAY9e97t1za3uwLOcHhhkapo=
=PgLE
-----END PGP SIGNATURE-----
pgp7gO4i7kp4v.pgp
Description: PGP signature
--- End Message ---