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

Bug#259766: marked as done (linux-kernel-headers - broken include/asm-s390/byteorder.h)



Your message dated Sat, 31 Jul 2004 10:47:08 -0400
with message-id <E1Bqv8e-0007wQ-00@newraff.debian.org>
and subject line Bug#259766: fixed in linux-kernel-headers 2.5.999-test7-bk-17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 16 Jul 2004 16:11:56 +0000
>From waldi@debian.org Fri Jul 16 09:11:56 2004
Return-path: <waldi@debian.org>
Received: from wavehammer.waldi.eu.org [82.139.196.55] (postfix)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BlVJU-00063Y-00; Fri, 16 Jul 2004 09:11:56 -0700
Received: by wavehammer.waldi.eu.org (Postfix, from userid 1000)
	id A7B403C028; Fri, 16 Jul 2004 18:11:51 +0200 (CEST)
Date: Fri, 16 Jul 2004 18:11:51 +0200
From: Bastian Blank <waldi@debian.org>
To: submit@bugs.debian.org
Subject: linux-kernel-headers - broken include/asm-s390/byteorder.h
Message-ID: <[🔎] 20040716161151.GA23635@wavehammer.waldi.eu.org>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040523i
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--RASg3xLB4tUQ4RcS
Content-Type: multipart/mixed; boundary="bg08WKrSYDhXBjb5"
Content-Disposition: inline


--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-16

The attached patch fixes include/asm-s390/byteorder.h. The definitions
are used by some userspace programs which produces weird failures if
using the broken 64bit conversation. With the patch, this file matches
linux 2.6.7 vanilla.

Bastian

--=20
A princess should not be afraid -- not with a brave knight to protect her.
		-- McCoy, "Shore Leave", stardate 3025.3

--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename="s390-asm-byteorder.patch"

--- include/asm-s390/byteorder.h	2004-06-02 06:28:47.000000000 +0200
+++ include/asm-s390/byteorder.h	2004-07-16 15:12:07.000000000 +0200
@@ -50,7 +50,7 @@
 		"        icm   %0,4,2(%1)\n"
 		"        icm   %0,2,1(%1)\n"
 		"        ic    %0,0(%1)"
-		: "=&d" (result) : "a" (x) : "cc" );
+		: "=&d" (result) : "a" (x), "m" (*x) : "cc" );
 #else /* __s390x__ */
 		"   lrv  %0,%1"
 		: "=d" (result) : "m" (*x) );
@@ -85,7 +85,7 @@
 #ifndef __s390x__
 		"        icm   %0,2,1(%1)\n"
 		"        ic    %0,0(%1)\n"
-		: "=&d" (result) : "a" (x) : "cc" );
+		: "=&d" (result) : "a" (x), "m" (*x) : "cc" );
 #else /* __s390x__ */
 		"   lrvh %0,%1"
 		: "=d" (result) : "m" (*x) );

--bg08WKrSYDhXBjb5--

--RASg3xLB4tUQ4RcS
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iEYEARECAAYFAkD3/kcACgkQnw66O/MvCNFfSQCfbPjMu4F5k0QdalZlr72Z3gZt
PCYAoKIRhQwx7maxrHkPPtd0VoEanUDW
=K7gX
-----END PGP SIGNATURE-----

--RASg3xLB4tUQ4RcS--

---------------------------------------
Received: (at 259766-close) by bugs.debian.org; 31 Jul 2004 14:49:53 +0000
>From katie@ftp-master.debian.org Sat Jul 31 07:49:53 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BqvBJ-0001QY-00; Sat, 31 Jul 2004 07:49:53 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1Bqv8e-0007wQ-00; Sat, 31 Jul 2004 10:47:08 -0400
From: GOTO Masanori <gotom@debian.org>
To: 259766-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#259766: fixed in linux-kernel-headers 2.5.999-test7-bk-17
Message-Id: <E1Bqv8e-0007wQ-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 31 Jul 2004 10:47:08 -0400
Delivered-To: 259766-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: linux-kernel-headers
Source-Version: 2.5.999-test7-bk-17

We believe that the bug you reported is fixed in the latest version of
linux-kernel-headers, which is due to be installed in the Debian FTP archive:

linux-kernel-headers_2.5.999-test7-bk-17.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-17.diff.gz
linux-kernel-headers_2.5.999-test7-bk-17.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-17.dsc
linux-kernel-headers_2.5.999-test7-bk-17_i386.deb
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.5.999-test7-bk-17_i386.deb



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 259766@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
GOTO Masanori <gotom@debian.org> (supplier of updated linux-kernel-headers 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun,  6 Jun 2004 05:35:11 +0900
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: source i386
Version: 2.5.999-test7-bk-17
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <gotom@debian.org>
Changed-By: GOTO Masanori <gotom@debian.org>
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 252651 252720 256502 259766
Changes: 
 linux-kernel-headers (2.5.999-test7-bk-17) unstable; urgency=low
 .
   * GOTO Masanori <gotom@debian.org>
 .
     - Don't use the XSI:isms `-a' and `-o' in tests for
       debian/generate-asm.sh from David Weinehall <tao@debian.org>.
       (Closes: #256502)
     - Install i386 kernel headers into /usr/include/i386-linux on x86-64
       from Andreas Jochens <aj@andaco.de>.  (Closes: #252720)
     - Fix 64bit conversion makes weird behavior on s390 from
       Bastian Blank <waldi@debian.org>.  (Closes: #259766)
       - s390-asm-byteorder.patch
     - Fix <asm/types.h> -ansi vs long long.  (Closes: #252651)
       - asm-types-long-long.patch
     - Revert x86-64 <asm/types.h> modification in x86-64-long-long.patch
       because asm-types-long-long.patch fixes more appropriate method.
Files: 
 f6d1dd1fb48e99c4b5eb94a756befb6b 856 devel standard linux-kernel-headers_2.5.999-test7-bk-17.dsc
 ba578f0c6a1bc8a852e040ff8206fcaf 56582 devel standard linux-kernel-headers_2.5.999-test7-bk-17.diff.gz
 1fcca61cd0f5df09afddcc425f46bd64 1377022 devel standard linux-kernel-headers_2.5.999-test7-bk-17_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBC605qIqasIZIJsMRAnuOAJ9S2V64NA/n5jSGA1mg7FKG39sQtwCfW9Nq
mbXbtUp3v0BqzSmCmkOekaw=
=ll78
-----END PGP SIGNATURE-----



Reply to: