All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Andrew Morton <akpm@osdl.org>
Cc: liste@jordet.nu, netdev@oss.sgi.com
Subject: Re: Oops at "NET: Registering protocol family 23" at boot with 2.6.0t9-bk
Date: Sat, 1 Nov 2003 19:29:26 -0800	[thread overview]
Message-ID: <20031101192926.3c7d516f.davem@redhat.com> (raw)
In-Reply-To: <20031101160350.2f1fe0af.akpm@osdl.org>

On Sat, 1 Nov 2003 16:03:50 -0800
Andrew Morton <akpm@osdl.org> wrote:

> OK, it goes bang because ptype_all has not been initialised yet.
> 
> This is because net_dev_init() is fs_initcall, and irda_init() is
> subsys_initcall - irda_init() runs before net_dev_init().
> 
> Dave, I'm not sure what's the best thing to do here - I was afraid that the
> initcall level shuffling was a bit premature.

Turns out my suspicions were correct afterall :-)

If it's just ptype_all that it needs, why don't we just initialize
that one list head at compile time?

  reply	other threads:[~2003-11-02  3:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-01 16:49 Oops at "NET: Registering protocol family 23" at boot with 2.6.0t9-bk Stian Jordet
2003-11-01 21:36 ` Andrew Morton
2003-11-01 21:53   ` Stian Jordet
2003-11-02  0:03     ` Andrew Morton
2003-11-02  3:29       ` David S. Miller [this message]
2003-11-02  3:51         ` Andrew Morton
2003-11-02  3:44           ` David S. Miller
2003-11-03 23:27 ` Martin Diehl
2003-11-04  0:37   ` Jean Tourrilhes
2003-11-04  1:14   ` David S. Miller

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=20031101192926.3c7d516f.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=akpm@osdl.org \
    --cc=liste@jordet.nu \
    --cc=netdev@oss.sgi.com \
    /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.