commit | b46650d56bd31dca8b09b5670ee9441a8f7b8869 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Tue Mar 28 10:00:33 2023 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Tue Apr 04 18:34:55 2023 +0200 |
tree | 202660e628d8be3b2dd35360c8658409a5656a95 | |
parent | 385bf43c48ffe44af881039779a6be09ac8a77c8 [diff] |
s390: make extables read-only Currently, exception tables are marked as ro_after_init. However, since they are sorted during compile time using scripts/sorttable, they can be moved to RO_DATA using the RO_EXCEPTION_TABLE_ALIGN macro, which is specifically designed for this purpose. Suggested-by: Heiko Carstens <hca@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>