Re: Tainted lsmod output

From: Randy.Dunlap (rdunlap_at_xenotime.net)
Date: 09/12/05

  • Next message: Linus Torvalds: "Re: What's up with the GIT archive on www.kernel.org?"
    Date:	Mon, 12 Sep 2005 11:30:32 -0700 (PDT)
    To: Márcio Oliveira <moliveira@latinsourcetech.com>
    
    

    On Mon, 12 Sep 2005, Márcio Oliveira wrote:

    > Hi there,
    >
    > Anybody knows why lsmod command shows the fields "Tainted" and "Not
    > Tainted" and what means the "P", "PF" and other letter showed in front
    > of this field?
    >
    > Thanks a lot.

    There's a patch for these in current -mm.
    For now, you can read kernel/panic.c comments:

     * 'P' - Proprietary module has been loaded.
     * 'F' - Module has been forcibly loaded.
     * 'S' - SMP with CPUs not designed for SMP.
     * 'R' - User forced a module unload.
     * 'M' - Machine had a machine check experience.
     * 'B' - System has hit bad_page.

    -- 
    ~Randy
    -
    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: Linus Torvalds: "Re: What's up with the GIT archive on www.kernel.org?"