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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201612211448.w5NL690i%fengguang.wu@intel.com>
Date:   Wed, 21 Dec 2016 15:09:17 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Sven Schmidt <4sschmid@...ormatik.uni-hamburg.de>
Cc:     kbuild-all@...org, akpm@...ux-foundation.org, bongkyu.kim@....com,
        sergey.senozhatsky@...il.com, gregkh@...uxfoundation.org,
        linux-kernel@...r.kernel.org,
        Sven Schmidt <4sschmid@...ormatik.uni-hamburg.de>
Subject: Re: [PATCH 3/3] lib: Update LZ4 compressor module based on LZ4
 v1.7.2.

Hi Sven,

[auto build test ERROR on linus/master]
[also build test ERROR on next-20161221]
[cannot apply to v4.9]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Sven-Schmidt/Update-LZ4-compressor-module/20161221-130109
config: x86_64-randconfig-r0-12211341 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   In file included from /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h:11:0,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4defs.h:60,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4_decompress.c:36,
                    from arch/x86/boot/compressed/../../../../lib/decompress_unlz4.c:13,
                    from arch/x86/boot/compressed/misc.c:75:
>> /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint-gcc.h:43:24: error: conflicting types for 'int64_t'
    typedef __INT64_TYPE__ int64_t;
                           ^~~~~~~
   In file included from include/uapi/linux/screen_info.h:4:0,
                    from include/linux/screen_info.h:4,
                    from arch/x86/boot/compressed/misc.h:15,
                    from arch/x86/boot/compressed/misc.c:14:
   include/linux/types.h:113:17: note: previous declaration of 'int64_t' was here
    typedef  __s64  int64_t;
                    ^~~~~~~
   In file included from /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint.h:11:0,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4defs.h:60,
                    from arch/x86/boot/compressed/../../../../lib/lz4/lz4_decompress.c:36,
                    from arch/x86/boot/compressed/../../../../lib/decompress_unlz4.c:13,
                    from arch/x86/boot/compressed/misc.c:75:
>> /usr/lib/gcc/x86_64-linux-gnu/6/include/stdint-gcc.h:55:25: error: conflicting types for 'uint64_t'
    typedef __UINT64_TYPE__ uint64_t;
                            ^~~~~~~~
   In file included from include/uapi/linux/screen_info.h:4:0,
                    from include/linux/screen_info.h:4,
                    from arch/x86/boot/compressed/misc.h:15,
                    from arch/x86/boot/compressed/misc.c:14:
   include/linux/types.h:111:17: note: previous declaration of 'uint64_t' was here
    typedef  __u64  uint64_t;
                    ^~~~~~~~

---
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" (21153 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ