Re: [OS-BUILD PATCHv2] Turn CONFIG_DEVMEM back off for aarch64

2022-01-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408#note_802380446 With the new push, we end up with: kernel-aarch64-debug-rhel.config ``` CONFIG_DEVMEM=y # CONFIG_IO_STRICT_DEVMEM is not set # CONFIG_STRICT_DEVMEM is not set ``` kernel-aarch64-rh

[OS-BUILD PATCHv2] Turn CONFIG_DEVMEM back off for aarch64

2022-01-05 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Turn CONFIG_DEVMEM back off for aarch64 We have ended up with a config mismatch for the RHEL configs in a way that was unclear and untracked. CONFIG_STRICT_DEVMEM is enabled in configs/common/generic, but CONFIG_DEVMEM was disabled for aarch64 in RHEL (though not in Fedora