lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 27 May 2011 04:29:34 +0900
From:	FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To:	nab@...ux-iscsi.org
Cc:	James.Bottomley@...senPartnership.com,
	linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
	hch@....de, hare@...e.de, fujita.tomonori@....ntt.co.jp,
	agrover@...hat.com, michaelc@...wisc.edu, bharrosh@...asas.com,
	akpm@...ux-foundation.org, martin.svec@...er.cz
Subject: Re: [PATCH-v5 07/13] iscsi-target: Add iSCSI Login Negotiation +
	Parameter logic

On Thu, 26 May 2011 12:07:12 -0700
"Nicholas A. Bellinger" <nab@...ux-iscsi.org> wrote:

> On Thu, 2011-05-26 at 11:46 -0500, James Bottomley wrote:
> > On Thu, 2011-05-19 at 20:37 -0700, Nicholas A. Bellinger wrote:
> > > From: Nicholas Bellinger <nab@...ux-iscsi.org>
> > > 
> > > This patch adds the princple RFC-3720 compatiable iSCSI Login
> > > phase negotiation for iscsi_target_mod.  This also includes the
> > > target RX/TX thread queue logic which is called directly from iSCSI
> > > login associated code.
> > > 
> > > Signed-off-by: Nicholas A. Bellinger <nab@...ux-iscsi.org> 
> > 
> > I thought the upshot of the thread with Tomo was that we wouldn't be
> > doing all of this in-kernel.  Where's the userspace upcall for this?
> > 
> 
> The technical reasons why I want to avoid this have not changed for the
> 1) authentication disabled and 2) 'required-to-implement' CHAP
> authentication cases.  These where discussed at the bottom of the thread
> from March with Tomo-san here:
> 
> http://marc.info/?l=linux-scsi&m=130108812405710&w=2
> 
> As mentioned, I am open to adding a userspace upcall for authentication
> payloads post merge in order to support the 'optional-to-implement'
> authentication cases.  However, pushing the above two cases out to

We don't need such, passing payloads from kernel to user space. You do the pre
SCSI nexus operations in user space then kernel takes care of established
nexuses.

> userspace really does add unnecessary complexity and limitiations that I
> want to avoid for the default iSCSI login cases.
> 
> It also would break existing rtslib/rtsadmin-v2 userspace code, and

I don't think breaking the existing code matters.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ