On 4/15/24 5:19 AM, Ivan Orlov wrote:
> GCC 11.4.0 produces the following warning when compiling the kernel for
> UML architecture (with UML defconfig):
>
> arch/um/kernel/tlb.c:579:6: warning: no previous prototype for
> ‘flush_tlb_mm_range’ [-Wmissing-prototypes]
> 579 | void flush_tlb_mm_ran
GCC 11.4.0 produces the following warning when compiling the kernel for
UML architecture (with UML defconfig):
arch/um/kernel/tlb.c:579:6: warning: no previous prototype for
‘flush_tlb_mm_range’ [-Wmissing-prototypes]
579 | void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,)
Th