Hi Linus,
There were two bugs that got caught after the iBFT tree was merged.
One of them is quite embarrassing and it is a NULL pointer exception when
we rmmod the ibft module where there are no iBFT table present. The other
was spotted by Randy in the linux-next and is a compilation issue if you don't
have CONFIG_SCSI set.
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git stable/fixes
the patches since commit 5abd9ccced7a726c817dd6b5b96bc933859138d1
Author: Linus Torvalds <[email protected]>
Date: Wed Aug 4 11:25:58 2010 -0700
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6
Thanks,
Konrad Rzeszutek Wilk (1):
ibft: Kernel oops when rmmoding iscsi_ibft with no iBFT present.
Randy Dunlap (1):
firmware: ibft depends on SCSI
drivers/firmware/Kconfig | 2 +-
drivers/firmware/iscsi_ibft.c | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)