[PATCH 0/2] s390/char: Enable CONTEXT_ANALYSIS
Heiko Carstens <[email protected]>
| Newsgroups | org.kernel.vger.linux-s390 |
|---|---|
| Message-ID | <[email protected]> |
Enable CONTEXT_ANALYSYS for s390/char drivers.
Static code checking for acquiring and releasing locks used to be done
with sparse. That was removed with [1] and replaced with a clang based
approach [2]. The new approach requires that each subsystem needs to be
explicitly enabled for checking.
Do that for drivers/s390/char. Add a __must_hold() attribute to
raw3215_make_room() to address the only valid warning.
Then enable CONTEXT_ANALYSIS.
Thanks,
Heiko
[1] 5b63d0ae94cc ("compiler-context-analysis: Remove Sparse support")
[2] 3269701cb256 ("compiler-context-analysis: Add infrastructure for Context Analysis with Clang")
Heiko Carstens (2):
s390/con3215: Add __must_hold() attribute to raw3215_make_room()
s390/char: Enable CONTEXT_ANALYSIS
drivers/s390/char/Makefile | 2 ++
drivers/s390/char/con3215.c | 1 +
2 files changed, 3 insertions(+)
--
2.53.0