From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754020AbcEPPdY (ORCPT ); Mon, 16 May 2016 11:33:24 -0400 Received: from mail-qk0-f195.google.com ([209.85.220.195]:36048 "EHLO mail-qk0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752812AbcEPPdX (ORCPT ); Mon, 16 May 2016 11:33:23 -0400 Date: Mon, 16 May 2016 11:33:14 -0400 From: Konrad Rzeszutek Wilk To: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Cc: pjones@redhat.com, dbond@suse.com, lduncan@suse.com, hare@suse.de, michaelc@cs.wisc.edu Subject: [GIT PULL] (ibft) stable/for-linus-4.7 Message-ID: <20160516153313.GA24765@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.1 (2016-04-27) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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