Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport "timedate: handle gracefully if RTC lost time because of power loss" (v254) #445

Open
wants to merge 1 commit into
base: v254-stable
Choose a base branch
from

Conversation

chombourger
Copy link

Apparently some RTC drivers return EINVAL in that case when we try to read it. Handle that reasonably gracefully.

Fixes: #31854
(cherry picked from commit 5c81de9)

Apparently some RTC drivers return EINVAL in that case when we try to
read it. Handle that reasonably gracefully.

Fixes: #31854
(cherry picked from commit 5c81de9)
@chombourger
Copy link
Author

chombourger commented Sep 26, 2024

Not sure if this is the proper way to ask for a specific patch to be backported/integrated into a -stable release
One of our embedded device uses a 3rd party RTC driver that return EINVAL and this fix is exactly what we would need to handle this case gracefully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants