On Tue, Mar 21, 2017 at 1:34 AM, Ingo Molnar <mi...@kernel.org> wrote: > > * tip-bot for Kyle Huey <tip...@zytor.com> wrote: > >> Commit-ID: e9ea1e7f53b852147cbd568b0568c7ad97ec21a3 >> Gitweb: >> http://git.kernel.org/tip/e9ea1e7f53b852147cbd568b0568c7ad97ec21a3 >> Author: Kyle Huey <m...@kylehuey.com> >> AuthorDate: Mon, 20 Mar 2017 01:16:26 -0700 >> Committer: Thomas Gleixner <t...@linutronix.de> >> CommitDate: Mon, 20 Mar 2017 16:10:34 +0100 >> >> x86/arch_prctl: Add ARCH_[GET|SET]_CPUID > > Note that this series broke the UML build: > > /home/mingo/tip/arch/x86/um/syscalls_64.c:15:6: error: conflicting types > for ‘arch_prctl’ > ... > > etc. > > Thanks, > > Ingo
Yes, I sent another patch ("um: fix build error due to typo") yesterday and tglx applied it to x86/process. - Kyle