public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Dave Penkler <dpenkler@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>
Subject: Re: linux-next: build failure after merge of the staging tree
Date: Wed, 16 Oct 2024 09:40:03 +0200	[thread overview]
Message-ID: <2024101623-education-buffoon-0988@gregkh> (raw)
In-Reply-To: <20241015165538.634707e5@canb.auug.org.au>

On Tue, Oct 15, 2024 at 04:55:38PM +1100, Stephen Rothwell wrote:
> Hi all,
> 
> After merging the staging tree, today's linux-next build (powerpc
> allyesconfig) failed like this:
> 
> ld: warning: discarding dynamic section .glink
> ld: warning: discarding dynamic section .plt
> ld: linkage table error against `nec7210_board_online'
> ld: stubs don't match calculated size
> ld: can not build stubs: bad value
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_t1_delay':
> fmh_gpib.c:(.text+0x5e8): undefined reference to `nec7210_t1_delay'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_serial_poll_status':
> fmh_gpib.c:(.text+0x70c): undefined reference to `nec7210_serial_poll_status'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_secondary_address':
> fmh_gpib.c:(.text+0x7e4): undefined reference to `nec7210_secondary_address'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_primary_address':
> fmh_gpib.c:(.text+0x898): undefined reference to `nec7210_primary_address'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_update_status':
> fmh_gpib.c:(.text+0x958): undefined reference to `nec7210_update_status'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_parallel_poll_response':
> fmh_gpib.c:(.text+0xa18): undefined reference to `nec7210_parallel_poll_response'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_parallel_poll':
> fmh_gpib.c:(.text+0xad8): undefined reference to `nec7210_parallel_poll'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_parallel_poll_configure':
> fmh_gpib.c:(.text+0xb98): undefined reference to `nec7210_parallel_poll_configure'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_disable_eos':
> fmh_gpib.c:(.text+0xc4c): undefined reference to `nec7210_disable_eos'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_enable_eos':
> fmh_gpib.c:(.text+0xce4): undefined reference to `nec7210_enable_eos'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_remote_enable':
> fmh_gpib.c:(.text+0xd98): undefined reference to `nec7210_remote_enable'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_interface_clear':
> fmh_gpib.c:(.text+0xe58): undefined reference to `nec7210_interface_clear'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_request_system_control':
> fmh_gpib.c:(.text+0xf18): undefined reference to `nec7210_request_system_control'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_go_to_standby':
> fmh_gpib.c:(.text+0xfcc): undefined reference to `nec7210_go_to_standby'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_take_control':
> fmh_gpib.c:(.text+0x1098): undefined reference to `nec7210_take_control'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_command':
> fmh_gpib.c:(.text+0x1170): undefined reference to `nec7210_command'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_write':
> fmh_gpib.c:(.text+0x123c): undefined reference to `nec7210_write'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_read':
> fmh_gpib.c:(.text+0x133c): undefined reference to `nec7210_read'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_device_match':
> fmh_gpib.c:(.text+0x15d0): undefined reference to `gpib_match_device_path'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_init.isra.0':
> fmh_gpib.c:(.text+0x3164): undefined reference to `nec7210_board_reset'
> ld: fmh_gpib.c:(.text+0x31a4): undefined reference to `nec7210_set_handshake_mode'
> ld: fmh_gpib.c:(.text+0x335c): undefined reference to `nec7210_board_online'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_pci_attach_impl':
> fmh_gpib.c:(.text+0x35a0): undefined reference to `gpib_pci_get_device'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_pci_detach':
> fmh_gpib.c:(.text+0x5018): undefined reference to `nec7210_board_reset'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_detach':
> fmh_gpib.c:(.text+0x5508): undefined reference to `nec7210_board_reset'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_fifo_read_countable':
> fmh_gpib.c:(.text+0x6168): undefined reference to `nec7210_set_reg_bits'
> ld: fmh_gpib.c:(.text+0x6180): undefined reference to `nec7210_set_reg_bits'
> ld: fmh_gpib.c:(.text+0x6634): undefined reference to `nec7210_set_reg_bits'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_fifo_write_countable':
> fmh_gpib.c:(.text+0x6f1c): undefined reference to `nec7210_set_reg_bits'
> ld: fmh_gpib.c:(.text+0x6f34): undefined reference to `nec7210_set_reg_bits'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o:fmh_gpib.c:(.text+0x6f98): more undefined references to `nec7210_set_reg_bits' follow
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_internal_interrupt':
> fmh_gpib.c:(.text+0x80a4): undefined reference to `push_gpib_event'
> ld: fmh_gpib.c:(.text+0x80c4): undefined reference to `nec7210_interrupt_have_status'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_dma_callback':
> fmh_gpib.c:(.text+0x887c): undefined reference to `nec7210_set_reg_bits'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_fifo_read':
> fmh_gpib.c:(.text+0x8a84): undefined reference to `nec7210_set_reg_bits'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_dma_write':
> fmh_gpib.c:(.text+0x95d8): undefined reference to `nec7210_set_reg_bits'
> ld: fmh_gpib.c:(.text+0x95f0): undefined reference to `nec7210_set_reg_bits'
> ld: fmh_gpib.c:(.text+0x9a88): undefined reference to `nec7210_set_reg_bits'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o:fmh_gpib.c:(.text+0xac38): more undefined references to `nec7210_set_reg_bits' follow
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_exit_module':
> fmh_gpib.c:(.exit.text+0x38): undefined reference to `gpib_unregister_driver'
> ld: fmh_gpib.c:(.exit.text+0x44): undefined reference to `gpib_unregister_driver'
> ld: fmh_gpib.c:(.exit.text+0x50): undefined reference to `gpib_unregister_driver'
> ld: fmh_gpib.c:(.exit.text+0x5c): undefined reference to `gpib_unregister_driver'
> ld: drivers/staging/gpib/fmh_gpib/fmh_gpib.o: in function `fmh_gpib_init_module':
> fmh_gpib.c:(.init.text+0x100): undefined reference to `gpib_register_driver'
> ld: fmh_gpib.c:(.init.text+0x110): undefined reference to `gpib_register_driver'
> ld: fmh_gpib.c:(.init.text+0x120): undefined reference to `gpib_register_driver'
> ld: fmh_gpib.c:(.init.text+0x130): undefined reference to `gpib_register_driver'
> 
> Caused by commit
> 
>   8e4841a0888c ("staging: gpib: Add Frank Mori Hess FPGA PCI GPIB driver")
> 
> I have marked that driver as BROKEN for today.

Thanks, I'll go take your patch from next and add it to my tree for
this, sorry about the build issues.

greg k-h

  reply	other threads:[~2024-10-16  7:40 UTC|newest]

Thread overview: 150+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15  5:55 linux-next: build failure after merge of the staging tree Stephen Rothwell
2024-10-16  7:40 ` Greg KH [this message]
2024-10-16 14:15   ` Dave Penkler
2024-12-03 19:08     ` Dave Penkler
2024-12-04  8:59       ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2024-10-14  5:20 Stephen Rothwell
2024-10-14  8:52 ` Greg KH
2021-10-08  4:15 Stephen Rothwell
2021-10-08  5:39 ` Sergio Paracuellos
2021-08-16  3:52 Stephen Rothwell
2021-08-16  5:24 ` Greg KH
2021-08-16 15:10 ` Greg KH
2021-08-16 21:46   ` Stephen Rothwell
2021-03-29  5:55 Stephen Rothwell
2021-03-29  6:14 ` Greg KH
2021-03-29  7:25   ` Alexandru Ardelean
2021-04-26 14:41   ` Mark Brown
2021-04-26 16:23     ` Greg KH
2021-04-26 16:40       ` Mark Brown
2021-04-26  1:29 ` Stephen Rothwell
2021-04-26 22:07 ` Stephen Rothwell
2020-12-07  5:46 Stephen Rothwell
2020-12-07  9:26 ` Greg KH
2020-12-07  9:45   ` Stephen Rothwell
2020-12-14 20:27 ` Stephen Rothwell
2019-10-08  2:49 Stephen Rothwell
2019-10-08 12:46 ` Greg KH
2019-06-24  7:38 Stephen Rothwell
2019-06-24  8:46 ` Greg KH
2018-07-30  6:16 Stephen Rothwell
2018-07-30  6:31 ` Gao Xiang
2018-07-30  9:47   ` David Howells
2018-07-30 10:45     ` Gao Xiang
2018-07-30 11:18       ` David Howells
2018-07-30 11:23         ` Gao Xiang
2018-08-01  9:09   ` Chao Yu
2018-08-01 15:07     ` Stephen Rothwell
2018-08-02  6:12       ` Chao Yu
2018-08-02  6:15     ` Greg KH
2018-08-02  7:01       ` Chao Yu
2018-08-02  7:14         ` Greg KH
2018-08-02  7:48           ` Chao Yu
2018-07-17  6:28 Stephen Rothwell
2018-07-17  6:49 ` Ivan Safonov
2018-07-17  8:06   ` Greg KH
2017-09-26  3:54 Stephen Rothwell
2017-09-26  6:15 ` Jonathan Cameron
2017-05-01  4:42 Stephen Rothwell
2017-05-04 23:41 ` Greg KH
2017-04-27  4:20 Stephen Rothwell
2017-04-30 12:15 ` Greg KH
2017-04-18  5:53 Stephen Rothwell
2017-04-18  7:04 ` Johannes Berg
2017-04-18  5:32 Stephen Rothwell
2017-04-18  5:54 ` Greg KH
2017-04-18  6:26   ` Stephen Rothwell
2017-04-18 11:16     ` Greg KH
2017-04-11  5:04 Stephen Rothwell
2017-04-11  5:15 ` Greg KH
2017-04-11  5:38   ` Greg KH
2017-04-11  5:48     ` Stephen Rothwell
2017-04-10  5:10 Stephen Rothwell
2017-03-07  1:25 Stephen Rothwell
2017-03-07  4:46 ` Greg KH
2017-03-07  8:47 ` Greg KH
2017-03-07  9:49   ` Stephen Rothwell
2017-03-07 12:24     ` Greg KH
2016-05-13  3:15 Stephen Rothwell
2016-05-13  8:36 ` Greg KH
2015-06-03  7:16 Stephen Rothwell
2015-06-03  7:23 ` Johannes Berg
2015-03-10  5:07 Stephen Rothwell
2015-03-10 15:08 ` Greg KH
2015-03-10 15:53   ` Sudip Mukherjee
2015-03-10 20:57   ` Stephen Rothwell
2014-09-30  8:04 Stephen Rothwell
2014-10-02 16:31 ` Greg KH
2014-08-17 22:47 Stephen Rothwell
2014-06-20  4:18 Stephen Rothwell
2014-06-20 16:53 ` Greg KH
2014-07-10  0:27   ` Stephen Rothwell
2014-07-10  3:09     ` Greg KH
2014-09-22 10:25 ` Geert Uytterhoeven
2014-01-24  2:01 Stephen Rothwell
2014-01-24  2:34 ` Greg KH
2014-01-24  3:53 ` Greg KH
2014-01-24  4:04   ` Stephen Rothwell
2014-01-24  4:08     ` Greg KH
2013-07-26  6:02 Stephen Rothwell
2013-07-26 21:03 ` Greg KH
2013-07-26 21:22   ` Eli Billauer
2013-07-26 21:56     ` Greg KH
2013-07-26 22:54       ` Eli Billauer
2013-07-26 23:28         ` Greg KH
2013-07-27 13:30           ` Eli Billauer
2013-07-25  3:19 Stephen Rothwell
2013-07-25  4:25 ` Greg KH
2013-06-04  4:57 Stephen Rothwell
2013-06-04  5:42 ` Greg KH
2013-06-04  8:55   ` Peng Tao
2013-01-08  2:23 Stephen Rothwell
2013-01-08  4:27 ` Greg KH
2013-01-08  4:29   ` Stephen Rothwell
2013-01-08 16:46     ` H Hartley Sweeten
2012-09-12  6:07 Stephen Rothwell
2012-09-12 16:13 ` Greg KH
2012-09-14  7:55 ` Samuel Ortiz
2012-09-18 20:40 ` Jonathan Cameron
2012-02-17  4:10 Stephen Rothwell
2012-02-17 17:04 ` Greg KH
2012-02-17 17:23   ` Dan Magenheimer
2012-02-16  4:23 Stephen Rothwell
2012-02-16  5:15 ` Greg KH
2012-02-16 14:39   ` Dan Magenheimer
2012-02-16 21:25     ` Stephen Rothwell
2012-02-16 21:49       ` Dan Magenheimer
2012-02-16 23:39         ` Stephen Rothwell
2012-02-17  0:17           ` Greg KH
2012-02-17 16:01       ` Konrad Rzeszutek Wilk
2012-02-10  4:58 Stephen Rothwell
2012-02-10  5:29 ` Greg KH
2012-02-10 17:21   ` Dan Magenheimer
2012-02-10 17:43     ` Greg KH
2012-02-10 18:22       ` Seth Jennings
2012-02-14 23:43       ` Dan Magenheimer
2012-02-15  0:03         ` Greg KH
2012-02-15  0:54           ` Dan Magenheimer
2012-02-15  2:33             ` Greg KH
2012-02-15 16:14               ` Dan Magenheimer
2011-08-25  5:02 Stephen Rothwell
2011-08-25  5:15 ` Larry Finger
2011-08-25 15:39   ` Greg KH
2011-07-25  5:21 Stephen Rothwell
2011-07-16 13:18 Stephen Rothwell
2011-07-17  9:13 ` Greg KH
2011-07-16 13:15 Stephen Rothwell
2011-07-16 23:39 ` Alan Cox
2011-07-17  9:15   ` Greg KH
2011-07-06  5:09 Stephen Rothwell
2011-07-06 15:12 ` Greg KH
2011-07-06  5:02 Stephen Rothwell
2011-07-06 15:12 ` Greg KH
2010-04-27  4:12 Stephen Rothwell
2010-04-27 15:13 ` Greg KH
2010-04-28  6:14   ` Stephen Rothwell
2010-04-28 15:28     ` Greg KH
2010-05-01 15:42       ` Tobias Klauser
2010-05-03 16:17       ` Tobias Klauser
2010-05-05  2:37         ` Stephen Rothwell
2010-05-05  8:39           ` Tobias Klauser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2024101623-education-buffoon-0988@gregkh \
    --to=greg@kroah.com \
    --cc=dpenkler@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox