[GIT PULL] (ibft) stable/for-linus-4.7

From: Konrad Rzeszutek Wilk
Date: Mon May 16 2016 - 11:33:27 EST


Hey Linus,

Please git pull the following branch:

git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft.git stable/for-linus-4.7

Sorry about the freshness of it - it was 5 weeks old until I realized
that one of the commits has the wrong author name (me!), so rebased it.

The pull has two features - both of them expand the SysFS entries:
- 'prefix-len' - which is subnet_mask_prefix of the iBFT header.
- 'acpi_header' dir with: 'iBFT', OEM-ID (whatever it extracts from the
iBFT header) and OEM_TABLE_ID (also whatever it extracts from the
iBFT header). This is to help NIC drivers to figure out during bootup
how to deal with BIOS created iBFT tables (like by TianoCore UEFI implemenation).

Please pull! Thanks.

Documentation/ABI/testing/sysfs-ibft | 10 ++++++
drivers/firmware/iscsi_ibft.c | 66 +++++++++++++++++++++++++++++++++++-
drivers/scsi/iscsi_boot_sysfs.c | 62 +++++++++++++++++++++++++++++++++
include/linux/iscsi_boot_sysfs.h | 13 +++++++
4 files changed, 150 insertions(+), 1 deletion(-)

David Bond (1):
ibft: Expose iBFT acpi header via sysfs

Hannes Reinecke (1):
iscsi_ibft: Add prefix-len attr and display netmask