[GIT PULL] iBFT fixes for v2.6.35-rc1
From: Konrad Rzeszutek Wilk
Date: Thu Aug 12 2010 - 14:53:15 EST
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 <torvalds@xxxxxxxxxxxxxxxxxxxx>
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/