Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753553AbeAFBfk (ORCPT + 1 other); Fri, 5 Jan 2018 20:35:40 -0500 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35959 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752899AbeAFBfi (ORCPT ); Fri, 5 Jan 2018 20:35:38 -0500 X-Google-Smtp-Source: ACJfBovW4dxsZzu29pkO2lNvMJNPgDwGrdW5tAfiMzhJcLoDv3r8mwwcOSj8ZX6zZ6zWmsQP9K2Irw== Subject: Re: [PATCH 4.4 00/37] 4.4.110-stable review To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org References: <20180103195056.837404126@linuxfoundation.org> <20180105175616.GA928@roeck-us.net> <20180105205445.GB9785@kroah.com> From: Guenter Roeck Message-ID: Date: Fri, 5 Jan 2018 17:35:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180105205445.GB9785@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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