Re: KGDB 2.0.3 with fixes and development in ethernet interface

From: Pavel Machek (pavel_at_suse.cz)
Date: 01/16/04

  • Next message: Tom Rini: "[PATCH] Let arches provide serial infos to kgdb"
    Date:	Fri, 16 Jan 2004 22:51:45 +0100
    To: "Amit S. Kale" <amitkale@emsyssoft.com>
    
    

    Hi!

    > KGDB 2.0.3 is available at
    > http://kgdb.sourceforge.net/kgdb-2/linux-2.6.1-kgdb-2.0.3.tar.bz2
    >
    > Ethernet interface still doesn't work. It responds to gdb for a couple of
    > packets and then panics. gdb log for ethernet interface is pasted below.
    >
    > It panics and enter kgdb_handle_exception recursively and silently. To see the
    > panic on screen make kgdb_handle_exception return immediately if
    > kgdb_connected is non-zero.
    >
    > Panic trace is pasted below. It panics in skb_release_data. Looks like skb
    > handling will have to changed to be have kgdb specific buffers.

    This seems to be needed (if I unselect CONFIG_KGDB_THREAD, I get
    compile error on x86-64).
                                                                    Pavel

    --- linux/kernel/kgdbstub.c 2004-01-16 16:56:51.000000000 +0100
    +++ linux-cvs/kernel/kgdbstub.c 2004-01-16 20:11:45.000000000 +0100
    @@ -1178,7 +1178,9 @@
     #endif
     
     EXPORT_SYMBOL(breakpoint);
    +#ifdef CONFIG_KGDB_THREAD
     EXPORT_SYMBOL(kern_schedule);
    +#endif
     
     static int __init opt_gdb(char *str)
     {

    -- 
    When do you have a heart between your knees?
    [Johanka's followup: and *two* hearts?]
    -
    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: Tom Rini: "[PATCH] Let arches provide serial infos to kgdb"

    Relevant Pages

    • Re: KGDB 2.0.3 with fixes and development in ethernet interface
      ... > Ethernet interface still doesn't work. ... gdb log for ethernet interface is pasted ... When do you have a heart between your knees? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [KGDB PATCH][7/7] Move debugger_entry()
      ... >>ethernet interface. ... For kgdboe, you need to wait for the ethernet driver, networking, etc. ... throw breakpoint() in as first line of C or close to it (some ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • "deadlock" between smc91x driver and link_watch
      ... I'm seeing a deadlock in linkwatch_eventwhen bringing down an ... Ethernet interface using the smc91x driver. ... Ian Campbell, Senior Design Engineer ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • speed interface ethernet 10/100Mbit/seg
      ... i have troubles with speed in ethernet interface ... i have probed with transfer of files in samba to windows ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: PATCH: VLAN support for 3c59x/3c90x
      ... >>ethernet interface, so you do not generally want it's MTU to be set ... >>anything that actually cares about MTU. ... I am less certain that VLAN should modify any MTU based on this ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)

    Loading