All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: afzal mohammed <afzal.mohd.ma@gmail.com>
Cc: kbuild-all@lists.01.org, linux-mips@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	afzal mohammed <afzal.mohd.ma@gmail.com>,
	Ralf Baechle <ralf@linux-mips.org>,
	Paul Burton <paulburton@kernel.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Maciej W. Rozycki" <macro@linux-mips.org>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	Keguang Zhang <keguang.zhang@gmail.com>,
	Huacai Chen <chenhc@lemote.com>, John Crispin <john@phrozen.org>
Subject: Re: [PATCH v3] MIPS: Replace setup_irq() by request_irq()
Date: Thu, 5 Mar 2020 04:38:41 +0800	[thread overview]
Message-ID: <202003050401.dhTosR9T%lkp@intel.com> (raw)
In-Reply-To: <20200304005549.5832-1-afzal.mohd.ma@gmail.com>

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

Hi afzal,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linux/master]
[also build test ERROR on arm-soc/for-next linus/master v5.6-rc4 next-20200304]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/afzal-mohammed/MIPS-Replace-setup_irq-by-request_irq/20200304-150513
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git f5ae2ea6347a308cfe91f53b53682ce635497d0d
config: mips-rm200_defconfig (attached as .config)
compiler: mipsel-linux-gcc (GCC) 5.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=5.5.0 make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

   In file included from arch/mips/sni/reset.c:11:0:
>> arch/mips/include/asm/sni.h:242:8: error: unknown type name 'irqreturn_t'
    extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);
           ^
--
   arch/mips/sni/time.c: In function 'sni_a20r_timer_setup':
>> arch/mips/sni/time.c:65:30: error: 'a20r_irqaction' undeclared (first use in this function)
     struct irqaction *action = &a20r_irqaction;
                                 ^
   arch/mips/sni/time.c:65:30: note: each undeclared identifier is reported only once for each function it appears in

vim +/irqreturn_t +242 arch/mips/include/asm/sni.h

   239	
   240	/* common irq stuff */
   241	extern void (*sni_hwint)(void);
 > 242	extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);
   243	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 18581 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: afzal mohammed <afzal.mohd.ma@gmail.com>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
	kbuild-all@lists.01.org, Paul Burton <paulburton@kernel.org>,
	Keguang Zhang <keguang.zhang@gmail.com>,
	linux-mips@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
	linux-kernel@vger.kernel.org,
	Florian Fainelli <f.fainelli@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	"Maciej W. Rozycki" <macro@linux-mips.org>,
	John Crispin <john@phrozen.org>, Huacai Chen <chenhc@lemote.com>,
	afzal mohammed <afzal.mohd.ma@gmail.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3] MIPS: Replace setup_irq() by request_irq()
Date: Thu, 5 Mar 2020 04:38:41 +0800	[thread overview]
Message-ID: <202003050401.dhTosR9T%lkp@intel.com> (raw)
In-Reply-To: <20200304005549.5832-1-afzal.mohd.ma@gmail.com>

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

Hi afzal,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linux/master]
[also build test ERROR on arm-soc/for-next linus/master v5.6-rc4 next-20200304]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/afzal-mohammed/MIPS-Replace-setup_irq-by-request_irq/20200304-150513
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git f5ae2ea6347a308cfe91f53b53682ce635497d0d
config: mips-rm200_defconfig (attached as .config)
compiler: mipsel-linux-gcc (GCC) 5.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=5.5.0 make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

   In file included from arch/mips/sni/reset.c:11:0:
>> arch/mips/include/asm/sni.h:242:8: error: unknown type name 'irqreturn_t'
    extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);
           ^
--
   arch/mips/sni/time.c: In function 'sni_a20r_timer_setup':
>> arch/mips/sni/time.c:65:30: error: 'a20r_irqaction' undeclared (first use in this function)
     struct irqaction *action = &a20r_irqaction;
                                 ^
   arch/mips/sni/time.c:65:30: note: each undeclared identifier is reported only once for each function it appears in

vim +/irqreturn_t +242 arch/mips/include/asm/sni.h

   239	
   240	/* common irq stuff */
   241	extern void (*sni_hwint)(void);
 > 242	extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);
   243	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 18581 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v3] MIPS: Replace setup_irq() by request_irq()
Date: Thu, 05 Mar 2020 04:38:41 +0800	[thread overview]
Message-ID: <202003050401.dhTosR9T%lkp@intel.com> (raw)
In-Reply-To: <20200304005549.5832-1-afzal.mohd.ma@gmail.com>

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

Hi afzal,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linux/master]
[also build test ERROR on arm-soc/for-next linus/master v5.6-rc4 next-20200304]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/afzal-mohammed/MIPS-Replace-setup_irq-by-request_irq/20200304-150513
base:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git f5ae2ea6347a308cfe91f53b53682ce635497d0d
config: mips-rm200_defconfig (attached as .config)
compiler: mipsel-linux-gcc (GCC) 5.5.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=5.5.0 make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

   In file included from arch/mips/sni/reset.c:11:0:
>> arch/mips/include/asm/sni.h:242:8: error: unknown type name 'irqreturn_t'
    extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);
           ^
--
   arch/mips/sni/time.c: In function 'sni_a20r_timer_setup':
>> arch/mips/sni/time.c:65:30: error: 'a20r_irqaction' undeclared (first use in this function)
     struct irqaction *action = &a20r_irqaction;
                                 ^
   arch/mips/sni/time.c:65:30: note: each undeclared identifier is reported only once for each function it appears in

vim +/irqreturn_t +242 arch/mips/include/asm/sni.h

   239	
   240	/* common irq stuff */
   241	extern void (*sni_hwint)(void);
 > 242	extern irqreturn_t sni_isa_irq_handler(int dummy, void *p);
   243	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 18581 bytes --]

  parent reply	other threads:[~2020-03-04 20:39 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-04  0:55 [PATCH v3] MIPS: Replace setup_irq() by request_irq() afzal mohammed
2020-03-04  0:55 ` afzal mohammed
2020-03-04 20:31 ` Thomas Bogendoerfer
2020-03-04 20:31   ` Thomas Bogendoerfer
2020-03-05 11:57   ` [PATCH v4] " afzal mohammed
2020-03-05 11:57     ` afzal mohammed
2020-03-06 12:47     ` Thomas Bogendoerfer
2020-03-06 12:47       ` Thomas Bogendoerfer
2020-03-11  5:31     ` Nathan Chancellor
2020-03-11  5:31       ` Nathan Chancellor
2020-03-11  7:56       ` afzal mohammed
2020-03-11  7:56         ` afzal mohammed
2020-03-11  9:03       ` afzal mohammed
2020-03-11  9:03         ` afzal mohammed
2020-03-11 10:42         ` Thomas Bogendoerfer
2020-03-11 10:42           ` Thomas Bogendoerfer
2020-03-11 13:12           ` afzal mohammed
2020-03-11 13:12             ` afzal mohammed
2020-03-11 16:03             ` Thomas Bogendoerfer
2020-03-11 16:03               ` Thomas Bogendoerfer
2020-03-11 16:32               ` afzal mohammed
2020-03-11 16:32                 ` afzal mohammed
2020-03-13 12:11                 ` afzal mohammed
2020-03-13 12:11                   ` afzal mohammed
2020-03-14  8:13                   ` [PATCH v2] MIPS: pass non-NULL dev_id on shared request_irq() afzal mohammed
2020-03-14  8:13                     ` afzal mohammed
2020-03-14 17:19                     ` Guenter Roeck
2020-03-14 17:19                       ` Guenter Roeck
2020-03-15  7:11                     ` Nathan Chancellor
2020-03-15  7:11                       ` Nathan Chancellor
2020-03-16 15:32                     ` Thomas Bogendoerfer
2020-03-16 15:32                       ` Thomas Bogendoerfer
2020-03-14  6:55                 ` [PATCH v4] MIPS: Replace setup_irq() by request_irq() afzal mohammed
2020-03-14  6:55                   ` afzal mohammed
2020-03-11 15:27           ` [PATCH] MIPS: pass non-NULL dev_id on shared request_irq() afzal mohammed
2020-03-11 15:27             ` afzal mohammed
2020-03-11 16:06           ` afzal mohammed
2020-03-11 16:06             ` afzal mohammed
2020-03-13 16:47     ` [PATCH v4] MIPS: Replace setup_irq() by request_irq() Guenter Roeck
2020-03-13 16:47       ` Guenter Roeck
2020-03-14  1:07       ` afzal mohammed
2020-03-14  1:07         ` afzal mohammed
2020-03-14  5:21         ` maobibo
2020-03-14  6:49           ` afzal mohammed
2020-03-14  6:49             ` afzal mohammed
2020-03-14 10:28         ` Guenter Roeck
2020-03-14 10:28           ` Guenter Roeck
2020-03-14 11:42           ` afzal mohammed
2020-03-14 11:42             ` afzal mohammed
2020-03-05 12:29   ` [PATCH v3] " afzal mohammed
2020-03-05 12:29     ` afzal mohammed
2020-03-05 12:42     ` afzal mohammed
2020-03-05 12:42       ` afzal mohammed
2020-03-04 20:38 ` kbuild test robot [this message]
2020-03-04 20:38   ` kbuild test robot
2020-03-04 20:38   ` kbuild test robot

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=202003050401.dhTosR9T%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=afzal.mohd.ma@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=chenhc@lemote.com \
    --cc=f.fainelli@gmail.com \
    --cc=jiaxun.yang@flygoat.com \
    --cc=john@phrozen.org \
    --cc=kbuild-all@lists.01.org \
    --cc=keguang.zhang@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=macro@linux-mips.org \
    --cc=paulburton@kernel.org \
    --cc=ralf@linux-mips.org \
    --cc=tsbogend@alpha.franken.de \
    /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.