diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2026-08-06 17:38:48 +0200 |
|---|---|---|
| committer | Christian Borntraeger <borntraeger@linux.ibm.com> | 2026-08-07 14:18:29 +0200 |
| commit | 7008546c7ba4a6b3bfacddeaea7c3b446c0b057c (patch) | |
| tree | 1bf9b856700ca4a4107944525290561e7c589d33 | |
| parent | c39c3d231f42ba50cc3a2b9161e075f4f1b7d9e0 (diff) | |
| download | linux-stable-7008546c7ba4a6b3bfacddeaea7c3b446c0b057c.tar.gz linux-stable-7008546c7ba4a6b3bfacddeaea7c3b446c0b057c.zip | |
s390/cio: Enable CONTEXT_ANALYSIS
All cio code passes clang's compile time context analysis.
Therefore enable CONTEXT_ANALYSIS.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
| -rw-r--r-- | drivers/s390/cio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/s390/cio/Makefile b/drivers/s390/cio/Makefile index 3bd1c245183f..611a39103df9 100644 --- a/drivers/s390/cio/Makefile +++ b/drivers/s390/cio/Makefile @@ -3,6 +3,8 @@ # Makefile for the S/390 common i/o drivers # +CONTEXT_ANALYSIS := y + # The following is required for define_trace.h to find ./trace.h CFLAGS_trace.o := -I$(src) CFLAGS_vfio_ccw_trace.o := -I$(src) |
