Skip to content

Commit 12d5337

Browse files
committed
feat: enable more options for CRI-U checkpoint/restore
Fixes siderolabs/talos#13373 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 4f7feb4)
1 parent c2e43aa commit 12d5337

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

kernel/build/config-amd64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ CONFIG_USE_PERCPU_NUMA_NODE_ID=y
12221222
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
12231223
# CONFIG_CMA is not set
12241224
CONFIG_PAGE_BLOCK_MAX_ORDER=10
1225-
# CONFIG_MEM_SOFT_DIRTY is not set
1225+
CONFIG_MEM_SOFT_DIRTY=y
12261226
CONFIG_GENERIC_EARLY_IOREMAP=y
12271227
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
12281228
# CONFIG_IDLE_PAGE_TRACKING is not set
@@ -1287,11 +1287,11 @@ CONFIG_NET_CRC32C=y
12871287
# Networking options
12881288
#
12891289
CONFIG_PACKET=y
1290-
# CONFIG_PACKET_DIAG is not set
1290+
CONFIG_PACKET_DIAG=y
12911291
# CONFIG_INET_PSP is not set
12921292
CONFIG_UNIX=y
12931293
CONFIG_AF_UNIX_OOB=y
1294-
# CONFIG_UNIX_DIAG is not set
1294+
CONFIG_UNIX_DIAG=y
12951295
CONFIG_TLS=m
12961296
# CONFIG_TLS_DEVICE is not set
12971297
# CONFIG_TLS_TOE is not set

kernel/build/config-arm64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,11 +1275,11 @@ CONFIG_NET_CRC32C=y
12751275
# Networking options
12761276
#
12771277
CONFIG_PACKET=y
1278-
# CONFIG_PACKET_DIAG is not set
1278+
CONFIG_PACKET_DIAG=y
12791279
# CONFIG_INET_PSP is not set
12801280
CONFIG_UNIX=y
12811281
CONFIG_AF_UNIX_OOB=y
1282-
# CONFIG_UNIX_DIAG is not set
1282+
CONFIG_UNIX_DIAG=y
12831283
CONFIG_TLS=m
12841284
# CONFIG_TLS_DEVICE is not set
12851285
# CONFIG_TLS_TOE is not set

0 commit comments

Comments
 (0)