All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 2/3] arm: introduce IRQ stacks
@ 2020-10-08 13:04 kernel test robot
  0 siblings, 0 replies; 29+ messages in thread
From: kernel test robot @ 2020-10-08 13:04 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 1946 bytes --]

CC: kbuild-all(a)lists.01.org
In-Reply-To: <1602141333-17822-3-git-send-email-maninder1.s@samsung.com>
References: <1602141333-17822-3-git-send-email-maninder1.s@samsung.com>
TO: Maninder Singh <maninder1.s@samsung.com>
TO: linux(a)armlinux.org.uk
TO: ndesaulniers(a)google.com
TO: caij2003(a)gmail.com
TO: tglx(a)linutronix.de
TO: bigeasy(a)linutronix.de
TO: maz(a)kernel.org
TO: valentin.schneider(a)arm.com
TO: vincent.whitchurch(a)axis.com
TO: nhuck(a)google.com
TO: akpm(a)linux-foundation.org

Hi Maninder,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on arm/for-next]
[also build test WARNING on linus/master v5.9-rc8 next-20201008]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]

url:    https://github.com/0day-ci/linux/commits/Maninder-Singh/IRQ-stack-support-for-ARM/20201008-151928
base:   git://git.armlinux.org.uk/~rmk/linux-arm.git for-next
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours ago
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


vim +53 arch/arm/kernel/irq.c

b503b88302e9143 Maninder Singh 2020-10-08  49  
b503b88302e9143 Maninder Singh 2020-10-08  50  /*
b503b88302e9143 Maninder Singh 2020-10-08  51   * irq_stack must be IRQ_STACK_SIZE(THREAD_SIZE) aligned,
b503b88302e9143 Maninder Singh 2020-10-08  52   */
b503b88302e9143 Maninder Singh 2020-10-08 @53  DEFINE_PER_CPU(unsigned long [IRQ_STACK_SIZE/sizeof(long)], irq_stack) __aligned(IRQ_STACK_SIZE);
b503b88302e9143 Maninder Singh 2020-10-08  54  #endif
b503b88302e9143 Maninder Singh 2020-10-08  55  

---
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] 29+ messages in thread
[parent not found: <CGME20201008071639epcas5p465f13d992a25936ba63436baf1fb6f83@epcas5p4.samsung.com>]

end of thread, other threads:[~2020-11-11  6:57 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-08 13:04 [PATCH 2/3] arm: introduce IRQ stacks kernel test robot
     [not found] <CGME20201008071639epcas5p465f13d992a25936ba63436baf1fb6f83@epcas5p4.samsung.com>
2020-10-08  7:15 ` [PATCH 0/3] IRQ stack support for ARM Maninder Singh
2020-10-08  7:15   ` [PATCH 2/3] arm: introduce IRQ stacks Maninder Singh
2020-10-08  7:15     ` Maninder Singh
     [not found]     ` <CAK8P3a2RYeNiTy9QmwFVKtFifXxWc9XfAT6ThPoSH9wGYsKGpA@mail.gmail.com>
2020-10-21 12:42       ` Arnd Bergmann
2020-10-21 12:42         ` Arnd Bergmann
2020-10-21 12:45         ` Russell King - ARM Linux admin
2020-10-21 12:45           ` Russell King - ARM Linux admin
2020-10-21 12:55           ` Arnd Bergmann
2020-10-21 12:55             ` Arnd Bergmann
2020-10-21 12:57           ` Russell King - ARM Linux admin
2020-10-21 12:57             ` Russell King - ARM Linux admin
2020-10-21 13:46             ` Vaneet Narang
2020-10-21 13:46               ` Vaneet Narang
2020-10-21 15:59             ` Arnd Bergmann
2020-10-21 15:59               ` Arnd Bergmann
2020-11-09 14:45               ` Tony Lindgren
2020-11-09 14:45                 ` Tony Lindgren
2020-11-09 19:10                 ` Arnd Bergmann
2020-11-09 19:10                   ` Arnd Bergmann
2020-11-10  9:19                   ` Tony Lindgren
2020-11-10  9:19                     ` Tony Lindgren
2020-11-10 10:04                     ` Arnd Bergmann
2020-11-10 10:04                       ` Arnd Bergmann
2020-11-10 12:04                       ` Tony Lindgren
2020-11-10 12:04                         ` Tony Lindgren
2020-11-10 13:35                         ` Arnd Bergmann
2020-11-10 13:35                           ` Arnd Bergmann
2020-11-11  6:56                           ` Tony Lindgren
2020-11-11  6:56                             ` Tony Lindgren

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.