]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390
authorDavid Hildenbrand <david@redhat.com>
Fri, 25 Oct 2024 14:14:50 +0000 (16:14 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Thu, 7 Nov 2024 09:26:24 +0000 (10:26 +0100)
commit2b37c814aab74130bcf2573a9dc1551301283cea
treef917b6a48a9f6509def7ff86c5ea5be67d727642
parent38968bcdcc1d46f2fdcd3a72599d5193bf8baf84
lib/Kconfig.debug: Default STRICT_DEVMEM to "y" on s390

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@redhat.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
Tested-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Link: https://lore.kernel.org/r/20241025141453.1210600-6-david@redhat.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
lib/Kconfig.debug