Skip to content

Commit 9d2b579

Browse files
authored
Enable CIFS/SMB kernel support in arm64 config (#681)
## Summary Enables CIFS (SMB) filesystem support in the arm64 kernel config, required for the SMB volume driver added in apple/container#1414. Without this change, SMB mounts fail at runtime with `errno 19 (ENODEV)`. ## Changes - `kernel/config-arm64`: enable `CONFIG_CIFS=y` and related options (`CIFS_ALLOW_INSECURE_LEGACY`, `CIFS_UPCALL`, `CIFS_XATTR`, `CIFS_POSIX`, `CIFS_DFS_UPCALL`)
1 parent c519d57 commit 9d2b579

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

kernel/config-arm64

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3503,7 +3503,15 @@ CONFIG_RPCSEC_GSS_KRB5=y
35033503
# CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES is not set
35043504
# CONFIG_SUNRPC_DEBUG is not set
35053505
# CONFIG_CEPH_FS is not set
3506-
# CONFIG_CIFS is not set
3506+
CONFIG_CIFS=y
3507+
# CONFIG_CIFS_STATS2 is not set
3508+
CONFIG_CIFS_ALLOW_INSECURE_LEGACY=y
3509+
CONFIG_CIFS_UPCALL=y
3510+
CONFIG_CIFS_XATTR=y
3511+
CONFIG_CIFS_POSIX=y
3512+
# CONFIG_CIFS_DEBUG is not set
3513+
CONFIG_CIFS_DFS_UPCALL=y
3514+
# CONFIG_CIFS_SMB_DIRECT is not set
35073515
# CONFIG_SMB_SERVER is not set
35083516
# CONFIG_CODA_FS is not set
35093517
# CONFIG_AFS_FS is not set

0 commit comments

Comments
 (0)