[SRU] [D] [PATCH 0/1] Fix hid-sensor-hub spamming

Kai-Heng Feng kai.heng.feng at canonical.com
Wed Mar 27 06:56:43 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1818547

[Impact]
[ 406.165461] hid-sensor-hub 001F:8086:22D8.0002: hid_field_extract() called with n (192) > 32! (kworker/5:1)

[Fix]
Let HID core allow longer input report length.

[Test]
User confirmed the fix works.

[Regression Potential]
Low. Longer input report length is now considered valid, shorter input
report length doesn't get touched.

Kai-Heng Feng (1):
  HID: Increase maximum report size allowed by hid_field_extract()

 drivers/hid/hid-core.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.17.1




More information about the kernel-team mailing list