[PATCH v11 0/4] liveupdate: bug fix for session name and new ioctl to read it
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Wed Apr 29 14:21:13 PDT 2026
From: Luca Boccassi <luca.boccassi at gmail.com>
A series of patches matured while implementing LUO support in userspace
in systemd.
- reject session names that are either empty strings or too long
- add new ioctl to retrieve session name from FD, so that userspace
can query it without string parsing in procfs
Both changes come with a follow-up patch add test coverage via the
existing selftest.
v2: apply one fix from bot review about cleanup on error path:
https://sashiko.dev/#/patchset/20260415184536.1155220-1-luca.boccassi%40gmail.com
the other comments are invalid: luo is not a kmod, and the write hooks are not set up
v3: add test case to liveupdate selftest
v4: split test case in separate follow-up patch
v5: add r-b tag, merge series with LIVEUPDATE_SESSION_GET_NAME ioctl
as they both change the same unit test source file, to avoid merge conflicts
add '__u32 reserved' to the UAPI struct
v6: add more test cases as suggested
more verbose commit message
fix docstring
v7: apply suggestion from review bot to stub out setattr ops,
like it was done in 22bdf3d6581a
v8: add new patches to reject session names that are empty or too long
v9: fixes following review comments on LUO_SESSION_MAGIC
v10: split out LUO_SESSION_MAGIC patch as it is undergoing more discussions,
and the other two patches are independent aside from adding test cases
to the same unit test source file
v11: rebased on liveupdate/next
reject LIVEUPDATE_SESSION_GET_NAME when 'reserved' is not zero
Luca Boccassi (4):
liveupdate: reject LIVEUPDATE_IOCTL_CREATE_SESSION with invalid name length
selftests/liveupdate: add test cases for LIVEUPDATE_IOCTL_CREATE_SESSION calls with invalid length
liveupdate: add LIVEUPDATE_SESSION_GET_NAME ioctl
selftests/liveupdate: add test cases for LIVEUPDATE_SESSION_GET_NAME
include/uapi/linux/liveupdate.h | 21 ++++
kernel/liveupdate/luo_session.c | 20 ++++
.../testing/selftests/liveupdate/liveupdate.c | 113 ++++++++++++++++++
3 files changed, 154 insertions(+)
--
2.47.3
More information about the kexec
mailing list