On Thu, Dec 08, 2022 at 10:08:09PM +0100, Mateusz Jończyk wrote:
W dniu 8.12.2022 o 15:03, Sasha Levin pisze:
This is a note to let you know that I've just added the patch titled
rtc: mc146818-lib: change return values of mc146818_get_time()
to the 5.10-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
rtc-mc146818-lib-change-return-values-of-mc146818_ge.patch
and it can be found in the queue-5.10 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.
Hello,
I think you should also cherry-pick
commit 7372971c1be5 ("rtc: mc146818-lib: fix signedness bug in mc146818_get_time()")
as it fixes a bug in this patch. The function mc146818_get_time() is
declared as returning unsigned int, but my patch directs it to return
"-EIO", which is conflicting.
Picked it up too, thanks!
--
Thanks,
Sasha