[PATCH v2 0/5] list private v2 & luo flb v9

From: Pasha Tatashin

Date: Thu Dec 18 2025 - 10:57:58 EST


This series includes two separate workstreams. This is because FLB
should be applied on top of list_private, as it uses some of its
interfaces.

1. List private v2 (first 3 patches) Previous version:
https://lore.kernel.org/all/20251126185725.4164769-1-pasha.tatashin@xxxxxxxxxx
For details, please read the cover letter from the previous submission.

v2 Changelog:
- Added a Reviewed-by from David Gow.

2. LUO FLB v9 (last 2 patches) Previous version:
https://lore.kernel.org/all/20251125225006.3722394-2-pasha.tatashin@xxxxxxxxxx

v9 Changelog:
- Addressed suggestions from David Matlack and Pratyush Yadav: added
booleans to track if an object was retrieved and/or finished.
- Modified the patches to use the list_private interfaces.

Pasha Tatashin (5):
list: add primitives for private list manipulations
list: add kunit test for private list primitives
liveupdate: luo_file: Use private list
liveupdate: luo_flb: Introduce File-Lifecycle-Bound global state
tests/liveupdate: Add in-kernel liveupdate test

Documentation/core-api/list.rst | 9 +
Documentation/core-api/liveupdate.rst | 11 +
MAINTAINERS | 1 +
include/linux/kho/abi/luo.h | 81 ++++
include/linux/list_private.h | 256 ++++++++++
include/linux/liveupdate.h | 147 ++++++
kernel/liveupdate/Makefile | 1 +
kernel/liveupdate/luo_core.c | 7 +-
kernel/liveupdate/luo_file.c | 39 +-
kernel/liveupdate/luo_flb.c | 654 ++++++++++++++++++++++++++
kernel/liveupdate/luo_internal.h | 22 +-
lib/Kconfig.debug | 37 ++
lib/tests/Makefile | 2 +
lib/tests/list-private-test.c | 76 +++
lib/tests/liveupdate.c | 158 +++++++
15 files changed, 1487 insertions(+), 14 deletions(-)
create mode 100644 include/linux/list_private.h
create mode 100644 kernel/liveupdate/luo_flb.c
create mode 100644 lib/tests/list-private-test.c
create mode 100644 lib/tests/liveupdate.c


base-commit: ea1013c1539270e372fc99854bc6e4d94eaeff66
--
2.52.0.313.g674ac2bdf7-goog