Bug 1662352
| Summary: | using ELAN trackpad spams the kernel log; workaround available, upstream kernel issue unsolved | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mai Ling <mailinglists35> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | airlied, bskeggs, ewk, hdegoede, ichavero, itamar, jarodwilson, jglisse, john.j5live, jonathan, josef, kernel-maint, linville, mchehab, mjg59, steved |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| URL: | https://bugzilla.kernel.org/show_bug.cgi?id=201311 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-12 09:07:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Mai Ling
2018-12-27 23:29:49 UTC
ubuntu has reverted[1] a kernel commit[2] that appears to be the root cause of the flood [1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1802813 [2] https://lkml.org/lkml/2018/7/10/755 I tried reverting that but reverting that does not make the symptom go away for me. only the initially reported workaround works for me Dear Fedora kernel maintainers, Every fedora kernel release I must do this painful process to make the spam go away: * download the kernel source * open drivers/hid/i2c-hid/i2c-hid-core.c * go around line 506 saying "if ((ret_size > size) || (ret_size < 2))" * change next line from "dev_err" to "dev_err_once" * rebuild the module * backup the original module * replace the module with the one I've built * dracut-rebuild the init ramdisk * reboot Please ease the pain and change dev_err to dev_err_once in the fedora source until the upstream is solved. Please at least acknowledge that you are aware of this issue! Thank you. upstream bugzilla https://bugzilla.kernel.org/show_bug.cgi?id=201311 this no longer occurs with default fc31 kernel and settings. it must have been fixed sometime in 2019-2020 i meant fc33 not fc31, nevermind, it was fixed upstream |