Re: linux-next: Tree for September 3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Thursday, September 4, 2008 - 11:34 am

On Thu, 4 Sep 2008 11:05:21 -0700 (PDT) Linus Torvalds <torvalds@linux-foundation.org> wrote:


I don't think I saw it on any other test machines.

This machine runs SELinux.  Distro is FC5.


/proc/self/net looks fine.


yup, it's yesterday's mainline.



Found another problem.

The way I install kernels on machine `sony' is:

- Build the kernel on machine `y', in /usr/src/25

- On machine sony, NFS mount y:/usr/src at /mnt/y/usr/src

- On sony, `cd /mnt/y/usr/src/25'

- <copy stuff>

- make modules_install

- depmod -a

IOW, I run the kernel's installation tools on the *target* machine,
within an nfs mount of the *build* machine.

This has worked happily for five or more years.  But now:

Failed to open destination file: Permission deniedihex2fw: Convert ihex files into binary representation for use by Linux kernel
usage: ihex2fw [<options>] <src.HEX> <dst.fw>
       -w: wide records (16-bit length)
       -s: sort records by address
make[1]: *** [firmware/emi26/loader.fw] Error 1
make: *** [_modinst_post] Error 2

This is because the target machine is i386 and it is trying to execute
an x86_64 binary.





and oh dear, the clockevents code just oopsed.

firmware: requesting ipw2200-bss.fw
ipw2200: Radio Frequency Kill Switch is On:
Kill switch must be turned off for wireless networking to work.
ipw2200: Detected geography ZZA (11 802.11bg channels, 13 802.11a channels)
initcall ipw_init+0x0/0x71 [ipw2200] returned 0 after 163 msecs
ipw2200: Failed to send WEP_KEY: Aborted due to RF kill switch.
BUG: unable to handle kernel NULL pointer dereference at 00000040
IP: [<c0126e7f>] get_next_timer_interrupt+0xe9/0x1ab
*pde = 00000000 
Oops: 0000 [#1] PREEMPT 
Modules linked in: ipw2200 sonypi ipv6 autofs4 hidp l2cap bluetooth sunrpc nf_conntrack_netbios_ns ipt_REJECT nf_conntrack_ipv4 xt_state nf_conntrack xt_tcpudp iptable_filter ip_tables x_tables acpi_cpufreq nvram ohci1394 ieee1394 ehci_hcd uhci_hcd sg joydev snd_hda_intel snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss ieee80211 3c59x snd_pcm ieee80211_crypt sr_mod snd_timer cdrom snd i2c_i801 soundcore snd_page_alloc button i2c_core pcspkr ext3 jbd [last unloaded: ipw2200]

Pid: 0, comm: swapper Not tainted (2.6.27-rc5 #18)
EIP: 0060:[<c0126e7f>] EFLAGS: 00010013 CPU: 0
EIP is at get_next_timer_interrupt+0xe9/0x1ab
EAX: 00000040 EBX: 00000001 ECX: 0000001d EDX: 00000040
ESI: 0000001d EDI: c05bc700 EBP: c0469f1c ESP: c0469ee4
 DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
Process swapper (pid: 0, ti=c0468000 task=c04343c0 task.ti=c0468000)
Stack: ffff1cef c013cc1d c05bcf28 00000000 c05bd010 c05bc798 00ffff1d c05bcf28 
       c05bd128 c05bd328 c05bd528 00000000 b65eb8b3 0000000f c0469f4c c013816f 
       00000000 b65c1f00 0000000f ffff1cef 00000046 00000096 c04b11c0 00000000 
Call Trace:
 [<c013cc1d>] ? __lock_acquire+0x671/0x6b7
 [<c013816f>] ? tick_nohz_stop_sched_tick+0x13f/0x2ba
 [<c0123640>] ? irq_exit+0x6d/0x79
 [<c0105c6a>] ? do_IRQ+0x6d/0x7f
 [<c0104300>] ? common_interrupt+0x28/0x30
 [<c013007b>] ? set_process_cpu_timer+0x94/0xb9
 [<c0234743>] ? acpi_processor_idle+0x2a6/0x44b
 [<c010256b>] ? cpu_idle+0x5a/0x87
 [<c031e2fd>] ? rest_init+0x61/0x63
 =======================
Code: 83 e6 3f 89 f1 89 5d d0 8b 45 d0 89 d3 8d 04 c8 89 45 d8 8b 00 eb 14 8b 40 08 bb 01 00 00 00 3b 45 cc 0f 49 45 cc 89 45 cc 89 d0 <8b> 10 0f 18 02 90 3b 45 d8 75 e1 85 db 89 da 74 0c 85 f6 74 04 
EIP: [<c0126e7f>] get_next_timer_interrupt+0xe9/0x1ab SS:ESP 0068:c0469ee4
---[ end trace 2cf31fb827f3051f ]---
Kernel panic - not syncing: Attempted to kill the idle task!
BUG: NMI Watchdog detected LOCKUP on CPU0, ip c01f584e, registers:


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
linux-next: Tree for September 3, Stephen Rothwell, (Wed Sep 3, 2:16 am)
[PATCH] hid: fix gyration build error, Randy Dunlap, (Wed Sep 3, 7:32 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 9:42 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 9:46 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 9:54 pm)
Re: linux-next: Tree for September 3, Stephen Rothwell, (Wed Sep 3, 9:57 pm)
Re: linux-next: Tree for September 3, Stephen Rothwell, (Wed Sep 3, 10:00 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 10:05 pm)
Re: linux-next: Tree for September 3, Stephen Rothwell, (Wed Sep 3, 10:20 pm)
Re: linux-next: Tree for September 3, Linus Torvalds, (Wed Sep 3, 10:21 pm)
Re: linux-next: Tree for September 3, Linus Torvalds, (Wed Sep 3, 10:26 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 10:33 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 10:42 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Wed Sep 3, 11:01 pm)
Re: [PATCH] hid: fix gyration build error, Jiri Slaby, (Wed Sep 3, 11:52 pm)
Re: linux-next: Tree for September 3, Yinghai Lu, (Thu Sep 4, 12:14 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 12:15 am)
Re: linux-next: Tree for September 3, Stephen Rothwell, (Thu Sep 4, 12:48 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 1:00 am)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 1:02 am)
Re: [PATCH] hid: fix gyration build error, Jiri Kosina, (Thu Sep 4, 1:06 am)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 1:23 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 1:25 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 1:37 am)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 1:50 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 1:57 am)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 2:03 am)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 2:07 am)
Re: linux-next: Tree for September 3, Alan Cox, (Thu Sep 4, 2:19 am)
Re: linux-next: Tree for September 3, Alan Cox, (Thu Sep 4, 2:21 am)
Re: linux-next: Tree for September 3, Alan Cox, (Thu Sep 4, 4:01 am)
Re: linux-next: Tree for September 3, Alan Cox, (Thu Sep 4, 7:35 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 10:45 am)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 11:05 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 11:34 am)
Re: linux-next: Tree for September 3, Eric W. Biederman, (Thu Sep 4, 1:31 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 1:41 pm)
Re: linux-next: Tree for September 3, Eric W. Biederman, (Thu Sep 4, 2:03 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 3:22 pm)
Re: linux-next: Tree for September 3, Thomas Gleixner, (Thu Sep 4, 3:45 pm)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 4:17 pm)
Re: linux-next: Tree for September 3, Andrew Morton, (Thu Sep 4, 4:17 pm)
Re: linux-next: Tree for September 3, Linus Torvalds, (Thu Sep 4, 4:25 pm)
Re: linux-next: Tree for September 3, Thomas Gleixner, (Thu Sep 4, 4:27 pm)
Re: linux-next: Tree for September 3, Arjan van de Ven, (Thu Sep 4, 10:39 pm)
Re: linux-next: Tree for September 3, Ingo Molnar, (Fri Sep 5, 4:04 am)
Re: linux-next: Tree for September 3, Andrew Morton, (Fri Sep 5, 10:49 am)
Re: linux-next: Tree for September 3, Jesse Barnes, (Mon Sep 8, 9:39 pm)