public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2003-02-14 15:36:55 to 2003-02-15 01:20:18 UTC [more...]

openbkweb-0.0
 2003-02-15  1:29 UTC  (20+ messages)

Synchronous signal delivery
 2003-02-15  1:23 UTC  (6+ messages)

Synchronous signal delivery
 2003-02-15  1:12 UTC  (5+ messages)

Linux v2.5.61
 2003-02-15  1:11 UTC 

openbkweb-0.0
 2003-02-15  2:13 UTC  (15+ messages)

[STATUS 2.5] February 13, 2003
 2003-02-15  1:07 UTC  (2+ messages)

[PATCH][RFC] Proposal for a new watchdog interface using sysfs
 2003-02-15  1:54 UTC  (7+ messages)

[PATCH 2.5.60 2/9] Update parport class driver to new module loader API
 2003-02-14 23:54 UTC  (2+ messages)
` how to interactively break gdb debugging kernel over serial?

[RFC] Migrating net/sched to new module interface
 2003-02-15  0:51 UTC  (8+ messages)

2.4.21pre4aa2
 2003-02-15  0:43 UTC  (2+ messages)
` 2.4.21pre4aa2 - build problems (and patches)

swap never cleaned up
 2003-02-15  0:39 UTC  (2+ messages)

[PATCH 2.5.60 5/9] Update the Archimedes parallel port driver for new module API
 2003-02-15  0:37 UTC  (2+ messages)

Small keyboard problem in 2.5.58, doesn't happen in 2.4
 2003-02-15  0:35 UTC 

[PATCH 2.5.60 9/9] Update the Sun parallel port driver for new module API
 2003-02-14 23:58 UTC 

[PATCH 2.5.60 8/9] Update the Multiface 3 parallel port driver for new module API
 2003-02-14 23:57 UTC 

[PATCH 2.5.60 7/9] Update the GSC-Bus parallel port driver for new module API
 2003-02-14 23:56 UTC 

[PATCH 2.5.60 6/9] Update the Atari parallel port driver for new module API
 2003-02-14 23:55 UTC 

Routing problem with udp, and a multihomed host in 2.4.20
 2003-02-14 23:49 UTC  (2+ messages)

[PATCH 2.5.60 4/9] Update the Amiga parallel port driver for new module API
 2003-02-14 23:51 UTC 

[PATCH 2.5.60 1/9] Add rename_region()
 2003-02-14 23:50 UTC  (2+ messages)

[PATCH][RFC] radix-tree.c
 2003-02-15  0:00 UTC  (3+ messages)

[PATCH 2.5.60 4/9] Update the Amiga parallel port driver for new module API
 2003-02-14 23:48 UTC 

[PATCH 2.5.60 3/9 ] Update the PC parallel port driver for new module API
 2003-02-14 23:46 UTC 

Accessing the same disk via multiple channels
 2003-02-14 23:37 UTC  (5+ messages)

[PATCH 2.5.60 0/9] Update parallel port drivers to module loader API
 2003-02-14 23:41 UTC 

[PATCHSET] PC-9800 subarch. support for 2.5.60 (12/34) console
 2003-02-14 23:35 UTC  (2+ messages)

Subtle kernel configuration tool problem. Support for viper. Hi, I know that kernel configuration tool(s) are undergoing chnage, but here is one anomaly I noticed. I have an ABIT K7G raid motherboard, and attach an ATA/IDE disk to its non-raid controller. This board uses AMD chipset. I am using the kernel 2.4.20. (I use Debian GNU/Linux, but upgrade the kernel on my own regularly.) I notied earlier that the dmesg showed the following message: VP_IDE: IDE controller on PCI bus 00 dev 39 VP_IDE: detected chipset, but driver not compiled in! VP_IDE: chipset revision 6 VP_IDE: not 100% native mode: will probe irqs later After seeing this, I realized that I didn't enable the viper support and so I made sure that I have enabled the VIPER support in make xconfig Then I recompiled and installed the kernel for next boot, etc. However, no matter how I tried (and a few times), the message lines still appeared. (Actually, I have enabled the viper support a few weeks ago in make xconfig, and was suprised to find the message again, and this time I investigated a little on my own.) I re-checked the produced .config and was surprised to find there were NO mention of the supposedly enabled AMD viper support flag(!?). Just being curious, I DISABLED the viper support and saved the configuration under a different name and compared the file to the original config file. They were IDENTICAL! (This was done under make xconfig) (At this stage, I probably reenabled the viper support under make xconfig. Also, I ran make oldconfig just to be sure my .config is in sane state with respect to 2.4.20. But there were not discernable output, and make oldconfig finished without prompting input. At the end is the history of commands which I ran during this investigation.) Now I wasn't quite sure what to do, but then I tried the different configuration method, namely: make menuconfig What was really strange, is that the AMD VIPER support was marked [*] and so the tools seem to think that I have enabled it, but why not the proper line in .config file? (Are user preferences stored somewhere else other than the .config file itself ?) Now I was not trusting the tool(s) at this time very much, there must be some internal consistency problem. So I ticked off the [*] mark and saved it (under make menuconfig). I compared it with the old config produced by xconfig. Then I realized that diff output had lots of marked comment lines (probably, somehow the lines inside were re-ordered by make menuconfig or make oldconfig?). Anyway, AMD viper support was not in. Since I have tikced the mark off, this was to be expected. THEN, I ticked the AMD viper support in make menuconfig, and finally I found the AMD viper support flag line in .config: CONFIG_BLK_DEV_AMD74XX=y The above story is very strange, but it happened. For people working to improve the kernel configuration tool(s), I hope this post provides a data point for problem(s), which might face the people trying to configure the kernel. To people's credit, I think this is the first time something like this happened with the kernel configuration in my use of Linux for the last few years. Just to be complete, here is the command I ran while I tried to track down the problem and made sure the AMD74XX support is in. 106 make xconfig 107 dmesg grep VIPER 108 dmesg | grep VIPER 109 dmesg | grep Viper 110 dmesg | grep viper 111 dmesg | VP_IDE 112 dmesg | grep VP_IDE 113 grep AM /usr/src/linux/.config 114 cp ./config ./config.saved 115 cp ./.config ./config.saved 116 make xconfig 117 ls -ltr 118 diff -cibw ./.config new-config 119 make oldconfig 120 make xconfig 121 diff -cibw .config config.saved 122 make menuconfig 123 ls -ltr 124 diff -cibw .config new-config 125 diff -cibw .config new-config | grep -v ^# 126 diff -cibw .config new-config | grep -v "^! #" 127 diff -cibw .config new-config | grep -v "^[!+] #" 128 diff -cibw .config new-config | grep -v "^[!+] #" | more 129 make menuconfig 130 pwd 131 history 132 diff -cibw .config new-config | grep -v "^[!+] #" | more 133 make clean; make dep; make bzImage; make modules; make modules_install 134 history PS: it could be that my .config file contained some crufts left over from much earlier releases (2.3.x, 2.2.y, 2.0.z) and this may explain the problem
 2003-02-14 23:26 UTC 

[FBDEV patch] More updates
 2003-02-14 23:26 UTC 

Had ICH3 DMA engine for AC'97 modem codec running
 2003-02-15  0:18 UTC  (2+ messages)

Broadcom 10/100/1000 network cards and linux
 2003-02-14 23:17 UTC  (3+ messages)

WBEM and WMI
 2003-02-15  0:16 UTC  (3+ messages)

3Com 3cr990 driver release
 2003-02-14 23:01 UTC  (16+ messages)

why does it *not* crash?
 2003-02-14 23:08 UTC 

Sparc IDE in 2.4.20
 2003-02-14 22:49 UTC  (3+ messages)

[PATCH][2.5][8/14] smp_call_function_on_cpu - s390
 2003-02-14 22:30 UTC 

2.5.59-mm7 results with database 'benchmark'
 2003-02-14 22:14 UTC  (2+ messages)
` [BENCHMARK] 2.5.60-mm2+anticipatory results with Oracle db load

2.5.60-mm2
 2003-02-14 22:06 UTC  (4+ messages)
` compile fail: 2.5.60-mm2

PATCH: fix non SMP acpi build
 2003-02-14 21:58 UTC  (2+ messages)

creating incremental diffs
 2003-02-14 21:54 UTC  (7+ messages)

Kernel bug at sched.c:682! ??
 2003-02-14 21:53 UTC 

PATCH: fix fd_mcs build for scsi changes, mca compt
 2003-02-14 21:04 UTC 

RFC/CFT 1/1: SIGWINCH - behaviour change
 2003-02-14 21:23 UTC  (4+ messages)

PATCH: fix i2o_scsi (submission from Randy)
 2003-02-14 21:03 UTC 

PATCH: fix scsi parts of iph5526
 2003-02-14 21:03 UTC 

PATCH: fix 3036 tuner
 2003-02-14 21:02 UTC 

PATCH: fix ultrastor for new scsi
 2003-02-14 21:05 UTC 

[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/NCR53C9x.c
 2003-02-14 21:18 UTC 

2.5.50-mm2
 2003-02-14 21:38 UTC  (2+ messages)
    ` [PATCH] CFQ scheduler, #2

[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/wd7000.c
 2003-02-14 21:28 UTC 

[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/seagate.c
 2003-02-14 21:27 UTC 

[BK PATCHES] net driver stuff (yet more)
 2003-02-14 21:26 UTC 

[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/ibmmca.c
 2003-02-14 21:25 UTC 

[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/fd_mcs.c
 2003-02-14 21:24 UTC 

[PATCH 2.5.60-bk4] fix compile breakage on drivers/scsi/NCR53c406a.c
 2003-02-14 21:21 UTC 

[2.5.59] Oops in __send_sig_info
 2003-02-14 21:32 UTC 

PATCH: new drivers needing mca-legacy for now
 2003-02-14 21:06 UTC 

2.5.60 - drivers/char/esp.c vs include/linux/serialP.h
 2003-02-14 21:16 UTC  (3+ messages)

modutils that works with 2.4 and 2.5?
 2003-02-14 21:14 UTC  (5+ messages)

[PATCH][RFC] Proposal for a new watchdog interface using sysfs
 2003-02-14 21:12 UTC  (11+ messages)

PATCH: fix sym53c416 for new scsi
 2003-02-14 21:05 UTC 

PATCH: Fix seagate for new scsi
 2003-02-14 21:05 UTC 

PATCH: fix NCR53c406a for new scsi
 2003-02-14 21:04 UTC 

PATCH: fix ppa for new scsi
 2003-02-14 21:05 UTC 

PATCH: fix ibm MCA adapter for new scsi, use mca_legacy for now
 2003-02-14 21:04 UTC 

PATCH: fix wd7000 for new scsi
 2003-02-14 21:06 UTC 

PATCH: fix cciss scsi breakage
 2003-02-14 21:02 UTC 

PATCH: fix aha1740
 2003-02-14 21:03 UTC 

PATCH: make starfire compile
 2003-02-14 21:03 UTC 

lockups with 2.4.20 (tg3? net/core/dev.c|deliver_to_old_ones)
 2003-02-14 21:02 UTC 

PATCH: make mca-legacy bitch at users
 2003-02-14 21:01 UTC 

PATCH: 2.5.60 Remove i2o-lan
 2003-02-14 21:01 UTC 

Sparc IDE in 2.4.20
 2003-02-14 20:55 UTC 

[PATCH] 2.4.18 KT400 support
 2003-02-14 20:50 UTC 

More seq-file fixes for /proc/acpi
 2003-02-13 22:39 UTC 

Sparc IDE in 2.4.20
 2003-02-14 20:41 UTC 

lockups with 2.4.20 (tg3? net/core/dev.c|deliver_to_old_ones)
 2003-02-14 20:39 UTC 

[PATCH] Make the world safe for -Wundef
 2003-02-14 20:32 UTC 

[PATCH] kill __beep
 2003-02-14 20:16 UTC 

RFC/CFT 0/1: Alternative tty fasync fix
 2003-02-14 20:07 UTC 

[PATCH] percpu load avererages / *real* load averages
 2003-02-14 20:01 UTC  (2+ messages)

Kexec, DMA, and SMP
 2003-02-14 20:00 UTC  (15+ messages)

[Bug 357] New: ext3 compile failure if #define EXT3FS_DEBUG
 2003-02-14 19:53 UTC 

[PATCH 4/4] Update BK-kernel-tools/shortlog
 2003-02-14 19:47 UTC 

[PATCH 3/4] Update BK-kernel-tools/shortlog
 2003-02-14 19:47 UTC 

[PATCH 2/4] Update BK-kernel-tools/shortlog
 2003-02-14 19:47 UTC 

[PATCH 1/4] Update BK-kernel-tools/shortlog
 2003-02-14 19:46 UTC 

[PATCH] fix 3c509.c for MCA drivers
 2003-02-14 19:37 UTC  (8+ messages)
` [PATCH] EISA/sysfs update

lk-changelog.pl 0.73
 2003-02-14 19:35 UTC 

USAGI STABLE RELEASE 4.1
 2003-02-14 19:11 UTC 

[PATCH] 2.5.60, cciss, fix array bounds overrun
 2003-02-14  7:03 UTC 

Accessing the same disk via multiple channels
 2003-02-14 18:17 UTC  (3+ messages)

[[BK][PATCH] 2.5 trivial reiserfs resizer patch (needed now that
 2003-02-14 18:16 UTC 

[Bug 356] New: htree appears to leak memory
 2003-02-14 18:15 UTC 

[Bug 355] New: Error when compiling SCSI drivers (Adaptec, Seagate etc.)
 2003-02-14 18:15 UTC  (2+ messages)

Question about 48 bit IDE on 2.4.18 kernel
 2003-02-14 18:03 UTC  (2+ messages)

[PATCH] 2.4.18 KT400 support
 2003-02-14 17:41 UTC  (2+ messages)

Question about 48 bit IDE on 2.4.18 kernel
 2003-02-14 17:43 UTC  (2+ messages)

[PATCH][2.5][4/14] smp_call_function_on_cpu - MIPS
 2003-02-14 17:41 UTC  (2+ messages)

tg3: back-to-back register write bug workaround causes MCA
 2003-02-14 17:24 UTC  (3+ messages)

[PATCH][2.5] Protect smp_call_function_data w/ spinlocks on Alpha
 2003-02-14 17:16 UTC  (3+ messages)

[PATCH][2.5][14/14] smp_call_function_on_cpu - x86_64
 2003-02-14 17:09 UTC  (4+ messages)

[PATCH]: consolidate and cleanup profiling code
 2003-02-14 17:08 UTC 

Linux 2.5.60
 2003-02-14 16:56 UTC  (5+ messages)

ECC drivers
 2003-02-14 16:29 UTC 

breaking down the performance of D7 scheduler patch
 2003-02-14 16:04 UTC  (2+ messages)

[KEXEC][PATCH] Modified (smaller) x86 kexec hwfixes patch
 2003-02-14 16:00 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox