s390/stp: add locking to sysfs functions
authorSven Schnelle <svens@linux.ibm.com>
Tue, 15 Sep 2020 06:53:50 +0000 (08:53 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Sat, 26 Sep 2020 13:51:20 +0000 (15:51 +0200)
commitb3bd02495cb339124f13135d51940cf48d83e5cb
tree68397d2b7a494f3cc546a242a19c082077b96835
parentfa6999e326fe7851ecbd572b8cb9be8e930ebf41
s390/stp: add locking to sysfs functions

The sysfs function might race with stp_work_fn. To prevent that,
add the required locking. Another issue is that the sysfs functions
are checking the stp_online flag, but this flag just holds the user
setting whether STP is enabled. Add a flag to clock_sync_flag whether
stp_info holds valid data and use that instead.

Cc: stable@vger.kernel.org
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/time.c