diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2025-12-23 08:00:39 +0100 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2025-12-24 14:01:57 +0100 |
| commit | 0f166bf1d6d82701cc1d94445cc2a9107d1790df (patch) | |
| tree | 1b71c75d484f945e7bc2c27dba8822a1c5bfc068 /rust/alloc/collections/git@git.tavy.me:linux.git | |
| parent | 3685744afa4a2e65a4a509f1b782af98e929b83f (diff) | |
select: store end_time as timespec64 in restart block
Storing the end time seconds as 'unsigned long' can lead to truncation
on 32-bit architectures if assigned from the 64-bit timespec64::tv_sec.
As the select() core uses timespec64 consistently, also use that in the
restart block.
This also allows the simplification of the accessors.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://patch.msgid.link/20251223-restart-block-expiration-v2-1-8e33e5df7359@linutronix.de
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions
