Re: [PATCH 11/13] powerpc: Implement architecture specific KMSAN interface

2023-12-14 Thread Christophe Leroy
Le 14/12/2023 à 06:55, Nicholas Miehlbradt a écrit : > arch_kmsan_get_meta_or_null finds the metadata addresses for addresses > in the ioremap region which is mapped separately on powerpc. > > kmsan_vir_addr_valid is the same as virt_addr_valid except excludes the > check that addr is less than

[PATCH 11/13] powerpc: Implement architecture specific KMSAN interface

2023-12-13 Thread Nicholas Miehlbradt
arch_kmsan_get_meta_or_null finds the metadata addresses for addresses in the ioremap region which is mapped separately on powerpc. kmsan_vir_addr_valid is the same as virt_addr_valid except excludes the check that addr is less than high_memory since this function can be called on addresses higher