From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: IA64 test report: 2.4.24-pre1/tiger 2003-12-18: 9/9 pass
Date: Thu, 18 Dec 2003 19:28:58 +0000 [thread overview]
Message-ID: <marc-linux-ia64-107177617220781@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-107174041010580@msgid-missing>
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;
prev parent reply other threads:[~2003-12-18 19:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-107177617220781@msgid-missing \
--to=bjorn.helgaas@hp.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox