Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created May 11, 2017 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/2dd3542018dab5f1816f85bca01afbd9 to your computer and use it in GitHub Desktop.
Save Nokius/2dd3542018dab5f1816f85bca01afbd9 to your computer and use it in GitHub Desktop.
[SFOS] porridge kernel-checker
diff --git a/mer_verify_kernel_config b/mer_verify_kernel_config
index 4fdd7e2..3199af3 100755
--- a/mer_verify_kernel_config
+++ b/mer_verify_kernel_config
@@ -141,14 +141,10 @@ CONFIG_CGROUPS y # systemd: http://cgit.freedesktop.org/systemd/systemd/
CONFIG_CGROUP_FREEZER y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_CGROUP_DEVICE y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_CGROUP_CPUACCT y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
-CONFIG_CGROUP_MEM_RES_CTLR y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
-CONFIG_CGROUP_MEM_RES_CTLR_SWAP y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
-CONFIG_CGROUP_MEM_RES_CTLR_KMEM y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_CGROUP_PERF y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_CGROUP_SCHED y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_BLK_CGROUP y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_NET_CLS_CGROUP y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
-CONFIG_NETPRIO_CGROUP y,! # systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
CONFIG_DEVTMPFS y # systemd: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=713bc0cfa477ca1df8769041cb3dbc83c10eace2
CONFIG_DUMMY n
CONFIG_FHANDLE y # systemd: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=001809282918f273d372f1ee09d10b783c18a474
@@ -165,7 +161,6 @@ CONFIG_UNIX y # UNIX sockets option is required to run Mer
CONFIG_SYSVIPC y # Inter Process Communication option is required to run Mer
CONFIG_EXT4_FS y,m,! # Mer uses ext4 as rootfs by default
CONFIG_FANOTIFY y,! # optional, required for systemd readahead.
-CONFIG_HOTPLUG y # systemd: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=713bc0cfa477ca1df8769041cb3dbc83c10eace2
CONFIG_INOTIFY_USER y # systemd: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=713bc0cfa477ca1df8769041cb3dbc83c10eace2
CONFIG_IPV6 y,m,! # systemd: http://cgit.freedesktop.org/systemd/systemd/tree/README#n37
CONFIG_RTC_DRV_CMOS y,! # optional, but highly recommended
@@ -189,5 +184,5 @@ CONFIG_CHECKPOINT_RESTORE y,! # rich-core-dumper (https://github.com/mer-tools/s
CONFIG_RD_GZIP y # Required by hybris-boot Android.mk
CONFIG_IKCONFIG_PROC y # Required by hybris-boot init-script
CONFIG_DEVTMPFS_MOUNT y # Required by hybris-boot init-script
-CONFIG_SECURITY_SELINUX_BOOTPARAM y # Required by Mer, currently SELINUX has to be disabled
+CONFIG_SECURITY_SELINUX_BOOTPARAM y,! # Required by Mer, currently SELINUX has to be disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment