All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Thomas Gleixner <tglx@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev, Dmitry Ilvokhin <d@ilvokhin.com>
Subject: [tglx-devel:irq/proc 15/16] kernel/irq/settings.h:29:33: error: 'GOT_YOU_MORON' undeclared
Date: Sat, 16 May 2026 11:01:30 +0800	[thread overview]
Message-ID: <202605161015.UJCINv9s-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tglx/devel.git irq/proc
head:   5233c5982cba9a3a71013abef4ddce2835d3e493
commit: e58cc4735e7d227ad24307bbb3f9601ee67d44f5 [15/16] genirq/proc: Runtime size the chip name
config: openrisc-allnoconfig (https://download.01.org/0day-ci/archive/20260516/202605161015.UJCINv9s-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 15.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260516/202605161015.UJCINv9s-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605161015.UJCINv9s-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from kernel/irq/internals.h:78,
                    from kernel/irq/irqdomain.c:23:
   kernel/irq/irqdomain.c: In function 'irq_domain_disassociate':
>> kernel/irq/settings.h:29:33: error: 'GOT_YOU_MORON' undeclared (first use in this function)
      29 | #define IRQ_NOREQUEST           GOT_YOU_MORON
         |                                 ^~~~~~~~~~~~~
   kernel/irq/irqdomain.c:647:35: note: in expansion of macro 'IRQ_NOREQUEST'
     647 |         irq_set_status_flags(irq, IRQ_NOREQUEST);
         |                                   ^~~~~~~~~~~~~
   kernel/irq/settings.h:29:33: note: each undeclared identifier is reported only once for each function it appears in
      29 | #define IRQ_NOREQUEST           GOT_YOU_MORON
         |                                 ^~~~~~~~~~~~~
   kernel/irq/irqdomain.c:647:35: note: in expansion of macro 'IRQ_NOREQUEST'
     647 |         irq_set_status_flags(irq, IRQ_NOREQUEST);
         |                                   ^~~~~~~~~~~~~
   kernel/irq/irqdomain.c: In function 'irq_domain_associate_locked':
>> kernel/irq/settings.h:29:33: error: 'GOT_YOU_MORON' undeclared (first use in this function)
      29 | #define IRQ_NOREQUEST           GOT_YOU_MORON
         |                                 ^~~~~~~~~~~~~
   kernel/irq/irqdomain.c:707:38: note: in expansion of macro 'IRQ_NOREQUEST'
     707 |         irq_clear_status_flags(virq, IRQ_NOREQUEST);
         |                                      ^~~~~~~~~~~~~


vim +/GOT_YOU_MORON +29 kernel/irq/settings.h

009b4c3b8ad584 Thomas Gleixner 2011-02-07  24  
a005677b3dd05d Thomas Gleixner 2011-02-08  25  #define IRQ_PER_CPU		GOT_YOU_MORON
a005677b3dd05d Thomas Gleixner 2011-02-08  26  #define IRQ_NO_BALANCING	GOT_YOU_MORON
876dbd4cc1b35c Thomas Gleixner 2011-02-08  27  #define IRQ_LEVEL		GOT_YOU_MORON
1ccb4e612f68ce Thomas Gleixner 2011-02-09  28  #define IRQ_NOPROBE		GOT_YOU_MORON
1ccb4e612f68ce Thomas Gleixner 2011-02-09 @29  #define IRQ_NOREQUEST		GOT_YOU_MORON
7f1b1244e159a8 Paul Mundt      2011-04-07  30  #define IRQ_NOTHREAD		GOT_YOU_MORON
1ccb4e612f68ce Thomas Gleixner 2011-02-09  31  #define IRQ_NOAUTOEN		GOT_YOU_MORON
1ccb4e612f68ce Thomas Gleixner 2011-02-09  32  #define IRQ_NESTED_THREAD	GOT_YOU_MORON
31d9d9b6d83030 Marc Zyngier    2011-09-23  33  #define IRQ_PER_CPU_DEVID	GOT_YOU_MORON
b39898cd4077f4 Thomas Gleixner 2013-11-06  34  #define IRQ_IS_POLLED		GOT_YOU_MORON
e9849777d0e27c Thomas Gleixner 2015-10-09  35  #define IRQ_DISABLE_UNLAZY	GOT_YOU_MORON
83cfac95c01817 Marc Zyngier    2020-05-19  36  #define IRQ_HIDDEN		GOT_YOU_MORON
c2b1063e8feb21 Thomas Gleixner 2021-04-02  37  #define IRQ_NO_DEBUG		GOT_YOU_MORON
37f8fe5168e28a Thomas Gleixner 2026-04-01  38  #define IRQ_RESERVED		GOT_YOU_MORON
a005677b3dd05d Thomas Gleixner 2011-02-08  39  #undef IRQF_MODIFY_MASK
a005677b3dd05d Thomas Gleixner 2011-02-08  40  #define IRQF_MODIFY_MASK	GOT_YOU_MORON
a005677b3dd05d Thomas Gleixner 2011-02-08  41  

:::::: The code at line 29 was first introduced by commit
:::::: 1ccb4e612f68ceefb888c2c6c1def6294ea8666d genirq: Wrap the remaning IRQ_* flags

:::::: TO: Thomas Gleixner <tglx@linutronix.de>
:::::: CC: Thomas Gleixner <tglx@linutronix.de>

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

             reply	other threads:[~2026-05-16  3:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-16  3:01 kernel test robot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-05-16  5:29 [tglx-devel:irq/proc 15/16] kernel/irq/settings.h:29:33: error: 'GOT_YOU_MORON' undeclared kernel 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=202605161015.UJCINv9s-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=d@ilvokhin.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=tglx@kernel.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.