[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-03-10 Thread Yan Mosyagin
I also confirm that this issue is fixed as of 4.18.0-16-generic. Changelogs show that the fix is indeed included: https://launchpad.net/ubuntu/+source/linux/4.18.0-16.17 Thank you, Kai-Heng Feng! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-02-01 Thread Yan Mosyagin
Thanks to your comment I also realized that journald still logs the dmesg driver spam which results in bloated journald log files as well. Few more steps is required to alleviate that: 1. sudo vi /etc/systemd/journald.conf 2. Uncomment Storage=auto and change it to Storage=none 3. Uncomment

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-02-01 Thread Yan Mosyagin
That's a good point but unfortunately unloading and reloading the module doesn't stop the messages from being produced on my system. Also, until the issue is fixed, my aim was exactly to filter unnecessary events from syslog to avoid bloated log files (kern.log and syslog) and unnecessary events

[Bug 1784152] Re: i2c_hid_get_input floods system logs

2019-02-01 Thread Yan Mosyagin
I have the same issue. Workarounds with driver recompilation are not really a good fit in my case since they require to set up a build system and also to enroll a MOK key for unsigned drivers to work because I have Secure Boot enabled. acpi_osi workaround disables touchpad on my system. Until