Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require CONFIG_MEMCG_V1 #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions mer_verify_kernel_config
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,10 @@ CONFIG_L2TP_IP y,m,! # Support for L2TP-over-IP socket family. Enables L2TPIP
CONFIG_LBDAF y,! # ext4 filesystem requires this in order to support filesysetms with huge_file feature, which is enabled by default by mke2fs.ext4, not needed for 64bit architectures
CONFIG_LOCKD_V4 y,! # optional, for NFS support
CONFIG_LOCKD y,m,! # optional, for NFS support
CONFIG_MEMCG_KMEM y,!,>=3.6 # systemd (optional, but recommended): https://github.com/systemd/systemd/blob/v238/README, only valid if kernel version >= 3.6
CONFIG_MEMCG_SWAP y,!,>=3.6 # systemd (optional, but recommended): https://github.com/systemd/systemd/blob/v238/README, only valid if kernel version >= 3.6
CONFIG_MEMCG_KMEM y,!,>=3.6,<=6.10 # systemd (optional, but recommended): https://github.com/systemd/systemd/blob/v238/README, only valid if kernel version >= 3.6 and removed in 6.11
CONFIG_MEMCG_SWAP y,!,>=3.6,<=6.0 # systemd (optional, but recommended): https://github.com/systemd/systemd/blob/v238/README, only valid if kernel version >= 3.6 and removed in 6.1
CONFIG_MEMCG y,!,>=3.6 # systemd (optional, but recommended): https://github.com/systemd/systemd/blob/v238/README, only valid if version >= 3.6
CONFIG_MEMCG_V1 y,!,>=6.11 # systemd-tmpfiles required for jolla systemd-tmpfiles configuration. memcg_v1 is deprecated from kernel 6.11 onward and this enables it again
CONFIG_MODULES y,! # optional, required for module support (Such as WLAN for example)
CONFIG_NAMESPACES y # Namespacing is needed by firejail
CONFIG_NET_CLS_CGROUP y,! # systemd (optional): https://github.com/systemd/systemd/blob/v238/README
Expand Down