From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: Re: [PATCH 2/3] arm: introduce IRQ stacks
Date: Thu, 08 Oct 2020 21:04:43 +0800 [thread overview]
Message-ID: <202010082013.AkGAec5X-lkp@intel.com> (raw)
[-- 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
next reply other threads:[~2020-10-08 13:04 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-08 13:04 kernel test robot [this message]
[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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202010082013.AkGAec5X-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.