Files
linux/arch/s390/include/asm
Heiko Carstens c194dad210 s390/extable: fix exception table sorting
s390 has a swap_ex_entry_fixup function, however it is not being used
since common code expects a swap_ex_entry_fixup define. If it is not
defined the default implementation will be used. So fix this by adding
a proper define.
However also the implementation of the function must be fixed, since a
NULL value for handler has a special meaning and must not be adjusted.

Luckily all of this doesn't fix a real bug currently: the main extable
is correctly sorted during build time, and for runtime sorting there
is currently no case where the handler field is not NULL.

Fixes: 05a68e892e ("s390/kernel: expand exception table logic to allow new handling options")
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2022-03-01 20:41:28 +01:00
..
2021-01-19 12:29:26 +01:00
2021-07-27 09:39:15 +02:00
2020-08-26 18:47:21 +02:00
2021-09-08 15:32:35 -07:00
2021-07-27 09:39:15 +02:00
2021-01-19 12:29:26 +01:00
2021-10-11 20:55:58 +02:00
2020-12-16 14:55:49 +01:00
2021-05-07 00:26:34 -07:00
2021-06-18 16:41:19 +02:00
2021-07-30 17:09:02 +02:00
2021-08-05 14:10:53 +02:00
2021-08-03 14:31:40 +02:00
2020-02-27 16:02:21 +01:00
2021-08-18 10:01:28 +02:00
2021-07-01 11:06:03 -07:00
2021-12-29 10:33:40 +01:00
2020-09-14 11:38:35 +02:00
2021-10-26 15:21:31 +02:00
2020-09-26 15:51:21 +02:00
2021-10-26 15:21:30 +02:00
2021-06-28 11:18:28 +02:00
2021-06-18 16:41:21 +02:00
2022-01-23 10:20:03 +01:00
2019-07-23 10:45:53 +02:00
2021-07-08 15:37:28 +02:00
2021-01-19 12:29:26 +01:00