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: <YTu2mu6a4lkx92ee@kernel.org>
Date:   Fri, 10 Sep 2021 16:48:42 -0300
From:   Arnaldo Carvalho de Melo <acme@...nel.org>
To:     Kim Phillips <kim.phillips@....com>
Cc:     Arnaldo Carvalho de Melo <acme@...hat.com>,
        Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
        Boris Ostrovsky <boris.ostrovsky@...cle.com>,
        Ian Rogers <irogers@...gle.com>,
        Ingo Molnar <mingo@...hat.com>, Jiri Olsa <jolsa@...hat.com>,
        Joao Martins <joao.m.martins@...cle.com>,
        Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
        Mark Rutland <mark.rutland@....com>,
        Michael Petlan <mpetlan@...hat.com>,
        Namhyung Kim <namhyung@...nel.org>,
        Peter Zijlstra <peterz@...radead.org>,
        Robert Richter <robert.richter@....com>,
        Stephane Eranian <eranian@...gle.com>,
        linux-kernel@...r.kernel.org, linux-perf-users@...r.kernel.org
Subject: Another bug: Re: [PATCH 0/3] perf report: Add support to print a
 textual representation of IBS raw sample data


All the cross builds are failing:

  28     9.20 debian:experimental-x-arm64   : FAIL gcc version 10.2.1 20210110 (Debian 10.2.1-6)
    util/amd-sample-raw.c:12:10: fatal error: asm/amd-ibs.h: No such file or directory
       12 | #include <asm/amd-ibs.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
  29     7.29 debian:experimental-x-mips    : FAIL gcc version 10.2.1 20210110 (Debian 10.2.1-6)
    util/amd-sample-raw.c:12:10: fatal error: asm/amd-ibs.h: No such file or directory
       12 | #include <asm/amd-ibs.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
  30     8.50 debian:experimental-x-mips64  : FAIL gcc version 10.2.1 20210110 (Debian 10.2.1-6)
    util/amd-sample-raw.c:12:10: fatal error: asm/amd-ibs.h: No such file or directory
       12 | #include <asm/amd-ibs.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
  31     8.50 debian:experimental-x-mipsel  : FAIL gcc version 10.2.1 20210110 (Debian 10.2.1-6)
    util/amd-sample-raw.c:12:10: fatal error: asm/amd-ibs.h: No such file or directory
       12 | #include <asm/amd-ibs.h>
          |          ^~~~~~~~~~~~~~~
    compilation terminated.
  32    26.37 fedora:22                     : Ok   gcc (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6) , clang version 3.5.0 (tags/RELEASE_350/final)
  33    66.13 fedora:23                     : Ok   gcc (GCC) 5.3.1 20160406 (Red Hat 5.3.1-6) , clang version 3.7.0 (tags/RELEASE_370/final)
  34    79.47 fedora:24                     : Ok   gcc (GCC) 6.3.1 20161221 (Red Hat 6.3.1-1) , clang version 3.8.1 (tags/RELEASE_381/final)
  35     6.89 fedora:24-x-ARC-uClibc        : FAIL gcc version 7.1.1 20170710 (ARCompact ISA Linux uClibc toolchain 2017.09-rc2)
    util/amd-sample-raw.c:12:10: fatal error: asm/amd-ibs.h: No such file or directory
     #include <asm/amd-ibs.h>
              ^~~~~~~~~~~~~~~

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ