From: "Sudip Mukherjee (Codethink)" <sudipm.mukherjee@gmail.com>
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>,
Andy Shevchenko <andy.shevchenko@gmail.com>,
Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: mainline build failure due to c4371c563973 ("gpio: remove VR41XX related gpio driver")
Date: Fri, 5 Aug 2022 11:30:18 +0100 [thread overview]
Message-ID: <YuzxOoNLdE4Ejz1W@debian> (raw)
Hi All,
The latest mainline kernel branch fails to build for mips tb0226_defconfig
with the error:
mipsel-linux-ld: arch/mips/pci/fixup-tb0226.o: in function `pcibios_map_irq':
fixup-tb0226.c:(.text+0x38): undefined reference to `vr41xx_set_irq_trigger'
mipsel-linux-ld: fixup-tb0226.c:(.text+0x44): undefined reference to `vr41xx_set_irq_level'
mipsel-linux-ld: fixup-tb0226.c:(.text+0x64): undefined reference to `vr41xx_set_irq_trigger'
mipsel-linux-ld: fixup-tb0226.c:(.text+0x70): undefined reference to `vr41xx_set_irq_level'
mipsel-linux-ld: fixup-tb0226.c:(.text+0xb0): undefined reference to `vr41xx_set_irq_trigger'
mipsel-linux-ld: fixup-tb0226.c:(.text+0xbc): undefined reference to `vr41xx_set_irq_level'
mipsel-linux-ld: fixup-tb0226.c:(.text+0xd4): undefined reference to `vr41xx_set_irq_trigger'
mipsel-linux-ld: fixup-tb0226.c:(.text+0xe0): undefined reference to `vr41xx_set_irq_level'
mipsel-linux-ld: fixup-tb0226.c:(.text+0xf4): undefined reference to `vr41xx_set_irq_trigger'
mipsel-linux-ld: fixup-tb0226.c:(.text+0x100): undefined reference to `vr41xx_set_irq_level'
git bisect pointed to c4371c563973 ("gpio: remove VR41XX related gpio driver")
And, reverting that commit has fixed the build failure.
I will be happy to test any patch or provide any extra log if needed.
--
Regards
Sudip
next reply other threads:[~2022-08-05 10:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-05 10:30 Sudip Mukherjee (Codethink) [this message]
2022-08-05 12:26 ` mainline build failure due to c4371c563973 ("gpio: remove VR41XX related gpio driver") Thomas Bogendoerfer
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=YuzxOoNLdE4Ejz1W@debian \
--to=sudipm.mukherjee@gmail.com \
--cc=andy.shevchenko@gmail.com \
--cc=brgl@bgdev.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=tsbogend@alpha.franken.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.