Actions
Bug #8004
openExtension of linux:arch:io rule specification
Start date:
02/28/2017
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Currently specification consider functions from asm-generic/io.h.
But this kind of resource (iomemory) also can be allocated/deallocated by functions from linux/pci.h (pci_io*).
E.g., absence of pci_ioremap_bar() leads to false positive in drivers/net/tg3.ko, 2.6.33.
Updated by Evgeny Novikov over 7 years ago
- Category set to Requirement specifications
- Assignee set to Evgeny Novikov
Actually this causes about a half of all false alarms (68) when verifying all modules of Linux 3.14 against this rule.
Updated by Evgeny Novikov about 7 years ago
- Priority changed from Urgent to High
Let's fix and improve specifications after we will have good tests and a testing infrastructure (version:0.3) and likely after we will complete a considerable refactoring of Core (1.0).
Actions