All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix for iBFT compile issues on ARM64
@ 2021-09-02 14:03 Konrad Rzeszutek Wilk
  2021-09-02 14:03 ` [PATCH] iscsi_ibft: Fix isa_bus_to_virt not working under ARM Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2021-09-02 14:03 UTC (permalink / raw)
  To: linux-kernel, vijayendra.suman, mlombard, rppt, pjones

This is a patch to fix the https://lkml.org/lkml/2021/8/3/108 compile
issue which I managed to miss. My apologies for the late fix - please
see the attached patch.

The fix is rather simple - only on X86 do we need to search for the
iBFT under 640KB, so lets ifdef that code.

I also put the patch in linux-next and devel/for-linus-5.15

 drivers/firmware/iscsi_ibft.c | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

Konrad Rzeszutek Wilk (1):
      iscsi_ibft: Fix isa_bus_to_virt not working under ARM



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-02 20:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-02 14:03 [PATCH] Fix for iBFT compile issues on ARM64 Konrad Rzeszutek Wilk
2021-09-02 14:03 ` [PATCH] iscsi_ibft: Fix isa_bus_to_virt not working under ARM Konrad Rzeszutek Wilk
2021-09-02 17:14   ` Mike Rapoport
2021-09-02 20:35     ` Konrad Rzeszutek Wilk

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.