lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Thu, 14 Sep 2017 03:54:59 +0800
From:   kbuild test robot <fengguang.wu@...el.com>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     kbuild-all@...org, linux-kernel@...r.kernel.org, tipbuild@...or.com
Subject: [tip:WIP.x86/apic 12/54] kernel/irq/chip.c:293:10: error: too many
 arguments to function 'irq_domain_activate_irq'

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/apic
head:   ec83e24ccab662e9365a8e75c594b8fe28b258bb
commit: bf144b7b4566caa3f5f7005ae097ff6773281edb [12/54] genirq/irqdomain: Propagate early activation
config: i386-tinyconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout bf144b7b4566caa3f5f7005ae097ff6773281edb
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   kernel/irq/chip.c: In function 'irq_activate':
>> kernel/irq/chip.c:293:10: error: too many arguments to function 'irq_domain_activate_irq'
      return irq_domain_activate_irq(d, false);
             ^~~~~~~~~~~~~~~~~~~~~~~
   In file included from kernel/irq/chip.c:22:0:
   kernel/irq/internals.h:442:19: note: declared here
    static inline int irq_domain_activate_irq(struct irq_data *data)
                      ^~~~~~~~~~~~~~~~~~~~~~~

vim +/irq_domain_activate_irq +293 kernel/irq/chip.c

   287	
   288	int irq_activate(struct irq_desc *desc)
   289	{
   290		struct irq_data *d = irq_desc_get_irq_data(desc);
   291	
   292		if (!irqd_affinity_is_managed(d))
 > 293			return irq_domain_activate_irq(d, false);
   294		return 0;
   295	}
   296	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/gzip" (6682 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ