Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1585525imm; Wed, 15 Aug 2018 22:05:52 -0700 (PDT) X-Google-Smtp-Source: AA+uWPzPP5yvngWJX/X5PTgSH8xaE7yQV/BxLA+5lHR/EcK4TsfERmFwnBekItYDrXXw+XG96jiP X-Received: by 2002:a63:c608:: with SMTP id w8-v6mr27538540pgg.16.1534395952163; Wed, 15 Aug 2018 22:05:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534395952; cv=none; d=google.com; s=arc-20160816; b=Ttkr4X9MY3Zf5Paz9R7qcEuh1G8R10H7xFmFaP5Mt/PB3fOx128Kq2CVQsNCFk50BU bStWadICdlzzgOBbv2wBx2iJq95iWNTjZeC4Hv13yKXOWGJue3gNMAi7pXbWgq/ZXqBp Trq/+KlLAHDZuxH39vxJFivvcZMXu0pVlWSu0rFvNfFONomK0xgSYOv5Mm2DZ9KQr7lN P5MgsVTH9T29EvmqwhSYAqukYJ0YbGQgkaKfangRwKPUsQ2uUJUqOyanFaPYQfdm3asA dDE9KuMeY8snTRFi0/HJ9I0IOR9A03MHwy7VnOGd8ZOE7ZHDie1JVHy21zz50DOdKzXJ Nn+A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=9gjq4CkfiGo2fR14iKSqEKvUKY47OsfWuqbqyH/Xvco=; b=bJ+DsZmzWAdv9uCXRq6x9/P9R9O4jmpZ8toucU1+3xhD3KQl/8262Q0PC9qEL3xy5N tAb+OZfop/DFjheVVfFNAN8i7b612zZSu9yZEc06KX7JqazYw4WoAlFQ9ZMzlzodprMF wz+n+E/OnDA4nTNzZ8BOSEjadxgr2RuYckaPjdytDTrKGvXWp8VoxAkpYTAMLqIRPxWi gmZwtHR7X62yxmoYtOm7FWWz8Zb+F8fPwTiYK0wCmQ0vHKJu0g8X6GyOkIuyXRHH99R3 0ot+2SmgPOqKw9djjWvwLPQ6XmAHU/uWQWo/Ur2ftVdUiBkgygFYs5wHa4SibOTsSYhu cW5g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g87-v6si27876348pfg.225.2018.08.15.22.05.37; Wed, 15 Aug 2018 22:05:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726392AbeHPEas (ORCPT + 99 others); Thu, 16 Aug 2018 00:30:48 -0400 Received: from ozlabs.org ([203.11.71.1]:40133 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725925AbeHPEas (ORCPT ); Thu, 16 Aug 2018 00:30:48 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41rTS752XTz9s8T; Thu, 16 Aug 2018 11:35:51 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , Jiri Olsa , Ingo Molnar , Peter Zijlstra , Namhyung Kim , David Ahern , Alexander Shishkin , linux-kernel@vger.kernel.org, alexander.kapshuk@gmail.com Subject: Re: [PATCH 1/2] perf tools: Make check-headers.sh check based on kernel dir In-Reply-To: <20180815150153.GB30887@kernel.org> References: <20180811083915.17471-1-alexander.kapshuk@gmail.com> <20180813111504.3568-1-jolsa@kernel.org> <87mutplnwk.fsf@concordia.ellerman.id.au> <20180814072726.GA13931@krava> <20180814180644.GA24338@kernel.org> <20180814231120.GB3180@krava> <87wossaqwn.fsf@concordia.ellerman.id.au> <20180815150153.GB30887@kernel.org> Date: Thu, 16 Aug 2018 11:35:51 +1000 Message-ID: <87tvnvaya0.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnaldo Carvalho de Melo writes: > Em Wed, Aug 15, 2018 at 08:02:48PM +1000, Michael Ellerman escreveu: >> Jiri Olsa writes: >> > On Tue, Aug 14, 2018 at 03:06:44PM -0300, Arnaldo Carvalho de Melo wrote: >> >> Em Tue, Aug 14, 2018 at 09:27:26AM +0200, Jiri Olsa escreveu: >> >> > sry.. Arnaldo, would you change it for simple cd (attached below) >> >> > or should I send the fix? > >> >> Nah, I'm folding this in, to keep it bisectable. > >> > any chance one of your docker tests could run build in sh/zsh? ;-) > > It does already, see below :-) > >> Just using an Ubuntu image, where /bin/sh == dash should work, that's >> how I hit it. > > So, I do the tests only prior to pushing to Ingo, so didn't catch this, > lemme check, put that change back on, start a ubuntu:18.04 perf build > container, try to build, see if it would fail, yeah, I'd have detected > this before pushing to Ingo, so probably I have to run the tests before > pushing to my acme/perf/core branch, will try to operate like that from > now on. Or you can tell me to test a different branch :) cheers