[Devel] [PATCH RHEL10 COMMIT] fixup! ve/aio: Add a handle to checkpoint/restore AIO context
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Jun 5 21:32:18 MSK 2026
The commit is pushed to "branch-rh10-6.12.0-55.52.1.5.x.vz10-ovz" and will appear at git at bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.5.29.vz10
------>
commit 9f03b6cbd1b318860728935f3fdd5a231df0fd84
Author: Vladimir Riabchun <vladimir.riabchun at virtuozzo.com>
Date: Tue Jun 2 21:10:46 2026 +0000
fixup! ve/aio: Add a handle to checkpoint/restore AIO context
This entry uses proc_aio_operations, which is defined only
with CONFIG_VE.
https://virtuozzo.atlassian.net/browse/VSTOR-130116
Feature: !CONFIG_VE build
Signed-off-by: Vladimir Riabchun <vladimir.riabchun at virtuozzo.com>
Reviewed-by: Vasileios Almpanis <vasileios.almpanis at virtuozzo.com>
---
fs/proc/base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/proc/base.c b/fs/proc/base.c
index 8397d5017de58..47b82c424ab70 100644
--- a/fs/proc/base.c
+++ b/fs/proc/base.c
@@ -3564,7 +3564,7 @@ static const struct pid_entry tgid_base_stuff[] = {
REG("timers", S_IRUGO, proc_timers_operations),
#endif
REG("timerslack_ns", S_IRUGO|S_IWUGO, proc_pid_set_timerslack_ns_operations),
-#ifdef CONFIG_CHECKPOINT_RESTORE
+#if defined(CONFIG_CHECKPOINT_RESTORE) && defined(CONFIG_VE)
REG("aio", S_IRUGO|S_IWUSR, proc_aio_operations),
#endif
#ifdef CONFIG_LIVEPATCH
More information about the Devel
mailing list