Your message dated Sat, 22 Jul 2023 11:26:47 +0000
with message-id <[email protected]>
and subject line Bug#1041597: fixed in qemu 1:8.0.3+dfsg-3
has caused the Debian Bug report #1041597,
regarding [PATCH] qemu-user-static: binfmt not matching MIPS ELFs with NaN2008
bit set
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.)
--
1041597: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041597
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemu-user-static
Version: 1:8.0.3+dfsg-2
QEMU 8.0 brings support for NaN2008 ELF executables[1] for userland
emulation. A modification on binfmt side is required to adapt this
change.
[1]:
https://gitlab.com/qemu/qemu/-/commit/450cb7ec2c5fda51b9650ca25e59ac9deeb60d1b
---
debian/binfmt-install | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/binfmt-install b/debian/binfmt-install
index f8e9202f7d..fefecf50da 100755
--- a/debian/binfmt-install
+++ b/debian/binfmt-install
@@ -39,17 +39,17 @@
loongarch64_magic='\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x
microblaze_magic='\x7f\x45\x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\xba\xab'
microblaze_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
mips_magic='\x7f\x45\x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
-
mips_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
+
mips_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfc\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
mipsel_magic='\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
-
mipsel_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfe\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
+
mipsel_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfc\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
mipsn32_magic='\x7f\x45\x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
-
mipsn32_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
+
mipsn32_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfc\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
mipsn32el_magic='\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
-
mipsn32el_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfe\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
+
mipsn32el_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfc\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x20'
mips64_magic='\x7f\x45\x4c\x46\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08'
-
mips64_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfe\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
+
mips64_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfc\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
mips64el_magic='\x7f\x45\x4c\x46\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x08\x00'
-
mips64el_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfe\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'
+
mips64el_mask='\xff\xff\xff\xff\xff\xff\xff\x00\xfc\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff'
ppc_magic='\x7f\x45\x4c\x46\x01\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x14'
ppc_mask='\xff\xff\xff\xff\xff\xff\xff\xfc\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff'
ppc64_magic='\x7f\x45\x4c\x46\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x15'
--
2.39.1
--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 1:8.0.3+dfsg-3
Done: Michael Tokarev <[email protected]>
We believe that the bug you reported is fixed in the latest version of
qemu, 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.
Michael Tokarev <[email protected]> (supplier of updated qemu 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: Sat, 22 Jul 2023 11:53:38 +0300
Source: qemu
Architecture: source
Version: 1:8.0.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QEMU Team <[email protected]>
Changed-By: Michael Tokarev <[email protected]>
Closes: 1041597
Changes:
qemu (1:8.0.3+dfsg-3) unstable; urgency=medium
.
* d/control: glusterfs: drop pre-buster glusterfs-common alternative,
restrict glusterfs support to 64bit (see #1039604)
* linux-user-limit-brk-adjustment-wrt-interp.brk-to-arm32.patch
Fix (band-aid for now) an unexpected breakage caused by the previous
patch in this area which fixes static executables loading on armhf.
* d/binfmt-install: update mips* magic strings from upstream commit
77d119dd335f910c7:
mips: allow nonzero EI_ABIVERSION, distinguish o32 and n32
(Closes: #1041597)
Checksums-Sha1:
6e723960c4d1d8138afce5d9be89f8c8a979f124 7616 qemu_8.0.3+dfsg-3.dsc
ab6751f642b7ca80d834442251bcfec7769c02d2 108524 qemu_8.0.3+dfsg-3.debian.tar.xz
fb132835fcc00544d46812ef5f680ee492bcdc3d 13908
qemu_8.0.3+dfsg-3_source.buildinfo
Checksums-Sha256:
8895f16daa47c4e6d819fbbdac9b9e13f12fdb68116aa35553f8988f6543175f 7616
qemu_8.0.3+dfsg-3.dsc
971cb86f766f63aa9d744c44775e07bee33ee1103d6ea34486639873cad8f387 108524
qemu_8.0.3+dfsg-3.debian.tar.xz
ef563acb7f14022016ccae0e4eace0c4c7b8f65c603d565fec27ef15a848016c 13908
qemu_8.0.3+dfsg-3_source.buildinfo
Files:
88478470c356a653b49cab134b8d9123 7616 otherosfs optional qemu_8.0.3+dfsg-3.dsc
9d5a44a5756027b3328f6aa548762440 108524 otherosfs optional
qemu_8.0.3+dfsg-3.debian.tar.xz
259bfba4ebdf93ca870c3e8e7e285270 13908 otherosfs optional
qemu_8.0.3+dfsg-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFDBAEBCgAtFiEEe3O61ovnosKJMUsicBtPaxppPlkFAmS7mToPHG1qdEB0bHMu
bXNrLnJ1AAoJEHAbT2saaT5ZkUoIAJ0/CpZxA2ktx+PNkRp0JJfoLZ53wn7ui8sU
yIXDoFC8m9fV4kdA4ioeibxf6CjR/6jwacb84nPB13XljdaXur8gfalnjpnHsNoG
4t8VOK+L9zXDr5KfLk1BVSXWC9YOOyV4ZN+tGAl32b8awySaeWEbtHyj50k843ej
JCKhUXdYLBN1GXirTNectZwWslspQnZW52k4zgS9REUY2PqQ0r8tO/ciwELG74oi
/88ZSuo0urnDC9toZYx9IdcdYDgiaT8N1WsTKK25tviJPECnzw4aJBW+kONisxWZ
LjxTdaSkVAgUD6RWXGT6Mv3Iju5+o6wi7DxyMnO+wyduNaM3c8E=
=SK2W
-----END PGP SIGNATURE-----
--- End Message ---