Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1546680
| From | James Bottomley <James.Bottomley@HansenPartnership.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the scsi tree |
| Date | 2016-12-23 02:00 +0100 |
| Message-ID | <sRmnf-8eG-1@gated-at.bofh.it> (permalink) |
| References | <sRmdA-8bw-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, 2016-12-23 at 11:45 +1100, Stephen Rothwell wrote:
> Hi James,
>
> After merging the scsi tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/scsi/qedi/qedi_main.c: In function 'qedi_init':
> drivers/scsi/qedi/qedi_main.c:2073:2: error: implicit declaration of
> function 'register_hotcpu_notifier' [-Werror=implicit-function
> -declaration]
> register_hotcpu_notifier(&qedi_cpu_notifier);
> ^
> drivers/scsi/qedi/qedi_main.c: In function 'qedi_cleanup':
> drivers/scsi/qedi/qedi_main.c:2113:2: error: implicit declaration of
> function 'unregister_hotcpu_notifier' [-Werror=implicit-function
> -declaration]
> unregister_hotcpu_notifier(&qedi_cpu_notifier);
> ^
>
> Caused by commit
>
> ace7f46ba5fd ("scsi: qedi: Add QLogic FastLinQ offload iSCSI driver
> framework.")
>
> Interacting with commit
>
> 8e38db753d95 ("cpu/hotplug: Remove obsolete cpu hotplug
> register/unregister functions")
>
> from the tip tree.
Well, that's a bit of a problem given that the SCSI tree has a pending
pull request including this driver.
Thomas, can you do another fixup in your tip tree like you did for the
two BNX2* drivers?
Thanks,
James
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the scsi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-12-23 01:50 +0100
Re: linux-next: build failure after merge of the scsi tree James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-12-23 02:00 +0100
Re: linux-next: build failure after merge of the scsi tree Ingo Molnar <mingo@kernel.org> - 2016-12-24 11:20 +0100
Re: linux-next: build failure after merge of the scsi tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-12-24 11:50 +0100
Re: linux-next: build failure after merge of the scsi tree Thomas Gleixner <tglx@linutronix.de> - 2016-12-24 13:00 +0100
Re: linux-next: build failure after merge of the scsi tree James Bottomley <James.Bottomley@HansenPartnership.com> - 2016-12-24 17:50 +0100
csiph-web