Re: [PATCH -next] powerpc/machdep: Remove duplicated include in svm.c
From: Christophe Leroy <hidden>
Date: 2024-11-07 11:33:21
Also in:
lkml
From: Christophe Leroy <hidden>
Date: 2024-11-07 11:33:21
Also in:
lkml
Le 07/11/2024 à 12:29, Michael Ellerman a écrit :
Yang Li [off-list ref] writes:quoted
The header files linux/mem_encrypt.h is included twice in svm.c, so one inclusion of each can be removed. Reported-by: Abaci Robot <redacted> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11750 Signed-off-by: Yang Li <redacted> --- arch/powerpc/platforms/pseries/svm.c | 1 - 1 file changed, 1 deletion(-)The two includes only appear in linux-next, and they both come from different trees. They are required in each tree to avoid breaking the build. So no one can merge this patch until the two trees are merged into mainline.
But can't those two trees coordinate the patches so that the include goes at the same place avoiding duplication at merge ? Christophe