Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1425945 > unrolled thread
| Started by | Hans de Bruin <jmdebruin@xmsnet.nl> |
|---|---|
| First post | 2016-06-19 09:30 +0200 |
| Last post | 2016-06-23 04:40 +0200 |
| Articles | 8 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Hans de Bruin <jmdebruin@xmsnet.nl> - 2016-06-19 09:30 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Greg KH <gregkh@linuxfoundation.org> - 2016-06-20 17:50 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Randy Dunlap <rdunlap@infradead.org> - 2016-06-20 20:00 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Hans de Bruin <jmdebruin@xmsnet.nl> - 2016-06-22 13:00 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Randy Dunlap <rdunlap@infradead.org> - 2016-06-23 01:50 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Greg KH <gregkh@linuxfoundation.org> - 2016-06-23 02:40 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Randy Dunlap <rdunlap@infradead.org> - 2016-06-23 03:00 +0200
Re: adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) Greg KH <gregkh@linuxfoundation.org> - 2016-06-23 04:40 +0200
| From | Hans de Bruin <jmdebruin@xmsnet.nl> |
|---|---|
| Date | 2016-06-19 09:30 +0200 |
| Subject | adf_ctl_drv.c:(.init.text+0x14915): undefined reference to `adf_init_pf_wq' (was Linux 4.4.13) |
| Message-ID | <rLFl7-7xc-1@gated-at.bofh.it> |
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 -- Hans
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-06-20 17:50 +0200 |
| Message-ID | <rM9Cy-1EU-13@gated-at.bofh.it> |
| In reply to | #1425945 |
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
[toc] | [prev] | [next] | [standalone]
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2016-06-20 20:00 +0200 |
| Message-ID | <rMbEl-2RX-1@gated-at.bofh.it> |
| In reply to | #1426710 |
On 06/20/16 08:43, Greg KH wrote: > 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? Maybe some other DEV_QAT drivers need to add "select PCI_IOV". See commit 75910d375ecb2079b3418f8b304fd775916025e2 (sorry, I don't have the 4.4.x stable git tree [yet]). Hans, please send your failing .config file. -- ~Randy
[toc] | [prev] | [next] | [standalone]
| From | Hans de Bruin <jmdebruin@xmsnet.nl> |
|---|---|
| Date | 2016-06-22 13:00 +0200 |
| Message-ID | <rMO30-2iH-1@gated-at.bofh.it> |
| In reply to | #1426873 |
[Multipart message — attachments visible in raw view] — view raw
On 06/20/2016 07:17 PM, Randy Dunlap wrote: > On 06/20/16 08:43, Greg KH wrote: >> 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? > > Maybe some other DEV_QAT drivers need to add "select PCI_IOV". > > See commit 75910d375ecb2079b3418f8b304fd775916025e2 (sorry, I don't > have the 4.4.x stable git tree [yet]). > > Hans, please send your failing .config file. > Randy, Attached is the config from my running 4.4.7 kernel. -- Hans
[toc] | [prev] | [next] | [standalone]
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2016-06-23 01:50 +0200 |
| Message-ID | <rN04a-1LR-7@gated-at.bofh.it> |
| In reply to | #1428681 |
On 06/22/16 03:49, Hans de Bruin wrote: > On 06/20/2016 07:17 PM, Randy Dunlap wrote: >> On 06/20/16 08:43, Greg KH wrote: >>> 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? >> >> Maybe some other DEV_QAT drivers need to add "select PCI_IOV". >> >> See commit 75910d375ecb2079b3418f8b304fd775916025e2 (sorry, I don't >> have the 4.4.x stable git tree [yet]). >> >> Hans, please send your failing .config file. >> > > Randy, > > Attached is the config from my running 4.4.7 kernel. Thanks. I see that GregKH has released 4.4.14-stable for review and it contains a patch for this build error. -- ~Randy
[toc] | [prev] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-06-23 02:40 +0200 |
| Message-ID | <rN0Qx-2iS-3@gated-at.bofh.it> |
| In reply to | #1429347 |
On Wed, Jun 22, 2016 at 04:41:07PM -0700, Randy Dunlap wrote: > On 06/22/16 03:49, Hans de Bruin wrote: > > On 06/20/2016 07:17 PM, Randy Dunlap wrote: > >> On 06/20/16 08:43, Greg KH wrote: > >>> 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? > >> > >> Maybe some other DEV_QAT drivers need to add "select PCI_IOV". > >> > >> See commit 75910d375ecb2079b3418f8b304fd775916025e2 (sorry, I don't > >> have the 4.4.x stable git tree [yet]). > >> > >> Hans, please send your failing .config file. > >> > > > > Randy, > > > > Attached is the config from my running 4.4.7 kernel. > > Thanks. > > I see that GregKH has released 4.4.14-stable for review and it contains > a patch for this build error. I hope it does, verifying it would be great, if you can. thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Randy Dunlap <rdunlap@infradead.org> |
|---|---|
| Date | 2016-06-23 03:00 +0200 |
| Message-ID | <rN19U-2q7-1@gated-at.bofh.it> |
| In reply to | #1429364 |
On 06/22/16 17:37, Greg KH wrote: > On Wed, Jun 22, 2016 at 04:41:07PM -0700, Randy Dunlap wrote: >> On 06/22/16 03:49, Hans de Bruin wrote: >>> On 06/20/2016 07:17 PM, Randy Dunlap wrote: >>>> On 06/20/16 08:43, Greg KH wrote: >>>>> 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? >>>> >>>> Maybe some other DEV_QAT drivers need to add "select PCI_IOV". >>>> >>>> See commit 75910d375ecb2079b3418f8b304fd775916025e2 (sorry, I don't >>>> have the 4.4.x stable git tree [yet]). >>>> >>>> Hans, please send your failing .config file. >>>> >>> >>> Randy, >>> >>> Attached is the config from my running 4.4.7 kernel. >> >> Thanks. >> >> I see that GregKH has released 4.4.14-stable for review and it contains >> a patch for this build error. > > I hope it does, verifying it would be great, if you can. I made a patch almost exactly like the one that you have in 4.4-stable and I verified my patch. (although mine is prettier ;) -- ~Randy
[toc] | [prev] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-06-23 04:40 +0200 |
| Message-ID | <rN2IF-3BK-11@gated-at.bofh.it> |
| In reply to | #1429373 |
On Wed, Jun 22, 2016 at 05:52:28PM -0700, Randy Dunlap wrote: > On 06/22/16 17:37, Greg KH wrote: > > On Wed, Jun 22, 2016 at 04:41:07PM -0700, Randy Dunlap wrote: > >> On 06/22/16 03:49, Hans de Bruin wrote: > >>> On 06/20/2016 07:17 PM, Randy Dunlap wrote: > >>>> On 06/20/16 08:43, Greg KH wrote: > >>>>> 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? > >>>> > >>>> Maybe some other DEV_QAT drivers need to add "select PCI_IOV". > >>>> > >>>> See commit 75910d375ecb2079b3418f8b304fd775916025e2 (sorry, I don't > >>>> have the 4.4.x stable git tree [yet]). > >>>> > >>>> Hans, please send your failing .config file. > >>>> > >>> > >>> Randy, > >>> > >>> Attached is the config from my running 4.4.7 kernel. > >> > >> Thanks. > >> > >> I see that GregKH has released 4.4.14-stable for review and it contains > >> a patch for this build error. > > > > I hope it does, verifying it would be great, if you can. > > I made a patch almost exactly like the one that you have in > 4.4-stable and I verified my patch. (although mine is prettier ;) I think my version (which was the upstream version), was backported wrong, and I fixed it now... So yours was probably better :) thanks, greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web