Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754244Ab0HKP5A (ORCPT ); Wed, 11 Aug 2010 11:57:00 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:56532 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660Ab0HKP46 (ORCPT ); Wed, 11 Aug 2010 11:56:58 -0400 Date: Wed, 11 Aug 2010 08:54:35 -0700 From: Randy Dunlap To: Konrad Rzeszutek Wilk Cc: michaelc@cs.wisc.edu, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, pjones@redhat.com, open-iscsi@googlegroups.com Subject: Re: [PATCH 1/2] RFC: iscsi ibft: separate ibft parsing from sysfs interface Message-Id: <20100811085435.7da9dcff.randy.dunlap@oracle.com> In-Reply-To: <201004122220.30193.konrad@darnok.org> References: <1271095578-4212-1-git-send-email-michaelc@cs.wisc.edu> <201004122220.30193.konrad@darnok.org> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1669 Lines: 42 On Mon, 12 Apr 2010 22:20:29 -0400 Konrad Rzeszutek Wilk wrote: > On Monday 12 April 2010 14:06:17 michaelc@cs.wisc.edu wrote: > > From: Mike Christie > > > > Not all iscsi drivers support ibft. For drivers like be2iscsi > > that do not but are bootable through a vendor firmware specific > > format/process this patch moves the sysfs interface from the ibft code > > to a lib module. This then allows userspace tools to search for iscsi boot > > info in a common place and in a common format. > > > > ibft iscsi boot info is exported in the same place as it was > > before: /sys/firmware/ibft. > > > > vendor/fw boot info gets export in /sys/firmware/iscsi_bootX, where X is > > the scsi host number of the HBA. Underneath these parent dirs, the > > target, ethernet, and initiator dirs are the same as they were before. > > > > This patch was made over the ibft-2.6 tree's ibft-1.03 branch: > > http://git.kernel.org/?p=linux/kernel/git/konrad/ibft-2.6.git;a=shortlog;h= > >refs/heads/ibft-1.03 > > > > > > Signed-off-by: Mike Christie > > --- > Looks good to my eyes. > > Let me run it tomorrow through my regression bucket before I stick on the git > tree. Can we get this patch into linux-next, please? or if it's there, there are still errors like this that need to be checked. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/