Files
Huacai Chen 32fc8cedcb LoongArch: Make KASAN work with 5-level page-tables
commit a410656643 upstream.

Make KASAN work with 5-level page-tables, including:
1. Implement and use __pgd_none() and kasan_p4d_offset().
2. As done in kasan_pmd_populate() and kasan_pte_populate(), restrict
   the loop conditions of kasan_p4d_populate() and kasan_pud_populate()
   to avoid unnecessary population.

Cc: stable@vger.kernel.org
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-22 15:38:35 +01:00
..
2024-06-12 11:12:32 +02:00
2022-10-12 16:36:20 +08:00
2024-06-12 11:12:32 +02:00