Trouble unloading a module..

From: James Hansen (linux-kernel-list_at_f0rmula.com)
Date: 10/31/05

  • Next message: Andrew Walrond: "Re: BIND hangs with 2.6.14"
    Date:	Mon, 31 Oct 2005 16:49:53 +0000
    To: linux-kernel-list <linux-kernel@vger.kernel.org>
    
    

    I've having trouble unloading a kernel module for a PCI card that I'm
    porting to 64bit linux. It doesn't seem to be unloading correctly.
    It's tested, stable and unloads perfectly on a 32bit machine, running
    2.6.10 (and all other 32bit kernels I've tried).

    However, on a 64bit machine (unofficial amd/emt64 debian with 2.6.8),
    even though it seems to unload corrrectly, I get a kernel oops if an
    application that uses the driver attempts to connect to the device after
    it's been unloaded.

    Being relatively inexperienced at kernel programming, does this point to
    anything that might be obvious to any of you, yet not to me? :) Or are
    there any common stumbling blocks in terms of unloading modules on 64bit
    linux.

    Thanks for any suggestions.

    James
    -
    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: Andrew Walrond: "Re: BIND hangs with 2.6.14"

    Relevant Pages