Skip to content

Enable new useful kernel configs in next release cycle #47

@edubart

Description

@edubart

Context

There are some kernel configs that might enable cool use cases, we should try to enable them on next Kernel release cycle:

  • DAX (Direct Access), it's a way to have more efficient filesystems that bypass kernel page cache.
  • ERORFS (Enhanced Read-Only File System), it's a more efficient compressed read-only filesystem.
  • CRIU (Checkpoint and Restore in Userspace), enables checkpoint/restore of Linux processes.
  • FUSE (Filesystem in Userspace), allows to mount filesystems as an user.
  • Verify configs needed to really boot Ubuntu and other major Linux distributions
  • Verify configs needed to use LinuxKit

Possible solutions

Check which kernel config options are needed, test each functionality.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions