Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754706Ab0HKQGH (ORCPT ); Wed, 11 Aug 2010 12:06:07 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:23276 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754327Ab0HKQGF (ORCPT ); Wed, 11 Aug 2010 12:06:05 -0400 Date: Wed, 11 Aug 2010 09:04:45 -0700 From: Randy Dunlap To: Randy Dunlap Cc: Konrad Rzeszutek Wilk , 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: <20100811090445.8462591f.randy.dunlap@oracle.com> In-Reply-To: <20100811085435.7da9dcff.randy.dunlap@oracle.com> References: <1271095578-4212-1-git-send-email-michaelc@cs.wisc.edu> <201004122220.30193.konrad@darnok.org> <20100811085435.7da9dcff.randy.dunlap@oracle.com> 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: 1843 Lines: 47 On Wed, 11 Aug 2010 08:54:35 -0700 Randy Dunlap wrote: > 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. Sorry, I replied to the (a) wrong email (thread). --- ~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/