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] [day] [month] [year] [list]
Message-ID: <20190922075616.GJ13569@xsang-OptiPlex-9020>
Date:   Sun, 22 Sep 2019 15:56:16 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Eugene Syromiatnikov <esyr@...hat.com>
Cc:     kbuild-all@...org, John Stultz <john.stultz@...aro.org>,
        Thomas Gleixner <tglx@...utronix.de>,
        Stephen Boyd <sboyd@...nel.org>,
        Frederic Weisbecker <frederic@...nel.org>,
        Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
        "Eric W. Biederman" <ebiederm@...ssion.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] uapi, posix-timers: provide clockid-related macros and
 functions to UAPI

Hi Eugene,

Thank you for the patch! Yet something to improve:

[auto build test ERROR on linus/master]
[cannot apply to v5.3 next-20190920]
[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/Eugene-Syromiatnikov/uapi-posix-timers-provide-clockid-related-macros-and-functions-to-UAPI/20190921-051356
config: i386-randconfig-a003-201937 (attached as .config)
compiler: gcc-7 (Debian 7.4.0-13) 7.4.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours ago

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

All errors (new ones prefixed by >>):

   In file included from ./usr/include/linux/timex.h:56:0,
                    from <command-line>:32:
>> ./usr/include/linux/time.h:98:19: error: unknown type name 'clockid_t'
    static __inline__ clockid_t make_process_cpuclock(const unsigned int pid,
                      ^~~~~~~~~
   ./usr/include/linux/time.h:99:9: error: unknown type name 'clockid_t'
      const clockid_t clock)
            ^~~~~~~~~
   ./usr/include/linux/time.h:103:19: error: unknown type name 'clockid_t'
    static __inline__ clockid_t make_thread_cpuclock(const unsigned int tid,
                      ^~~~~~~~~
   ./usr/include/linux/time.h:104:9: error: unknown type name 'clockid_t'
      const clockid_t clock)
            ^~~~~~~~~
   ./usr/include/linux/time.h:109:19: error: unknown type name 'clockid_t'
    static __inline__ clockid_t fd_to_clockid(const int fd)
                      ^~~~~~~~~
   ./usr/include/linux/time.h:114:43: error: unknown type name 'clockid_t'
    static __inline__ int clockid_to_fd(const clockid_t clk)
                                              ^~~~~~~~~

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ