All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Zilvinas Valinskas <zilvinas@gemtek.lt>
Cc: linux-kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.9 rc2 freezing
Date: Mon, 13 Sep 2004 13:12:13 -0400	[thread overview]
Message-ID: <4145D4ED.6070403@pobox.com> (raw)
In-Reply-To: <20040913165551.GA24135@gemtek.lt>

Zilvinas Valinskas wrote:
> [1.] One line summary of the problem: 
>  Applied patch-2.6.9.bz2 on top of linux 2.6.8 tree, reboot - 
>  then suddenly laptop frozes.
>  
> [2.] Full description of the problem/report:
>  It is the same .config used to compile 2.6.9 rc1 and 2.6.9 rc2 
>  (http://www.gemtek.lt/~zilvinas/oops/ for kern.log and .config).
>  Laptop booted as usual, logged in KDE and started up evolution -
>  mouse froze, keyboard seemed dead - although sysrq-s, sysrq-u & 
>  sysrq-b worked just fine. After reboot I found a lot of messages
>  repeated like :
> 
> Sep 13 18:51:24 evo800 kernel: Warning: kfree_skb on hard IRQ 000000d8
> Sep 13 18:51:24 evo800 kernel: bad: scheduling while atomic!
> Sep 13 18:51:24 evo800 kernel:  [schedule+1208/1213] schedule+0x4b8/0x4bd
> Sep 13 18:51:24 evo800 kernel:  [sys_time+22/80] sys_time+0x16/0x50
> Sep 13 18:51:24 evo800 kernel:  [work_resched+5/22] work_resched+0x5/0x16
> 
> or 
> 
> Sep 13 18:51:24 evo800 kernel: Warning: kfree_skb on hard IRQ 000000d8
> Sep 13 18:51:24 evo800 kernel: bad: scheduling while atomic!
> Sep 13 18:51:24 evo800 kernel:  [schedule+1208/1213] schedule+0x4b8/0x4bd
> Sep 13 18:51:24 evo800 kernel:  [schedule_timeout+96/179] schedule_timeout+0x60/0xb3
> Sep 13 18:51:24 evo800 kernel:  [__get_free_pages+31/59] __get_free_pages+0x1f/0x3b
> Sep 13 18:51:24 evo800 kernel:  [process_timeout+0/5] process_timeout+0x0/0x5
> Sep 13 18:51:24 evo800 kernel:  [do_select+394/698] do_select+0x18a/0x2ba
> Sep 13 18:51:24 evo800 kernel:  [__pollwait+0/192] __pollwait+0x0/0xc0
> Sep 13 18:51:24 evo800 kernel:  [print_context_stack+35/93] print_context_stack+0x23/0x5d
> Sep 13 18:51:24 evo800 kernel:  [sys_select+670/1176] sys_select+0x29e/0x498
> Sep 13 18:51:24 evo800 kernel:  [sys_time+22/80] sys_time+0x16/0x50
> Sep 13 18:51:24 evo800 kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
>  
> 
> [3.] Keywords (i.e., modules, networking, kernel):
>  Modules Loaded         nfs esp4 nfsd exportfs lockd sunrpc nsc_ircc
>  ipt_state iptable_filter iptable_nat crypto_null microcode ehci_hcd
>  ohci_hcd floppy irtty_sir sir_dev irda crc_ccitt 8250_pnp khazad
>  twofish sha512 sha256 sha1 serpent md5 md4 des deflate zlib_deflate
>  zlib_inflate cast6 cast5 blowfish arc4 aes_i586 xfrm_user
>  ip_conntrack_irc ip_conntrack_ftp ip_conntrack ip_tables ide_cd cdrom
>  8250 serial_core snd_intel8x0 snd_ac97_codec snd_pcm_oss snd_mixer_oss
>  snd_pcm snd_timer snd_page_alloc snd_mpu401_uart snd_rawmidi
>  snd_seq_device snd soundcore yenta_socket radeon intel_agp agpgart

I'm totally blind, because I don't see your network driver in that big 
list of modules.

Your network driver should probably be doing dev_kfree_skb_any() 
somewhere, but isn't.

	Jeff




  reply	other threads:[~2004-09-13 17:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-13 16:55 2.6.9 rc2 freezing Zilvinas Valinskas
2004-09-13 17:12 ` Jeff Garzik [this message]
2004-09-13 17:16   ` Zilvinas Valinskas
2004-09-15  8:25     ` Erik Tews
2004-09-15  9:58       ` Zilvinas Valinskas
2004-09-15 14:55         ` Ricky Beam
2004-09-15 15:48           ` Lee Revell
2004-09-15 15:58             ` Jeff Garzik
2004-09-15 16:06               ` Lee Revell
2004-09-15 16:11                 ` Jeff Garzik
2004-09-15 16:58                   ` Ricky Beam
2004-09-15 17:49                     ` Lee Revell
2004-09-15 17:52                       ` Jeff Garzik
2004-09-15 17:59                         ` Lee Revell
2004-09-16  8:39                         ` Helge Hafting
2004-09-17  8:05                           ` Zilvinas Valinskas
2004-09-17 13:21                             ` Zilvinas Valinskas
2004-09-15 16:59                 ` Dave Jones
2004-09-13 17:19   ` Zilvinas Valinskas

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=4145D4ED.6070403@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zilvinas@gemtek.lt \
    /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.