dguidipc / gemini-android-kernel-3.18

Gemini Android Linux kernel v3.18
GNU General Public License v2.0
26 stars 25 forks source link

A lot of errors and CPU load #3

Open teon opened 6 years ago

teon commented 6 years ago

This current kernel has a LOT of errors which generate at least 10% CPU (unnecesary) load. I can't even get those errors as when i try to do dmesg the termianl crashes.

This makes linux/Debian partly unusable as I try to connect new devices, find drivers and can't since i cant do anythong with this kernel (even list the kernel messages)...

kamou commented 6 years ago

these are not errors it's the mediatek drivers which are a little bit too verbose. actually there might be some errors but these are mainly debugging logs from the different mediatek drivers. (in drivers/misc/mediatek/)

teon commented 6 years ago

@kamou that may be, but still:

  1. there is soooo many msg/s that CPU is constantly ~15% busy due to this
  2. dmesg crashes due to huuuge amount of msges
  3. disk space by systemctl logging (journalctl) is eating like crazy...

it's far from normal...