2001-04-05 11:41:33

by Brian Campbell

[permalink] [raw]
Subject: PROBLEM: make oldconfig can change Alpha system type on 2.2.19

[1.] One line summary of the problem:
make oldconfig can change Alpha system type on 2.2.19

[2.] Full description of the problem/report:
With the system type set to `Cabriolet' (CONFIG_ALPHA_CABRIOLET)
running make oldconfig causes it to change to `EB64+' (CONFIG_ALPHA_EB64P)
without asking.

(See end for probable cause.)

[3.] Keywords (i.e., modules, networking, kernel):
kernel, configuration, alpha

[4.] Kernel version (from /proc/version):
Linux version 2.2.19 (bacam@kamelion) (gcc version 2.95.2 20000220
(Debian GNU/Linux)) #8 Thu Apr 5 10:42:25 BST 2001

[5.] Output of Oops.. message (if applicable) with symbolic information
resolved (see Documentation/oops-tracing.txt)
N/A

[6.] A small shell script or example program which triggers the
problem (if possible)
[7.] Environment
[7.1.] Software (add the output of the ver_linux script here)

Linux kamelion 2.2.19 #8 Thu Apr 5 10:42:25 BST 2001 alpha unknown

Gnu C 2.95.2
Gnu make 3.78.1
binutils 2.9.5.0.37
util-linux 2.10f
modutils 2.3.11
e2fsprogs 1.18
Linux C Library 2.1.3
Dynamic linker (ldd) 2.1.3
Procps 2.0.6
Net-tools 1.54
Kbd 0.99
Sh-utils 2.0
Modules Loaded ne 8390 rtl8139 tulip


[7.2.] Processor information (from /proc/cpuinfo):

cpu : Alpha
cpu model : EV4
cpu variation : 0
cpu revision : 0
cpu serial number : Linux_is_Great!
system type : EB64+
system variation : Cabriolet
system revision : 0
system serial number : MILO-0000
cycle frequency [Hz] : 0
timer frequency [Hz] : 1024.00
page size [bytes] : 8192
phys. address bits : 34
max. addr. space # : 63
BogoMIPS : 268.43
kernel unaligned acc : 7 (pc=fffffc00003947f4,va=11ffffe9a)
user unaligned acc : 0 (pc=0,va=0)
platform string : N/A
cpus detected : 0

[7.3.] Module information (from /proc/modules):
N/A

[7.4.] SCSI information (from /proc/scsi/scsi)
N/A

[7.5.] Other information that might be relevant to the problem
(please look in /proc and include all information that you
think to be relevant):

[X.] Other notes, patches, fixes, workarounds:

The Configure script chooses the old value for a `choice' by testing
each possibility in turn and using the last one. Now choosing
Carbriolet also sets EB64P, but EB64P is later in the choice list and
thus is chosen as the default (and the Cabriolet setting is ignored).


2001-04-09 23:07:16

by Andrzej Krzysztofowicz

[permalink] [raw]
Subject: Re: PROBLEM: make oldconfig can change Alpha system type on 2.2.19

>From kufel!ankry Tue Apr 10 01:04:13 2001
Return-Path: <kufel!ankry>
Received: from kufel.UUCP (uucp@localhost)
by green.mif.pg.gda.pl (8.9.3/8.9.3) with UUCP id BAA01672
for green.mif.pg.gda.pl!ankry; Tue, 10 Apr 2001 01:04:13 +0200
Received: (from ankry@localhost)
by kufel.dom (8.9.3/8.9.3) id BAA03695
for [email protected]; Tue, 10 Apr 2001 01:04:06 +0200
From: Andrzej Krzysztofowicz <kufel!ankry>
Message-Id: <[email protected]>
Subject: Re: PROBLEM: make oldconfig can change Alpha system type on 2.2.19
To: kufel!green.mif.pg.gda.pl!ankry
Date: Tue, 10 Apr 2001 01:04:06 +0200 (CEST)
In-Reply-To: <[email protected]> from "Andrzej Krzysztofowicz" at kwi 05, 2001 03:00:40
X-Mailer: ELM [version 2.5 PL0pre8]
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

"Brian Campbell wrote:"
> To: [email protected]
> From: Brian Campbell <[email protected]>

> [1.] One line summary of the problem:
> make oldconfig can change Alpha system type on 2.2.19
>
> [2.] Full description of the problem/report:
> With the system type set to `Cabriolet' (CONFIG_ALPHA_CABRIOLET)
> running make oldconfig causes it to change to `EB64+' (CONFIG_ALPHA_EB64P)
> without asking.

As I see the same problem appears also with the following Alpha architecture
settings:

Alpha-XL (-> Avanti)
AlphaBook1 (-> Noname)

As it is quite easy to avoid this mis-setting in Configure (make
config/oldconfig) by the following hack:

if [ "$CONFIG_ALPHA_CABRIOLET" = "y" ]; then
unset CONFIG_ALPHA_EB64P
fi
if [ "$CONFIG_ALPHA_XL" = "y" ]; then
unset CONFIG_ALPHA_AVANTI
fi
if [ "$CONFIG_ALPHA_BOOK1" = "y" ]; then
unset CONFIG_ALPHA_NONAME
fi
choice 'Alpha system type' ...

it can't help with xconfig. And (IMHO) it is just a hack, not a proper
solution.
The proper solution is probably to move three of the above "system type"
settings outside the main menu. Does anybody know differences between the
mentioned above three pairs of system types and how to do it?

Same problem appears in the 2.4 series.

Andrzej


--
=======================================================================
Andrzej M. Krzysztofowicz [email protected]
tel. (0-58) 347 14 61
Wydz.Fizyki Technicznej i Matematyki Stosowanej Politechniki Gdanskiej