From: Sven Schnelle Date: Tue, 14 Jul 2026 13:03:41 +0000 (+0200) Subject: s390/ptff: Export ptff_function_mask[] X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9de445d8296a7f2b011ebb5834fdc94dcda5c778;p=thirdparty%2Fkernel%2Flinux.git s390/ptff: Export ptff_function_mask[] Export the ptff_function_mask to make ptff_query() usable in modules. Signed-off-by: Sven Schnelle Acked-by: Heiko Carstens Link: https://patch.msgid.link/20260714130342.1971700-2-svens@linux.ibm.com Signed-off-by: Jakub Kicinski --- diff --git a/arch/s390/kernel/time.c b/arch/s390/kernel/time.c index bd0df61d1907..2b989bebd220 100644 --- a/arch/s390/kernel/time.c +++ b/arch/s390/kernel/time.c @@ -65,6 +65,7 @@ ATOMIC_NOTIFIER_HEAD(s390_epoch_delta_notifier); EXPORT_SYMBOL(s390_epoch_delta_notifier); unsigned char ptff_function_mask[16]; +EXPORT_SYMBOL(ptff_function_mask); static unsigned long lpar_offset; static unsigned long initial_leap_seconds;