All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Suardi <alessandro.suardi@oracle.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-acpi <linux-acpi@intel.com>, Andrew Morton <akpm@osdl.org>,
	Dominik Brodowski <linux@brodo.de>, Dave Jones <davej@redhat.com>
Subject: Re: 2.6.2-rc2-bk1 oopses on boot (ACPI patch)
Date: Wed, 28 Jan 2004 04:40:32 +0100	[thread overview]
Message-ID: <40172F30.8050602@oracle.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0401271859140.10794@home.osdl.org>

Linus Torvalds wrote:
> 
> On Wed, 28 Jan 2004, Alessandro Suardi wrote:
> 
>>Already reported, but I'll do so once again, since it looks like
>>  in a short while I won't be able to boot official kernels in my
>>  current config...
>>
>>	http://www.ussg.iu.edu/hypermail/linux/kernel/0312.3/0442.html
> 
> 
> Can you make adjust_jiffies() print out its arguments (it's in 
> drivers/cpufreq/cpufreq.c).
> 
> It looks like cpufreq_scale() gets a divide-by-zero or an overflow on one 
> of
> 
> 	l_p_j_ref, l_p_j_ref_freq, ci->new
> 
> and just printing out those values would be interesting.

Assuming the late hour (hmm, early by now) hasn't crossed my
  eyes entirely the three above entities are %lu, %u, %u... so
  this line

printk("CPUFREQ DEBUG: [%lu] [%u] [%u]\n", l_p_j_ref, l_p_j_ref_freq, ci->new);

  as both first and last instruction in adjust_jiffies() turns
  up the same values, which are 1773568, 1, 0.


Side-note, since master penguin is looking... after the oops
  all SysRq stuff keeps working - except Alt-SysRq-B; the atkbd.c
  code tells me the keyboard says "too many keys pressed". K, T,
  P just do their job fine.
(yeah, okay, Alt-SysRq-O prints Power Off but obviously doesn't).


Thanks,

--alessandro

  "Two rivers run too deep
   The seasons change and so do I"
       (U2, "Indian Summer Sky")


  reply	other threads:[~2004-01-28  3:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-28  2:15 2.6.2-rc2-bk1 oopses on boot (ACPI patch) Alessandro Suardi
2004-01-28  2:42 ` Andrew Morton
2004-01-28  3:10   ` Linus Torvalds
2004-01-28  3:19     ` Alessandro Suardi
2004-01-28  4:37   ` Dmitry Torokhov
2004-01-28 13:37     ` Matt Domsch
2004-01-28 22:32       ` Alessandro Suardi
2004-01-28  3:06 ` Linus Torvalds
2004-01-28  3:40   ` Alessandro Suardi [this message]
2004-01-28 16:14     ` Dominik Brodowski
2004-02-09 16:10   ` Dominik Brodowski
     [not found] <BF1FE1855350A0479097B3A0D2A80EE0020AE8AD@hdsmsx402.hd.intel.com>
2004-01-29 23:31 ` Len Brown
2004-01-30  0:37   ` Alessandro Suardi

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=40172F30.8050602@oracle.com \
    --to=alessandro.suardi@oracle.com \
    --cc=akpm@osdl.org \
    --cc=davej@redhat.com \
    --cc=linux-acpi@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@brodo.de \
    --cc=torvalds@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.