* [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
@ 2021-06-16 7:34 ` kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-16 7:34 UTC (permalink / raw)
To: Nicholas Piggin
Cc: kbuild-all, Palmer Dabbelt, linux-kernel, Paul Mackerras,
Aneesh Kumar K.V, linuxppc-dev, Sandipan Das
tree: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next-test
head: 103bf32b0d2dd8b8a4d3d9ebdded5ba4e8263e6a
commit: 5592c877d21b6ca201aafca349663c5a41f134f0 [113/124] powerpc/64: move interrupt return asm to interrupt_64.S
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
includecheck warnings: (new ones prefixed by >>)
>> arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
@ 2021-06-16 7:34 ` kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-16 7:34 UTC (permalink / raw)
To: Nicholas Piggin
Cc: kbuild-all, linuxppc-dev, Michael Ellerman,
Benjamin Herrenschmidt, Paul Mackerras, Aneesh Kumar K.V,
Sandipan Das, Palmer Dabbelt, Christophe Leroy, linux-kernel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next-test
head: 103bf32b0d2dd8b8a4d3d9ebdded5ba4e8263e6a
commit: 5592c877d21b6ca201aafca349663c5a41f134f0 [113/124] powerpc/64: move interrupt return asm to interrupt_64.S
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
includecheck warnings: (new ones prefixed by >>)
>> arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
@ 2021-06-16 7:34 ` kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-16 7:34 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 714 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next-test
head: 103bf32b0d2dd8b8a4d3d9ebdded5ba4e8263e6a
commit: 5592c877d21b6ca201aafca349663c5a41f134f0 [113/124] powerpc/64: move interrupt return asm to interrupt_64.S
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
includecheck warnings: (new ones prefixed by >>)
>> arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion
2021-06-16 7:34 ` kernel test robot
(?)
@ 2021-06-16 7:35 ` kernel test robot
-1 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-16 7:35 UTC (permalink / raw)
To: Nicholas Piggin
Cc: kbuild-all, Palmer Dabbelt, linux-kernel, Paul Mackerras,
Aneesh Kumar K.V, linuxppc-dev, Sandipan Das
arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
interrupt_64.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/interrupt_64.S b/arch/powerpc/kernel/interrupt_64.S
index 83826775d239a..b201b1ef30d10 100644
--- a/arch/powerpc/kernel/interrupt_64.S
+++ b/arch/powerpc/kernel/interrupt_64.S
@@ -1,5 +1,4 @@
#include <asm/ppc_asm.h>
-#include <asm/head-64.h>
#include <asm/bug.h>
#include <asm/hw_irq.h>
#include <asm/tm.h>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion
@ 2021-06-16 7:35 ` kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-16 7:35 UTC (permalink / raw)
To: Nicholas Piggin
Cc: kbuild-all, linuxppc-dev, Michael Ellerman,
Benjamin Herrenschmidt, Paul Mackerras, Aneesh Kumar K.V,
Palmer Dabbelt, Sandipan Das, Christophe Leroy, linux-kernel
arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
interrupt_64.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/interrupt_64.S b/arch/powerpc/kernel/interrupt_64.S
index 83826775d239a..b201b1ef30d10 100644
--- a/arch/powerpc/kernel/interrupt_64.S
+++ b/arch/powerpc/kernel/interrupt_64.S
@@ -1,5 +1,4 @@
#include <asm/ppc_asm.h>
-#include <asm/head-64.h>
#include <asm/bug.h>
#include <asm/hw_irq.h>
#include <asm/tm.h>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion
@ 2021-06-16 7:35 ` kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-16 7:35 UTC (permalink / raw)
To: kbuild-all
[-- Attachment #1: Type: text/plain, Size: 639 bytes --]
arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
interrupt_64.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/interrupt_64.S b/arch/powerpc/kernel/interrupt_64.S
index 83826775d239a..b201b1ef30d10 100644
--- a/arch/powerpc/kernel/interrupt_64.S
+++ b/arch/powerpc/kernel/interrupt_64.S
@@ -1,5 +1,4 @@
#include <asm/ppc_asm.h>
-#include <asm/head-64.h>
#include <asm/bug.h>
#include <asm/hw_irq.h>
#include <asm/tm.h>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
@ 2021-06-15 17:25 kernel test robot
2021-06-15 17:25 ` [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion kernel test robot
0 siblings, 1 reply; 7+ messages in thread
From: kernel test robot @ 2021-06-15 17:25 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 1296 bytes --]
CC: kbuild-all(a)lists.01.org
CC: linuxppc-dev(a)lists.ozlabs.org
TO: Nicholas Piggin <npiggin@gmail.com>
CC: Michael Ellerman <mpe@ellerman.id.au>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
CC: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
CC: Sandipan Das <sandipan@linux.ibm.com>
CC: Palmer Dabbelt <palmerdabbelt@google.com>
CC: Christophe Leroy <christophe.leroy@csgroup.eu>
CC: linuxppc-dev(a)lists.ozlabs.org
CC: linux-kernel(a)vger.kernel.org
tree: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next-test
head: 103bf32b0d2dd8b8a4d3d9ebdded5ba4e8263e6a
commit: 5592c877d21b6ca201aafca349663c5a41f134f0 [113/124] powerpc/64: move interrupt return asm to interrupt_64.S
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
includecheck warnings: (new ones prefixed by >>)
>> arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion
2021-06-15 17:25 [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once kernel test robot
@ 2021-06-15 17:25 ` kernel test robot
0 siblings, 0 replies; 7+ messages in thread
From: kernel test robot @ 2021-06-15 17:25 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 1153 bytes --]
CC: kbuild-all(a)lists.01.org
CC: linuxppc-dev(a)lists.ozlabs.org
TO: Nicholas Piggin <npiggin@gmail.com>
CC: Michael Ellerman <mpe@ellerman.id.au>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Paul Mackerras <paulus@samba.org>
CC: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
CC: Palmer Dabbelt <palmerdabbelt@google.com>
CC: Sandipan Das <sandipan@linux.ibm.com>
CC: Christophe Leroy <christophe.leroy@csgroup.eu>
CC: linuxppc-dev(a)lists.ozlabs.org
CC: linux-kernel(a)vger.kernel.org
arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
interrupt_64.S | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/powerpc/kernel/interrupt_64.S b/arch/powerpc/kernel/interrupt_64.S
index 83826775d239a..b201b1ef30d10 100644
--- a/arch/powerpc/kernel/interrupt_64.S
+++ b/arch/powerpc/kernel/interrupt_64.S
@@ -1,5 +1,4 @@
#include <asm/ppc_asm.h>
-#include <asm/head-64.h>
#include <asm/bug.h>
#include <asm/hw_irq.h>
#include <asm/tm.h>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-06-16 7:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-16 7:34 [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once kernel test robot
2021-06-16 7:34 ` kernel test robot
2021-06-16 7:34 ` kernel test robot
2021-06-16 7:35 ` [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion kernel test robot
2021-06-16 7:35 ` kernel test robot
2021-06-16 7:35 ` kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2021-06-15 17:25 [powerpc:next-test 113/124] arch/powerpc/kernel/interrupt_64.S: asm/head-64.h is included more than once kernel test robot
2021-06-15 17:25 ` [RFC PATCH powerpc] powerpc/64: fix duplicated inclusion kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.