Your message dated Tue, 25 Mar 2025 08:35:47 +0000 with message-id <E1twzlD-0023o8-EW@fasolo.debian.org> and subject line Bug#1069808: fixed in perftest 25.01.0+0.80-1 has caused the Debian Bug report #1069808, regarding perftest: please add support for loong64 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.) -- 1069808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069808 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: perftest: please add support for loong64
- From: wuruilong <wuruilong@loongson.cn>
- Date: Thu, 25 Apr 2024 06:36:16 +0000
- Message-id: <171402697611.555166.12998871600928824653.reportbug@d7879422bc54>
Source: perftest Severity: normal Tags: patch User: debian-loongarch@lists.debian.org Usertags: loong64 X-Debbugs-Cc: wuruilong@loongson.cn Dear Maintainer, perftest compiles incorrectly on loongarch, the attached patch has solved the problem, please refer to the patch to modify the code wuruilong -- System Information: Debian Release: trixie/sid APT prefers unreleased APT policy: (500, 'unreleased'), (500, 'unstable') Architecture: loong64 (loongarch64) Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads) Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: unable to detectDescription: <short summary of the patch> TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . perftest (24.01.0+0.38-1) unstable; urgency=medium . * New upstream version and versioning schema (year.month). - Upstream man pages revised (Closes: #1054920). * man_page.patch: Fix syntax of man page * Remove maintainer man pages * Newer standards version: 4.6.2 Author: Tzafrir Cohen <tzafrir@debian.org> Bug-Debian: https://bugs.debian.org/1054920 --- The information above should follow the Patch Tagging Guidelines, please checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>) Bug: <upstream-bugtracker-url> Bug-Debian: https://bugs.debian.org/<bugnumber> Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> Forwarded: (no|not-needed|<patch-forwarded-url>) Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>) Reviewed-By: <name and email of someone who approved/reviewed the patch> Last-Update: 2024-04-25 --- perftest-24.01.0+0.38.orig/src/get_clock.h +++ perftest-24.01.0+0.38/src/get_clock.h @@ -113,6 +113,15 @@ static inline cycles_t get_cycles() { return perf_get_cycles(); } +#elif defined(__loongarch__) +typedef unsigned long cycles_t; +static inline cycles_t get_cycles() +{ + cycles_t ret; + asm volatile("rdtime.d %0,$r0" : "=r"(ret)); + return ret; +} + #else #warning get_cycles not implemented for this architecture: attempt asm/timex.h
--- End Message ---
--- Begin Message ---
- To: 1069808-close@bugs.debian.org
- Subject: Bug#1069808: fixed in perftest 25.01.0+0.80-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 25 Mar 2025 08:35:47 +0000
- Message-id: <E1twzlD-0023o8-EW@fasolo.debian.org>
- Reply-to: Tzafrir Cohen <tzafrir@debian.org>
Source: perftest Source-Version: 25.01.0+0.80-1 Done: Tzafrir Cohen <tzafrir@debian.org> We believe that the bug you reported is fixed in the latest version of perftest, 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 1069808@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Tzafrir Cohen <tzafrir@debian.org> (supplier of updated perftest 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: Wed, 05 Mar 2025 01:46:57 +0200 Source: perftest Architecture: source Version: 25.01.0+0.80-1 Distribution: unstable Urgency: medium Maintainer: Debian HPC Team <debian-hpc@lists.debian.org> Changed-By: Tzafrir Cohen <tzafrir@debian.org> Closes: 1064538 1069808 Changes: perftest (25.01.0+0.80-1) unstable; urgency=medium . * New upstream release (Closes: #1069808, #1064538). - Dropped run_perftest_loopback.patch and man_page.patch - merged upstream. * clean leftover man page symlinks * Remove unneeded dependency on dh-autoreconf (lintian) * Update copyrights file Checksums-Sha1: 3c2374f4d180684d00430257101a256873f847d9 1863 perftest_25.01.0+0.80-1.dsc f62e7d514c90b73c7ba8187c86e51f658a7d5aac 997698 perftest_25.01.0+0.80.orig.tar.gz 14c19669f24cca79c98e77a37cffed35c066d730 5696 perftest_25.01.0+0.80-1.debian.tar.xz 247368426f9e51a7e4b5c8f8ddf7846461966de8 6254 perftest_25.01.0+0.80-1_amd64.buildinfo Checksums-Sha256: 5f03f3c66f38316de0b2bb2d34e07b48c112628e225ecbbe899bcf1e941b77f0 1863 perftest_25.01.0+0.80-1.dsc 54e86b131f0b06862b8b9cd692739737295463cfef467bdda5f5aa3dae8c5b05 997698 perftest_25.01.0+0.80.orig.tar.gz 432a44f28fd3f7b155cc2e1fb63648a1b831cf44d4b665ff807692d73304f365 5696 perftest_25.01.0+0.80-1.debian.tar.xz 488b5dd04c789933029b52286aa25ead5f50e5021472487df92430abcce9ca9b 6254 perftest_25.01.0+0.80-1_amd64.buildinfo Files: b06cfe633ea9230a25fbc5becb3bd780 1863 net optional perftest_25.01.0+0.80-1.dsc c8d9d3de88b0ccf913497db775898908 997698 net optional perftest_25.01.0+0.80.orig.tar.gz 08133f33888ab1a198a286551e01e198 5696 net optional perftest_25.01.0+0.80-1.debian.tar.xz 0e2791f1456be93ea9a8f96413d0f0c4 6254 net optional perftest_25.01.0+0.80-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEEjhGGa0mM+W3ykQJyjv1MLwMloM4FAmfiZq0ACgkQjv1MLwMl oM7QlgwAjOmdD1WsVU1xur513sMEfTrs0pWMuRco1yzCsoyca8bxZe718PnlJOKC AgkP17M/F/k9E4lXSVI6otadM/tvPiZLXtG1/q67vnDZmu+UCqv2pRbgVI71erHe Dr8Y2u65U8BQkKOf5vCsaifFkrlEvgByCYLjKpFZk9Z9495e2ZcnPn15yNVZ7L6u jl1pvYvUu+cNYnzx/ZKvEXOhHlrN3EjIFhVT8oDP1+voAmvD/CSEHz5gm0DVnCQz 0u/hEkNsVBEnX4cuTU2xBGeGRfeqh9cKh0YDcewRRBlRpgvQCUMl0U0b6TTW+IFb VD0MUg9uoLYxazPSJydZ5VjgYMXII+WFCg2qV4TWXqOmDLj71pHxf7C7tooU+QbS oxGkrXvhrCZpDCUj+00po0h3H1y2CYM8D1qb/hSRSDhd7Sn8oKQ3ot76kTDwJNzc Hlo0cUirxyoO5oXcEwjWu+vVEYxlloKwSeApZDTFRieWzS7zUfMynzWcYahgkIok ikBPguRf =iG4o -----END PGP SIGNATURE-----Attachment: pgpqUEjBHHE9f.pgp
Description: PGP signature
--- End Message ---