Advertisement
masha11

Untitled

Feb 21st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. PLATFORM_SDK ubuntu@ubuntu:~/mer/android/droid$ hybris/mer-kernel-check/mer_verify_kernel_config kernel/motorola/msm8996/arch/arm64/configs/griffin_sf_defconfig
  2. WARNING: CONFIG_AUDIT is invalid
  3. Value is: y
  4. Allowed values : n, !
  5. Comment says: This will disable SELinux! That's ok, because hybris adaptations must not have SELinux, but if your device needs its support in kernel, set AUDIT=y and SELINUX_BOOTPARAM=y. Then disable them via kernel cmdline: audit=0 selinux=0. You can also leave audit enabled, if you don't plan to use systemd's containers: http://cgit.freedesktop.org/systemd/systemd/commit/README?id=77b6e19458f37cfde127ec6aa9494c0ac45ad890
  6.  
  7. WARNING: CONFIG_ANDROID_LOW_MEMORY_KILLER is invalid
  8. It is unset
  9. Allowed values : y, !
  10. Comment says: Helping memory handling at least with Android runtime (tested on Jolla C)
  11.  
  12. WARNING: CONFIG_CGROUP_MEM_RES_CTLR is invalid
  13. It is unset
  14. Allowed values : y, !
  15. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, ignore if kernel version >= 3.10
  16.  
  17. WARNING: CONFIG_RTC_DRV_CMOS is invalid
  18. It is unset
  19. Allowed values : y, !
  20. Comment says: optional, but highly recommended
  21.  
  22. WARNING: CONFIG_NETPRIO_CGROUP is invalid
  23. It is unset
  24. Allowed values : y, !
  25. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html
  26.  
  27. WARNING: CONFIG_CGROUP_MEM_RES_CTLR_SWAP is invalid
  28. It is unset
  29. Allowed values : y, !
  30. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, ignore if kernel version >= 3.10
  31.  
  32. WARNING: CONFIG_CGROUP_MEM_RES_CTLR_KMEM is invalid
  33. It is unset
  34. Allowed values : y, !
  35. Comment says: systemd (optional): http://0pointer.de/blog/projects/cgroups-vs-cgroups.html, ignore if kernel version >= 3.10
  36.  
  37. WARNING: CONFIG_LBDAF is invalid
  38. It is unset
  39. Allowed values : y, !
  40. Comment says: ext4 filesystem requires this in order to support filesysetms with huge_file feature, which is enabled by default by mke2fs.ext4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement