kernel

@naota344の今週のLKML

今週は annoying new gcc 4.6.0 warnings. のみで……ちょっと諸事情によりこれ以上読めなさそうな事態なのでとりあえずここで更新しておきます。 annoying new gcc 4.6.0 warnings. http://permalink.gmane.org/gmane.linux.kernel/1129679gcc 4.6.0に -Wunus…

@naota344の今週のLKML

今週は Unionmount status? mm/fs: cleancache documentation Unionmount status? http://permalink.gmane.org/gmane.linux.kernel/1125301http://d.hatena.ne.jp/meech/20110327 で紹介した overlay filesystem の別実装? Union mounts を試してみよう!とい…

今週のLKML

今週は Make kernel build deterministic KGTP (Linux Kernel debugger and tracer) 20110405 release [PATCH] Allow O_SYNC to be set by fcntl(F_SETFL) Make kernel build deterministic http://permalink.gmane.org/gmane.linux.ports.arm.kernel/112608…

今週のLKML

今週は xen/balloon: Memory hotplug support for Xen balloon driver tmpfs: implement xattr support for the entire security namespace Implementation of cgroup isolation Native Linux KVM tool kmemleak その他 xen/balloon: Memory hotplug support…

今週のLKML

forkbomb killer パッチについて http://permalink.gmane.org/gmane.linux.kernel.mm/60317こんな簡単なコマンドを実行したとする。(やらないでね) # forkbomb(){ forkbomb|forkbomb & } ; forkbombするとまぁ見てわかる通り、あっというまにプロセスが大増…

unix のシグナル処理あれこれ

Linux で signal + マルチスレッド、というとハンドラであれこれしようとすると、これはもう悪夢のように大変でひとつ signal 処理用スレッドを用意するのが定石のようです。さてはて、そんなことで FreeBSD もそういうコードを書いて fork した子供を回収し…

寝る前のお遊び hack

こうすると こうなる お遊びでした

YUREX が linux-next に入っている件

Say Y here if you want to connect a YUREX to your computer's USB port. The YUREX is a leg-shakes sensor. See http://bbu.kayac.com/en for further information. This driver supports read/write of leg-shakes counter and fasync for the counter …

linux-next に patch 投げた -> 入った

LinuxCon で話した kernel hackers に linux-next を使え、と言われたので linux-next を使おうとしました。とりあえず、いつも通りの make oldconfig % git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git % cd linux-next % zc…

LKMLながめたり

"[PATCH] kconfig qconf: port to QT4" http://comments.gmane.org/gmane.linux.kbuild.devel/4828 make kconfig で出てくる Qt で作られた config tool が Qt4 に移っていたみたい。 "Dynamic Debug module.ddebug fake param enhancements" http://comment…