カーネルパニック

このサーバーにて、同じ内容のカーネルパニックが5日間で2回も発生。
しかし、何事も無く動作していた・・・

早速 4.14.30-v7+ #1102からアップデートすると、4.14.34-v7+ #1110 と、だいぶ進んだバージョンになった。
安定バージョンでMar 26 以来 Apr 16 の早々なアップデートは、やはりバグ解消を含む。

どうやら、下記リンクの問題に起因してパニックを起こしていたっぽい。

https://github.com/raspberrypi/linux/commit/2a9ef94eda9f59280c7259b3b5ece8993605165e

使わないi2c_devをロードしていなければ問題はなかったな・・・
要らないデバイスはロードしないのが吉。

[210007.097006] Unable to handle kernel NULL pointer dereference at virtual address 00000028
[210007.110281] pgd = 90ccc000
[210007.115525] [00000028] *pgd=00000000
[210007.121570] Internal error: Oops: 5 [#1] SMP ARM
[210007.128648] Modules linked in: fuse bridge stp llc overlay sg fixed uio_pdrv_genirq uio i2c_dev ip_tables x_tables ipv6
[210007.144599] CPU: 2 PID: 11556 Comm: apache2 Not tainted 4.14.30-v7+ #1102
[210007.154122] Hardware name: BCM2835

- /var/log/messages as below -----

Apr 17 01:10:40 pacific kernel: [210007.128648] Modules linked in: fuse bridge stp llc overlay sg fixed uio_pdrv_genirq uio i2c_dev ip_tables x_tables ipv6
Apr 17 01:10:40 pacific kernel: [210007.144599] CPU: 2 PID: 11556 Comm: apache2 Not tainted 4.14.30-v7+ #1102
Apr 17 01:10:40 pacific kernel: [210007.154122] Hardware name: BCM2835