Hi all, In the openSUSE 13.1 kernel, all x86_64 kernel flavors had CONFIG_STRICT_DEVMEM disabled, except ec2 which had this option enabled. In the openSUSE 13.2 kernel (as well as the master and openSUSE-42.1 branches), all kernel flavors have CONFIG_STRICT_DEVMEM enabled, except x86_64/ec2 which has this option disabled (commit 0e71aa40.) In between, it had been disabled a first time (commit 8673f3f8) then re-enabled (commit a0984ed7.) The commit messages typically say "Update config files" without further detail so at this point I have no reason to believe that there is any intent or rationale behind the different setting for the ec2 kernel flavor. Thus I would like to align the ec2 setting with all other kernels, if there are no objections. * * * * * From: Jean Delvare <jdelvare@suse.de> Subject: config/x86_64/ec2: Align CONFIG_STRICT_DEVMEM CONFIG_STRICT_DEVMEM is enabled in every other kernel flavor, so enable it for x86_64/ec2 as well. --- config/x86_64/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/config/x86_64/ec2 +++ b/config/x86_64/ec2 @@ -2253,7 +2253,7 @@ CONFIG_ASYNC_RAID6_TEST=m # CONFIG_TEST_FIRMWARE is not set # CONFIG_TEST_UDELAY is not set # CONFIG_SAMPLES is not set -# CONFIG_STRICT_DEVMEM is not set +CONFIG_STRICT_DEVMEM=y # CONFIG_X86_PTDUMP is not set CONFIG_DEBUG_RODATA=y # CONFIG_DEBUG_RODATA_TEST is not set -- Jean Delvare SUSE L3 Support -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org