On Mon, Oct 14, 2024 at 04:46:18PM +0200, David Hildenbrand wrote: > virtio-mem currently depends on !DEVMEM | STRICT_DEVMEM. Let's default > STRICT_DEVMEM to "y" just like we do for arm64 and x86. > > There could be ways in the future to filter access to virtio-mem device > memory even without STRICT_DEVMEM, but for now let's just keep it > simple. > > Tested-by: Mario Casquero <mcasquer@xxxxxxxxxx> > Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> > --- > lib/Kconfig.debug | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>