Heiko Carstens
2c74d33dbf
selftests: vDSO: fix vdso_config for s390
...
[ Upstream commit a6e23fb8d3c0e3904da70beaf5d7e840a983c97f ]
Running vdso_test_correctness on s390x (aka s390 64 bit) emits a warning:
Warning: failed to find clock_gettime64 in vDSO
This is caused by the "#elif defined (__s390__)" check in vdso_config.h
which the defines VDSO_32BIT.
If __s390x__ is defined also __s390__ is defined. Therefore the correct
check must make sure that only __s390__ is defined.
Therefore add the missing !defined(__s390x__). Also use common
__s390x__ define instead of __s390X__.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com >
Fixes: 693f5ca08c ("kselftest: Extend vDSO selftest")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2024-10-10 11:57:42 +02:00
..
2024-01-25 15:35:40 -08:00
2023-04-24 12:28:34 -07:00
2024-10-04 16:28:53 +02:00
2024-10-04 16:29:19 +02:00
2024-10-10 11:57:41 +02:00
2024-07-25 09:50:42 +02:00
2024-06-12 11:12:00 +02:00
2023-11-28 17:20:05 +00:00
2023-07-31 20:11:42 -07:00
2024-08-29 17:33:14 +02:00
2022-10-05 11:05:18 -06:00
2023-06-12 16:39:11 -06:00
2023-08-21 13:37:37 -07:00
2022-06-16 14:03:21 -06:00
2024-09-12 11:11:38 +02:00
2024-08-03 08:53:38 +02:00
2023-11-28 17:19:42 +00:00
2023-09-19 13:21:32 -07:00
2023-08-24 10:41:47 -04:00
2024-06-12 11:11:49 +02:00
2022-04-29 16:49:36 +02:00
2024-10-04 16:29:05 +02:00
2024-07-25 09:50:43 +02:00
2023-06-29 10:11:10 -07:00
2024-10-10 11:57:40 +02:00
2022-10-18 14:13:19 -06:00
2024-09-04 13:28:24 +02:00
2023-02-13 09:09:44 -07:00
2022-05-16 13:34:19 -06:00
2024-06-12 11:12:11 +02:00
2022-10-18 14:13:25 -06:00
2022-11-08 15:44:02 +01:00
2023-09-12 09:10:36 -07:00
2024-06-12 11:11:27 +02:00
2024-08-03 08:54:17 +02:00
2022-10-05 13:00:03 +02:00
2023-11-28 17:19:36 +00:00
2023-06-12 16:39:10 -06:00
2023-02-23 09:37:29 -08:00
2023-08-21 13:38:00 -07:00
2022-10-18 14:21:18 -06:00
2023-07-13 12:51:13 -06:00
2024-10-10 11:57:42 +02:00
2023-03-31 09:18:45 -06:00
2023-02-13 09:09:45 -07:00
2024-04-03 15:28:20 +02:00
2022-11-21 10:49:58 +00:00
2024-09-18 19:24:09 +02:00
2024-10-10 11:57:15 +02:00
2024-10-10 11:57:30 +02:00
2024-07-25 09:50:42 +02:00
2023-02-13 09:09:45 -07:00
2023-02-13 09:09:45 -07:00
2023-11-20 11:59:17 +01:00
2024-06-12 11:12:44 +02:00
2023-07-25 10:33:25 -06:00
2023-09-19 13:21:33 -07:00
2023-07-28 10:59:40 +01:00
2023-04-25 11:05:04 -07:00
2024-08-14 13:58:56 +02:00
2024-08-03 08:53:43 +02:00
2024-03-01 13:34:48 +01:00
2023-08-28 18:46:47 -07:00
2022-11-15 13:30:51 -07:00
2022-07-15 18:24:42 +00:00
2023-03-28 10:27:07 -06:00
2024-05-02 16:32:42 +02:00
2024-02-05 20:14:32 +00:00
2024-08-03 08:54:30 +02:00
2022-11-29 17:28:31 -07:00
2023-02-13 09:09:45 -07:00
2024-06-12 11:11:24 +02:00
2023-06-18 02:32:54 -07:00
2024-08-29 17:33:45 +02:00
2023-02-13 09:09:46 -07:00
2024-07-25 09:50:55 +02:00
2024-05-17 12:02:16 +02:00
2023-02-13 09:09:46 -07:00
2023-06-15 13:45:42 +02:00
2023-10-17 15:07:19 -06:00
2024-10-10 11:57:42 +02:00
2022-10-27 02:53:37 -06:00
2024-07-18 13:21:23 +02:00
2023-11-20 11:58:54 +01:00
2023-09-08 10:06:49 -06:00
2023-08-10 23:10:09 -07:00
2022-07-11 16:58:11 -06:00
2024-05-25 16:22:53 +02:00
2024-06-12 11:11:49 +02:00
2023-12-20 17:02:01 +01:00
2023-06-12 16:39:11 -06:00