Actions
Bug #11809
closedPass the same resource to probe and remove for HID drivers
Start date:
08/09/2022
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
Currently EMG passes different parameters to probe() and remove() callbacks of HID drivers (structure hid_driver). This causes about 8.6% of false alarms at verification of a subset of drivers of Linux 5.19-rc7 against memory safety.
Updated by Evgeny Novikov over 2 years ago
- Blocked by Feature #11810: Check whether the same resources are passed to various related callbacks added
Updated by Evgeny Novikov over 2 years ago
- Blocked by deleted (Feature #11810: Check whether the same resources are passed to various related callbacks)
Updated by Evgeny Novikov over 2 years ago
- Blocks Feature #11810: Check whether the same resources are passed to various related callbacks added
Updated by Evgeny Novikov over 2 years ago
- Status changed from New to Resolved
I fixed this issue in branch fix-hid-env-model-spec. Evaluation on related false alarms shows that they become safes, timeouts or false alarms due to other reasons. Let's thoroughly test this change.
Updated by Evgeny Novikov over 2 years ago
- Status changed from Resolved to Closed
Thorough testing did not reveal anything unexpected. Thus, I merged the branch to master in d2139fac7.
Actions