Tuesday, November 13, 2012

Linux 3.7-rc5


It's been another week (modulo timezone differences), so -rc5 is out there.
This is quite a small -rc, I'm happy to say. -rc4 was already fairly calm, and -rc5 has fewer commits still. And more importantly, apart from one revert, and a pinctl driver update, it's not just a fairly small number of commits, they really are mostly one-liners. The diffstat looks quite nice and flat.
週が変わったので(法とするタイムゾーンは違うけど)rc5を公開します。このrcの変更はとても少なく、私は満足です。rc4は既にかなり落ち着いていたので、rc5は比較的少ないコミットしかありませんでした。さらに重要なことは、ひとつrevertがあったことは別にして、あとpinctlドライバも別にして、コミットの数がとても少ないというだけではなく、それらがが本当にほぼワンライナーであることです。diffstatは平坦でとても見やすい。

The updates are
 - arch (sparc, arm/arm64 and s390)
 - drivers (drm, mmc, net, pinctrl, hid, sound, hwmon, pci)
 - misc (net, akpm, xen, virtio, modules and crypto)
 - filesystem (gfs2, xfs and cifs)
but it's really all pretty small.
その更新というのは以下だけど
 - arch (sparc, arm/arm64 and s390)
 - drivers (drm, mmc, net, pinctrl, hid, sound, hwmon, pci)
 - misc (net, akpm, xen, virtio, modules and crypto)
 - filesystem (gfs2, xfs and cifs)
本当にとても小さな更新です。

Shortlog appended.
ショートログを追加しました。

Please test - although I'm hopeful that it's quiet because things are in good shape, I'd like to get that verified.
テストお願いします。カーネルは良い状態なので騒がしくならないことを期待してますけど。その確認がとれると良いですね。

                  Linus
最後のthingsってのが何なのかよくわからないカーネルなのか開発コミュニティなのかパッチなのか

元ネタ:
LKML: Linus Torvalds: Linux 3.7-rc5
https://lkml.org/lkml/2012/11/11/87

Tuesday, November 6, 2012

Linux 3.7-rc4

It's been a pretty calm week, so here's a nice small -rc for you guys.
結構落ち着いた1週間だったから、-rcはいい感じに小さいものになった。

Rafael worried me for a while with what looked like a hard-to-debug regression report, but it turned out to be user-space breakage instead, so things are looking pretty stable. Things also look entirely normal: most of the changes here are various device driver issues, with a small smattering of other stuff (nfs client update, some minor arch updates, and some networking stuff).
デバッグのしずらそうなregression報告がきてたからRafaelがしばらくの間私のことを心配してたけど、それは結局ユーザスペースが原因だったので、rc4は見た感じ結構安定してる。全体的にいつも通りで、ほとんどの変更はいろんなデバイスドライバの問題とその他のものがちょっと(nfsクライアントアップデートといくつかのマイナーなアーキテクチャのアップデートとネットワーク関係のものがいくつか)。

The driver fixes are pretty much all over - sound, gpu, HID and input, i2c, networking ..
そのドライバの修正というのはほとんど全部終わった。サウンド、GPU、HIDとinput、i2c、ネットワーク ..

Perhaps notable just because of the noise it caused in certain circles, there's the ext4 bitmap journaling fix for the issue that caused such a ruckus. It's a tiny patch and despite all the noise about it you couldn't actually trigger the problem unless you were doing crazy things with special mount options.
とあるところで騒ぎになっていたせいでおそらく注目されているが、その騒動のようなものを起こしたext4 bitmap journalingの問題の修正がある。それはとても小さなパッチであり、その全ての騒動については特殊なマウントオプションを指定してアホなことをしない限り実際には引き起こされない問題だった。

Other things? Nothing really stands out. The appended shortlog gives a reasonable view into the kinds of details people have been working on. I'll be traveling the upcoming week, but I expect to have reasonable access to wifi, and if it stays this quiet and calm, nobody will even notice.
他に?特に目立つものはない。追加されたshortlogによってどの人がどんなことに従事してるかわかりやすくなる。来週は旅行してるけど、うまくwifiを捕まえられると思う。もし(開発が)静かで落ち着いてるようならだれも(私が旅行してることに)気づかないでしょう。

Go forth and test,
テストよろ

                Linus
HIDってのはなんぞ?USB Human Interface Device?

元ネタ
LKML: Linus Torvalds: Linux 3.7-rc4
https://lkml.org/lkml/2012/11/4/151