All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ibft fix for 3.2-rc6
@ 2011-12-15 21:05 Konrad Rzeszutek Wilk
  2011-12-15 23:15 ` Yinghai Lu
  0 siblings, 1 reply; 12+ messages in thread
From: Konrad Rzeszutek Wilk @ 2011-12-15 21:05 UTC (permalink / raw)
  To: torvalds, linux-kernel; +Cc: pjones, yinghai

[-- Attachment #1: Type: text/plain, Size: 965 bytes --]

Hey Linus,

Please git pull the following branch:

 git pull git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft.git linux-next

which has a fix to make the ACPI table called 'iSCSI Boot Format Table'
(IBFT) be found by the iscsi-ibft driver when booting under UEFI.

The functionality to grab the APCI IBFT was added some time ago, but we
did not have the UEFI box to test it. Now that it has been tested it was
uncovered that the ACPI parser code was run way to early - so it did not
parse the iBFT table at all. This patch fixes it by doing the ACPI parsing later.
The legacy iBFT searching is not affected (which is to scan 640K->1MB
for the iBFT signature) and works correctly.

Please pull!

Yinghai Lu (1):
      ibft: Fix finding IBFT ACPI table on UEFI

 drivers/firmware/iscsi_ibft.c      |   42 ++++++++++++++++++++++++++++++++++-
 drivers/firmware/iscsi_ibft_find.c |   26 +--------------------
 2 files changed, 42 insertions(+), 26 deletions(-)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

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

end of thread, other threads:[~2011-12-23 18:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15 21:05 [GIT PULL] ibft fix for 3.2-rc6 Konrad Rzeszutek Wilk
2011-12-15 23:15 ` Yinghai Lu
2011-12-16  0:07   ` Greg KH
2011-12-16  0:37     ` Yinghai Lu
2011-12-17  0:40       ` Yinghai Lu
2011-12-17 14:42         ` Konrad Rzeszutek Wilk
2011-12-17 14:42           ` Konrad Rzeszutek Wilk
2011-12-23  0:45           ` Yinghai Lu
2011-12-23  3:50             ` Konrad Rzeszutek Wilk
2011-12-23 18:24               ` Yinghai Lu
2011-12-22 20:58         ` Greg KH
2011-12-22 20:58           ` Greg KH

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.