From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f180.google.com ([209.85.214.180]:39933 "EHLO mail-pl1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727853AbeILT6v (ORCPT ); Wed, 12 Sep 2018 15:58:51 -0400 Received: by mail-pl1-f180.google.com with SMTP id w14-v6so1099963plp.6 for ; Wed, 12 Sep 2018 07:53:59 -0700 (PDT) Date: Wed, 12 Sep 2018 07:53:56 -0700 From: Guenter Roeck To: stable@vger.kernel.org Cc: Greg Kroah-Hartman Subject: perf fails to build in v4.18.y.queue Message-ID: <20180912145356.GA763@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: Building x86_64:tools/perf ... failed -------------- Error log: tools/perf/util/python.c: In function ‘get_md’: tools/perf/util/python.c:987:9: error: ‘struct perf_mmap’ has no member named ‘cpu’ At top level: cc1: error: unrecognized command line option ‘-Wno-cast-function-type’ [-Werror] cc1: all warnings being treated as errors error: command 'gcc' failed with exit status 1 Guenter