Re: [PATCH v4 0/4] libuuid: Fix pre-1970 UUID timestamp overflow
Thomas Weißschuh <[email protected]> Tue, 23 Dec 2025 19:22:08 +0100 (GMT+01:00)
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[email protected]> |
Dec 23, 2025 19:01:03 Kiran Rangoon <[email protected]>: (...) >> > This v4 patch series addresses all the feedback points above: > > Kiran Rangoon (4): > libuuid: simplify gregorian-to-unix offset calculation > libuuid: refactor gregorian_to_unix to populate timeval directly > libuuid: fix timestamp overflow for pre-1970 dates > tests: correct UUID timestamp test expectations > > libuuid/src/uuid_time.c | 15 +++++++-------- > tests/expected/uuid/uuidparse | 5 ++++- > tests/ts/uuid/uuidparse | 3 +++ > 3 files changed, 14 insertions(+), 9 deletions(-) Thanks! For the series, given it passes CI: Reviewed-by: Thomas Weißschuh <[email protected]>