The commit is pushed to "branch-rh10-6.12.0-55.52.1.5.x.vz10-ovz" and will 
appear at [email protected]:openvz/vzkernel.git
after rh10-6.12.0-55.52.1.5.29.vz10
------>
commit 8c8a15ce692b5f8d0c4e3e7cb6abe3851e0c7e84
Author: Vladimir Riabchun <[email protected]>
Date:   Tue Jun 2 21:10:34 2026 +0000

    fixup! ve/coredump: virtualize kernel.core_pattern sysctl
    
    ve0 doesn't exist when !CONFIG_VE.
    
    https://virtuozzo.atlassian.net/browse/VSTOR-130116
    
    Feature: !CONFIG_VE build
    Signed-off-by: Vladimir Riabchun <[email protected]>
    Reviewed-by: Vasileios Almpanis <[email protected]>
---
 fs/coredump.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fs/coredump.c b/fs/coredump.c
index fed2436cc8462..720fec7599789 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -1013,7 +1013,9 @@ static struct ctl_table coredump_sysctls[] = {
        },
        {
                .procname       = "core_pattern",
+#ifdef CONFIG_VE
                .data           = ve0.core_pattern,
+#endif
                .maxlen         = CORENAME_MAX_SIZE,
                .mode           = 0644 | S_ISVTX,
                .proc_handler   = proc_dostring_coredump_virtual,
_______________________________________________
Devel mailing list
[email protected]
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to