Re: -bk regression against -test9

From: David S. Miller (davem_at_redhat.com)
Date: 11/05/03

  • Next message: David S. Miller: "Re: lsmod ipv6 on -test9 shows many refs, lockd"
    Date:	Tue, 4 Nov 2003 15:09:33 -0800
    To: Pavel Machek <pavel@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);

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: David S. Miller: "Re: lsmod ipv6 on -test9 shows many refs, lockd"

    Relevant Pages

    • [PATCH] Re: idr in Samba4
      ... > behaviour (I saw corruption in the tree without this check). ... The attached patch against linux-2.6.9 should do the job without ... static void sub_remove(struct idr *idp, int shift, int id) ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [Prism54-devel] Re: Prism54 in 2.6.4-bk2
      ... > The WDS code was dead code as merged. ... Actually can I just send you a patch for 2.6 for the latest 2.6 tree to ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Success! was Re: tvtime audio vs pcHDTV-3000 card and pvHDTV-1.6 software
      ... On Wednesday 16 March 2005 20:15, Gene Heskett wrote: ... > that a diff actually outputs only the src code differences, ... nor in that simple little 10 line patch that ... >Unforch, the 2.6.11 plain tree has not, in this case been built yet ...
      (Linux-Kernel)
    • Re: merge status
      ... >> Often the patch itself may not take too much work, ... jfs doesn't really maintain a separate -mm branch. ... I set up the tree to ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [Kgdb-bugreport] [PATCH][2/3] Update CVS KGDBs have kgdb_{schedule,process}_breakpoint
      ... That makes 8250 response it a _bit_ slower. ... > # This is a BitKeeper generated patch for the following project: ... > # The following is the BitKeeper ChangeSet Log ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)