From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755561AbcFTPp1 (ORCPT ); Mon, 20 Jun 2016 11:45:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36443 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753170AbcFTPnz (ORCPT ); Mon, 20 Jun 2016 11:43:55 -0400 Date: Mon, 20 Jun 2016 08:43:54 -0700 From: Greg KH To: Hans de Bruin Cc: linux-kernel@vger.kernel.org, herbert@gondor.apana.org.au, fengguang.wu@intel.com, stable@vger.kernel, qat-linux@intel.com Subject: Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Message-ID: <20160620154354.GB28647@kroah.com> References: <20160608014348.GA23710@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 19, 2016 at 09:12:29AM +0200, Hans de Bruin wrote: > On 06/08/2016 03:43 AM, Greg KH wrote: > > I'm announcing the release of the 4.4.13 kernel. > > > > Hi, > > I tried to compile 4.4.13 using my 4.4.7 config file and ran in to this: > > LD init/built-in.o > drivers/built-in.o: In function `adf_register_ctl_device_driver': > adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' > adf_ctl_drv.c:(.init.text+0x14927): undefined reference to `adf_exit_pf_wq' > drivers/built-in.o: In function `adf_unregister_ctl_device_driver': > adf_ctl_drv.c:(.exit.text+0xacf): undefined reference to `adf_exit_pf_wq' > make[2]: *** [vmlinux] Error 1 > make[1]: *** [sub-make] Error 2 > make: *** [__sub-make] Error 2 > > > I have got some Google hits on this error referencing to higher kernel > versions but not on 4.4: > > LKML: Herbert Xu: Crypto Fixes for 4.6 > > LKML: Greg KH: Linux 4.5.5 I don't understand, what needs to be done in the 4.4-stable tree to resolve this? thanks, greg k-h