[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171121133033.GI7918@kernel.org>
Date: Tue, 21 Nov 2017 10:30:33 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: Adrian Hunter <adrian.hunter@...el.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] perf intel-pt: Improve build messages for files that
differ from the kernel
Em Tue, Nov 21, 2017 at 09:41:11AM +0100, Ingo Molnar escreveu:
> Also, I'd suggest removing this from check-headers.sh:
>
> opts="--ignore-blank-lines --ignore-space-change"
>
> as the easiest policy is to just follow the upstream UAPI header version 100%.
> Pure space-only changes are comparatively rare.
> Signed-off-by: Ingo Molnar <mingo@...nel.org>
Thanks, applied.
- Arnaldo
>
> tools/perf/check-headers.sh | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
> index 77406d25e521..e66a8a7bcced 100755
> --- a/tools/perf/check-headers.sh
> +++ b/tools/perf/check-headers.sh
> @@ -45,7 +45,6 @@ include/uapi/asm-generic/mman-common.h
>
> check () {
> file=$1
> - opts="--ignore-blank-lines --ignore-space-change"
>
> shift
> while [ -n "$*" ]; do
Powered by blists - more mailing lists