* IA64 test report: 2.4.24-pre1/tiger 2003-12-18: 9/9 pass
@ 2003-12-18 9:37 Yu, Luming
2003-12-18 19:28 ` Bjorn Helgaas
0 siblings, 1 reply; 2+ messages in thread
From: Yu, Luming @ 2003-12-18 9:37 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 2811 bytes --]
ACPI Test Report for 2.4 ia64 kernel + latest ACPI
=========================
Hardware Configuration:
-----------------------
System Name: ACPI-Tiger
System Type: 4 way 900 Itanium2, tiger
M/B revision: N/A
Processor version: N/A
Firmware Versions: N/A
I/O configuration summary:
MPT scsi host driver
Seagate ST318406LC boot drive
IDE floppy and CDROM
Serial console
USB mouse
Ethernet Pro 1000
Software Configuration:
-----------------------
1.Bk pull form http://lia64.bkbits.net/linux-ia64-2.4 on 12/18 (Shanghai time)
2.Bk pull from http://linux-acpi.bkbits.net/linux-acpi-test-2.4.22 on 12/18 (Shanghai time)
resolved 2 conflicts manually
ACPI Features Tested: (prioritized).
--------------------
1. Boot off SCSI disk tested ok
2. serial console tested ok
3. USB keyboard tested ok
4. ATI (run X window system) tested ok
5. USB mouse tested ok
6. NIC (eg. Ping or ftp) tested ok
7. IDE (eg. r/w floppy or CDROM) tested ok
8. SCI (eg. Press power button) tested ok
9. Soft Power off tested ok
CPU0 CPU1 CPU2 CPU3
29: 0 0 0 0 LSAPIC cmc_poll
30: 0 0 0 0 IO-SAPIC-level cpe_hndlr
31: 0 0 0 0 LSAPIC cmc_hndlr
34: 1 182 2 0 IO-SAPIC-edge ide0
39: 0 5 0 0 IO-SAPIC-level acpi
45: 0 6 1 0 IO-SAPIC-edge serial
48: 0 0 0 0 IO-SAPIC-level ehci_hcd
49: 0 2063 57 0 IO-SAPIC-level uhci_hcd
50: 0 0 0 0 IO-SAPIC-level uhci_hcd
51: 0 4214 60 0 IO-SAPIC-level eth0
56: 0 4097 118 0 IO-SAPIC-level ioc0
57: 0 42 0 0 IO-SAPIC-level ioc1
232: 0 0 0 0 LSAPIC mca_rdzv
238: 0 0 0 0 LSAPIC perfmon
239: 2572798 2566770 2567274 2566821 LSAPIC timer
240: 0 0 0 0 LSAPIC mca_wkup
254: 36 95 106 99 LSAPIC IPI
NMI: 0 0 0 0
ERR: 0
Problems:
1.alloc 0x0-0x5fff from PCI IO for PCI Bus 00:00 failed
Known issue, bjorn has idea to fix it.
2.PCI: no interrupt route for 00:00:1f pin A
Please refere http://bugzilla.kernel.org/show_bug.cgi?id=1534
3.Unable to handle kernel NULL pointer dereferencehwclock[43]: Oops 8804682956800
Pid: 43, CPU 2, comm: hwclock
<<2.4.ZIP>>
[-- Attachment #2: 2.4.ZIP --]
[-- Type: application/x-zip-compressed, Size: 14467 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: IA64 test report: 2.4.24-pre1/tiger 2003-12-18: 9/9 pass
2003-12-18 9:37 IA64 test report: 2.4.24-pre1/tiger 2003-12-18: 9/9 pass Yu, Luming
@ 2003-12-18 19:28 ` Bjorn Helgaas
0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Helgaas @ 2003-12-18 19:28 UTC (permalink / raw)
To: linux-ia64
On Thursday 18 December 2003 2:37 am, Yu, Luming wrote:
> 3.Unable to handle kernel NULL pointer dereferencehwclock[43]: Oops 8804682956800
> Pid: 43, CPU 2, comm: hwclock
This was caused by a screwed up EFI RTC patch. I sent Marcelo
a fix yesterday, and he applied it. Here's the patch, in case
you're interested:
=== drivers/char/efirtc.c 1.6 vs edited ==--- 1.6/drivers/char/efirtc.c Fri Oct 24 04:35:10 2003
+++ edited/drivers/char/efirtc.c Wed Dec 17 14:33:08 2003
@@ -118,7 +118,7 @@
static void
convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime)
{
- memset(&wtime, 0, sizeof(struct rtc_time));
+ memset(wtime, 0, sizeof(struct rtc_time));
wtime->tm_sec = eft->second;
wtime->tm_min = eft->minute;
wtime->tm_hour = eft->hour;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-18 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-18 9:37 IA64 test report: 2.4.24-pre1/tiger 2003-12-18: 9/9 pass Yu, Luming
2003-12-18 19:28 ` Bjorn Helgaas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox