diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2026-08-03 19:21:42 +0200 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2026-08-11 16:42:18 +0200 |
| commit | 46a8c8d142ba812ed374c55388979bf16e92f88c (patch) | |
| tree | 7fe793f646b0370fde7bf88df4edea1176e72c2b /scripts/objdiff | |
| parent | 1f45a8663a58e89fe3025360a421ec3b7b929aa0 (diff) | |
| download | linux-46a8c8d142ba812ed374c55388979bf16e92f88c.tar.gz linux-46a8c8d142ba812ed374c55388979bf16e92f88c.zip | |
s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()
Compiling do_secure_storage_access() with context analysis enabled
results in this warning:
arch/s390/mm/fault.c:472:3: warning: releasing spinlock 'fw.ptl' that was not held
472 | folio_walk_end(&fw, vma);
Problem is that folio_walk_end() comes without the required context
analysis attribute. Also the proper attribute cannot be added easily,
since folio_walk_end() is a macro, and not a function.
For the time being disable context analysis only for
do_secure_storage_access() until this is resolved.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
