Re: [PATCH 4.4 00/37] 4.4.110-stable review

From: Guenter Roeck
Date: Fri Jan 05 2018 - 20:35:44 EST


On 01/05/2018 12:54 PM, Greg Kroah-Hartman wrote:
On Fri, Jan 05, 2018 at 09:56:16AM -0800, Guenter Roeck wrote:
On Wed, Jan 03, 2018 at 09:11:06PM +0100, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 4.4.110 release.
There are 37 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.

Responses should be made by Fri Jan 5 19:50:38 UTC 2018.
Anything received after that time might be too late.


Update: v4.4.110 final nosmp builds fail as follows:

------------
Error log:
arch/x86/entry/vdso/vma.c: In function âmap_vdsoâ:
arch/x86/entry/vdso/vma.c:173:9: error:
implicit declaration of function âpvclock_pvti_cpu0_vaâ

x86-64 or i386?
That should be a CONFIG_PARAVIRT_CLOCK issue, not a smp build issue,
have a .config I can try?


Here is an easier way to reproduce the problem: make allnoconfig ; make

Guenter