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]
Message-ID: <e10af318-f39a-9bf2-ad3f-f7c9b3acef84@intel.com>
Date:   Tue, 7 Jun 2022 09:23:25 +0800
From:   kernel test robot <yujie.liu@...el.com>
To:     Linus Walleij <linus.walleij@...aro.org>
CC:     <kbuild-all@...ts.01.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [arm-integrator:kernel-in-vmalloc-v5.18-rc1 26/34]
 arch/mips/include/asm/page.h: asm/io.h is included more than once.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git kernel-in-vmalloc-v5.18-rc1
head:   1aafd4ba7b78b4ac0013a48a35252654852cb7ab
commit: 528ddc725d2f4c648357c9323487fb3f9a639cb6 [26/34] MIPS: Make virt_to_pfn() a static inline
compiler: gcc-11 (Debian 11.3.0-1) 11.3.0

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <yujie.liu@...el.com>


includecheck warnings: (new ones prefixed by >>)
 >> arch/mips/include/asm/page.h: asm/io.h is included more than once.

^1da177e4c3f4 include/asm-mips/page.h      (Linus Torvalds     2005-04-16 15:20:36 -0700  12) #include <spaces.h>
99502d94c3649 arch/mips/include/asm/page.h (Nelson Elhage      2009-07-31 16:58:17 -0400  13) #include <linux/const.h>
75b5b5e0a2627 arch/mips/include/asm/page.h (Leonid Yegoshin    2013-11-14 16:12:31 +0000  14) #include <linux/kernel.h>
75b5b5e0a2627 arch/mips/include/asm/page.h (Leonid Yegoshin    2013-11-14 16:12:31 +0000  15) #include <asm/mipsregs.h>
528ddc725d2f4 arch/mips/include/asm/page.h (Linus Walleij      2022-06-02 09:59:18 +0200 @16) #include <asm/io.h>
...
0d8d83d0447de arch/mips/include/asm/page.h (Paul Burton        2016-08-02 11:40:57 +0100 199) #define __pa(x)           ___pa((unsigned long)(x))
6f284a2ce7b8b include/asm-mips/page.h      (Franck Bui-Huu     2007-01-10 09:44:05 +0100 200) #define __va(x)           ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
49c426ba445f8 arch/mips/include/asm/page.h (David Daney        2013-05-07 17:11:16 +0000@201) #include <asm/io.h>
5707bf6bcecd8 arch/mips/include/asm/page.h (Ralf Baechle       2010-08-17 16:01:59 +0100 202)

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ