Re: linux-next: Signed-off-by missing for commit in the tip tree

From: Arnaldo Carvalho de Melo
Date: Thu Dec 07 2017 - 06:27:26 EST


Em Thu, Dec 07, 2017 at 09:40:16AM +1100, Stephen Rothwell escreveu:
> Hi all,
>
> Commit
>
> 0b44cfb8e40f ("tools/headers: Synchronize kernel x86 UAPI headers")
>
> is missing a Signed-off-by from its committer.

oops, my bad :-\ I'll avoid this in the future with scripts before
pushing to Ingo.

- Arnaldo

commit 0b44cfb8e40f64cd72520be223414a7ef79c5d90
Author: Ingo Molnar <mingo@xxxxxxxxxx>
AuthorDate: Sat Nov 18 09:00:46 2017 +0100
Commit: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
CommitDate: Tue Nov 28 14:29:05 2017 -0300

tools/headers: Synchronize kernel x86 UAPI headers

Two x86 headers got modified in this merge window:

arch/x86/include/asm/cpufeatures.h
arch/x86/include/asm/disabled-features.h

To support x86 UMIP feature, to add new AVX instructions, plus
cleanups.

None of those changes have an effect on tooling, so do a plain copy.

Cc: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
Cc: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Jiri Olsa <jolsa@xxxxxxxxxx>
Cc: linux-kernel@xxxxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>