kernel 2.6.30 用 vmware パッチ

linux 2.6.30 がリリースされた。例によって vmware 側にパッチが必要。

パッチは以下のURLで入手できる。

http://communities.vmware.com/thread/208963

要は、

$ cd /tmp
$ wget http://communities.vmware.com/servlet/JiveServlet/download/1281849-24276/vmware-6.5.2-modules-2.6.30-fix.patch
$ wget http://communities.vmware.com/servlet/JiveServlet/download/1246247-22434/vmware-6.5.2-modules-2.6.30-fix.sh
$ cd /usr/lib/vmware/modules/source
$ su
# sh /tmp/vmware-6.5.2-modules-2.6.30-fix.sh

とすればパッチがあたる。

あとは通常の手順でモジュールをリビルドすればOK。