/proc/kallsymsの"t"とか"T"とか

意味はnmコマンドのと同じ。

$ man nm

で調べられる。


一応貼っとく。

 "A" The symbol’s value is absolute, and will not be changed by further linking.

 "B"
 "b" The symbol is in the uninitialized data section (known as BSS).

 "C" The symbol is common.  Common symbols are uninitialized data.
     When linking, multiple common symbols may appear with the same
     name.  If the symbol is defined anywhere, the common symbols are
     treated as undefined references.

 "D"
 "d" The symbol is in the initialized data section.

 "G"
 "g" The symbol is in an initialized data section for small objects.
     Some object file formats permit more efficient access to small
     data objects, such as a global int variable as opposed to a large
     global array.

 "i" The symbol is in a section specific to the implementation of DLLs.

 "N" The symbol is a debugging symbol.

 "p" The symbols is in a stack unwind section.

 "R"
 "r" The symbol is in a read only data section.

 "S"
 "s" The symbol is in an uninitialized data section for small objects.

 "T"
 "t" The symbol is in the text (code) section.

 "U" The symbol is undefined.

 "V"
 "v" The symbol is a weak object.  When a weak defined symbol is
     linked with a normal defined symbol, the normal defined symbol
     is used with no error.  When a weak undefined symbol is linked
     and the symbol is not defined, the value of the weak symbol becomes
     zero with no error.  On some systems, uppercase indicates that
     a default value has been specified.

"W"
"w" The symbol is a weak symbol that has not been specifically tagged
    as a weak object symbol.  When a weak defined symbol is linked with
    a normal defined symbol, the normal defined symbol is used with
    no error.  When a weak undefined symbol is linked and the symbol
    is not defined, the value of the symbol is determined in a system-specific
    manner without error.  On some systems, uppercase indicates that
    a default value has been specified.

"-" The symbol is a stabs symbol in an a.out object file.  In this
    case, the next values printed are the stabs other field, the stabs
    desc field, and the stab type.  Stabs symbols are used to hold
    debugging information.

"?" The symbol type is unknown, or object file format specific.

nouveau

fedora12だとnVidiaのグラボ用のドライバとしてnouveauが入っているわけですが、
2.6.33にnouveauが入ってくるみたいですね。


stagingドライバのとこに入ってたYO。
今日気がついたよ。

でも、チェックしてコンパイル/インストールしたら↓のがいっぱい出てきた。
firmwareがないのか?
気持ち悪。

W: Possible missing firmware nouveau/nv4e.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv4e.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv4c.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv4c.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv4b.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv4b.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv4a.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv4a.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv49.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv49.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv47.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv47.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv46.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv46.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv44.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv44.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv43.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv43.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv42.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv42.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv41.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv41.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv40.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv40.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nvac.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nvac.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nvaa.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nvaa.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nva8.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nva8.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nva5.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nva5.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nva0.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nva0.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv98.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv98.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv96.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv96.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv94.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv94.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv92.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv92.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv86.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv86.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv84.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv84.ctxprog for module nouveau.ko
W: Possible missing firmware nouveau/nv50.ctxvals for module nouveau.ko
W: Possible missing firmware nouveau/nv50.ctxprog for module nouveau.ko

Fedora 12 設定メモ

基本とFedora11の時と同じ。
インストール後の設定メモ