Files
linux/drivers/rtc
Alexandre Belloni 4f4a958e27 rtc: tps65910: fix possible race condition
[ Upstream commit e6000a438e ]

The IRQ is requested before the struct rtc is allocated and registered, but
this struct is used in the IRQ handler. This may lead to a NULL pointer
dereference.

Switch to devm_rtc_allocate_device/rtc_register_device to allocate the rtc
before requesting the IRQ.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-03 07:47:48 +02:00
..
2018-03-27 10:45:05 +02:00
2018-03-17 14:20:56 +01:00
2017-09-01 01:10:11 +02:00
2017-09-01 01:10:11 +02:00
2016-05-20 12:33:51 +02:00
2018-03-17 14:20:50 +01:00
2018-03-17 14:20:56 +01:00
2018-03-27 10:45:02 +02:00
2017-08-22 12:05:21 +02:00
2016-05-20 12:33:51 +02:00
2017-09-05 09:55:02 +02:00
2013-04-19 13:51:25 +02:00
2018-03-17 14:20:57 +01:00
2017-08-24 11:03:35 +02:00
2017-11-29 22:20:56 +01:00
2018-03-17 14:20:54 +01:00
2016-05-20 12:33:51 +02:00