]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
landlock: Improve TSYNC types
authorMickaël Salaün <mic@digikod.net>
Tue, 17 Feb 2026 12:23:40 +0000 (13:23 +0100)
committerMickaël Salaün <mic@digikod.net>
Wed, 4 Mar 2026 17:28:11 +0000 (18:28 +0100)
commitbb8369ead40771b9550e5dbc287d6b707dd6c2b3
tree399ba65cd8ad954172dd96f9eaaa7ce402ca1353
parent929553bbb4cdda9be22175e1adb4d5814b770855
landlock: Improve TSYNC types

Constify pointers when it makes sense.

Consistently use size_t for loops, especially to match works->size type.

Add new lines to improve readability.

Cc: Jann Horn <jannh@google.com>
Reviewed-by: Günther Noack <gnoack@google.com>
Link: https://lore.kernel.org/r/20260217122341.2359582-2-mic@digikod.net
Signed-off-by: Mickaël Salaün <mic@digikod.net>
security/landlock/tsync.c