mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: -bk regression against -test9
Date: Tue, 4 Nov 2003 15:09:33 -0800	[thread overview]
Message-ID: <20031104150933.5b2c7a32.davem@redhat.com> (raw)
In-Reply-To: <20031104110703.GA217@elf.ucw.cz>

On Tue, 4 Nov 2003 12:07:03 +0100
Pavel Machek <pavel@ucw.cz> wrote:

> Current -bk does not boot (where -test9 works okay):
> 
> Null pointer dereference
> EIP=dev_add_pack+0x3d
> Called from irda_init, do_initcalls.
> 
> Any ideas?

The change that causes this has been reverted from
Linus's tree already, as follows below.  Another workaround
is to disable IRDA or build it as a module.

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.1396.1.7 -> 1.1396.1.8
#	      net/core/dev.c	1.122   -> 1.123  
#	drivers/pnp/isapnp/core.c	1.44    -> 1.45   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/01	davem@nuts.ninka.net	1.1396.1.8
# Cset exclude: akpm@osdl.org|ChangeSet|20031029192849|64746
# --------------------------------------------
#
diff -Nru a/drivers/pnp/isapnp/core.c b/drivers/pnp/isapnp/core.c
--- a/drivers/pnp/isapnp/core.c	Tue Nov  4 14:06:01 2003
+++ b/drivers/pnp/isapnp/core.c	Tue Nov  4 14:06:01 2003
@@ -1160,7 +1160,7 @@
 	return 0;
 }
 
-fs_initcall(isapnp_init);
+device_initcall(isapnp_init);
 
 /* format is: noisapnp */
 
diff -Nru a/net/core/dev.c b/net/core/dev.c
--- a/net/core/dev.c	Tue Nov  4 14:06:01 2003
+++ b/net/core/dev.c	Tue Nov  4 14:06:01 2003
@@ -3049,7 +3049,7 @@
 	return rc;
 }
 
-fs_initcall(net_dev_init);
+subsys_initcall(net_dev_init);
 
 EXPORT_SYMBOL(__dev_get);
 EXPORT_SYMBOL(__dev_get_by_flags);



      reply	other threads:[~2003-11-04 22:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-04 11:07 Pavel Machek
2003-11-04 23:09 ` David S. Miller [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=20031104150933.5b2c7a32.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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

all inboxes | Powered by JetHome®