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

Bug#266115: marked as done (linux-kernel-headers: Missing include/asm/reg.h on mips/mipsel)



Your message dated Thu, 07 Jul 2005 13:49:16 +0900
with message-id <81u0j75igj.wl@omega.webmasters.gr.jp>
and subject line Closing bugs that was tagged as fixed-in-experimental
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 Aug 2004 18:46:54 +0000
>From ica2_ts@csv.ica.uni-stuttgart.de Mon Aug 16 11:46:54 2004
Return-path: <ica2_ts@csv.ica.uni-stuttgart.de>
Received: from iris1.csv.ica.uni-stuttgart.de [129.69.118.2] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BwmVS-0006vQ-00; Mon, 16 Aug 2004 11:46:54 -0700
Received: from rembrandt.csv.ica.uni-stuttgart.de ([129.69.118.42] ident=mail)
	by iris1.csv.ica.uni-stuttgart.de with esmtp
	id 1BwmVR-0005jD-00
	for <submit@bugs.debian.org>; Mon, 16 Aug 2004 20:46:53 +0200
Received: from ica2_ts by rembrandt.csv.ica.uni-stuttgart.de with local (Exim 3.35 #1 (Debian))
	id 1BwmVQ-0004sV-00
	for <submit@bugs.debian.org>; Mon, 16 Aug 2004 20:46:52 +0200
Date: Mon, 16 Aug 2004 20:46:52 +0200
To: submit@bugs.debian.org
Subject: linux-kernel-headers: Missing include/asm/reg.h on mips/mipsel
Message-ID: <20040816184652.GZ23229@rembrandt.csv.ica.uni-stuttgart.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6i
From: Thiemo Seufer <ica2_ts@csv.ica.uni-stuttgart.de>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: linux-kernel-headers
Version: 2.5.999-test7-bk-17
Severity: important
Tags: patch

Hello All,

linux-kernel-headers lacks include/asm/reg.h on mips, which is included
from include/asm/user.h. The definitions of EF_SIZE in reg.h is used
there, this 

This is at least a Problem for uclibc.
The appended patch supplies a correct reg.h.


Thiemo

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: mips
Kernel: Linux 2.4.26-sb1-swarm-bn
Locale: LANG=C, LC_CTYPE=de_DE@euro

-- no debconf information


--- include/asm-mips/reg.h.old	1970-01-01 01:00:00.000000000 +0100
+++ include/asm-mips/reg.h	2004-08-16 19:41:33.000000000 +0200
@@ -0,0 +1,54 @@
+#ifndef _ASM_REG_H
+#define _ASM_REG_H
+/*
+ * DO NOT MODIFY.
+ *
+ * This file was generated by arch/mips/Makefile
+ *
+ */
+
+/* MIPS pt_regs indices. */
+#define EF_R0     6
+#define EF_R1     7
+#define EF_R2     8
+#define EF_R3     9
+#define EF_R4     10
+#define EF_R5     11
+#define EF_R6     12
+#define EF_R7     13
+#define EF_R8     14
+#define EF_R9     15
+#define EF_R10    16
+#define EF_R11    17
+#define EF_R12    18
+#define EF_R13    19
+#define EF_R14    20
+#define EF_R15    21
+#define EF_R16    22
+#define EF_R17    23
+#define EF_R18    24
+#define EF_R19    25
+#define EF_R20    26
+#define EF_R21    27
+#define EF_R22    28
+#define EF_R23    29
+#define EF_R24    30
+#define EF_R25    31
+#define EF_R26    32
+#define EF_R27    33
+#define EF_R28    34
+#define EF_R29    35
+#define EF_R30    36
+#define EF_R31    37
+
+#define EF_LO     39
+#define EF_HI     40
+
+#define EF_EPC    43
+#define EF_BVADDR 41
+#define EF_STATUS 38
+#define EF_CAUSE  42
+
+#define EF_SIZE   176
+
+#endif /* _ASM_REG_H */

---------------------------------------
Received: (at 266115-done) by bugs.debian.org; 7 Jul 2005 04:49:23 +0000
>From gotom@debian.or.jp Wed Jul 06 21:49:23 2005
Return-path: <gotom@debian.or.jp>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DqOK7-0006NN-00; Wed, 06 Jul 2005 21:49:19 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
	by webmasters.gr.jp (Postfix) with ESMTP
	id 5F0A1DEB3C; Thu,  7 Jul 2005 13:49:16 +0900 (JST)
Date: Thu, 07 Jul 2005 13:49:16 +0900
Message-ID: <81u0j75igj.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.org>
To: 266115-done@bugs.debian.org, 253568-done@bugs.debian.org,
	263348-done@bugs.debian.org, 301073-done@bugs.debian.org,
	302478-done@bugs.debian.org, 271355-done@bugs.debian.org,
	290212-done@bugs.debian.org, 268078-done@bugs.debian.org,
	283597-done@bugs.debian.org
Cc: GOTO Masanori <gotom@debian.org>
Subject: Closing bugs that was tagged as fixed-in-experimental
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: 266115-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(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_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 3

I duploaded linux-kernel-headers 2.6.12.0-1 into unstable, so that
I've closed bugs now as follows:

  266115, 253568, 263348, 301073, 302478, 271355, 290212, 268078, 283597

These bugs were already fixed, they were tagged as
fixed-in-experimental.  If you still have any problems, please report
your problem and reopen it again.

Regards,
-- gotom



Reply to: