Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1207238

Re: [PATCH] target: Fix handling of small allocation lengths in REPORT LUNS

From "Nicholas A. Bellinger" <nab@linux-iscsi.org>
Newsgroups linux.kernel
Subject Re: [PATCH] target: Fix handling of small allocation lengths in REPORT LUNS
Date 2015-08-14 01:30 +0200
Message-ID <pXa6B-1d6-5@gated-at.bofh.it> (permalink)
References <pWTS9-3aP-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Spencer & Co,

On Wed, 2015-08-12 at 23:05 -0700, Spencer Baugh wrote:
> From: Roland Dreier <roland@purestorage.com>
> 
> REPORT LUNS should not fail just because the allocation length is less
> than 16.  The relevant section of SPC-4 is:
> 
>   4.2.5.6 Allocation length
> 
>   The ALLOCATION LENGTH field specifies the maximum number of bytes or
>   blocks that an application client has allocated in the Data-In
>   Buffer. The ALLOCATION LENGTH field specifies bytes unless a
>   different requirement is stated in the command definition.
> 
>   An allocation length of zero specifies that no data shall be
>   transferred. This condition shall not be considered an error.
> 
> So we should just truncate our response rather than return an error.
> 
> Signed-off-by: Roland Dreier <roland@purestorage.com>
> Signed-off-by: Spencer Baugh <sbaugh@catern.com>

This patch looks fine, but it currently doesn't apply to
target-pending/master code due Roland's earlier patch:

target: REPORT LUNS should return LUN 0 even for dynamic ACLs
https://git.kernel.org/cgit/linux/kernel/git/nab/target-pending.git/commit/?id=9c395170a559d3b23dad100b01fc4a89d661c698

Would you be so kind to respin atop current target-pending/master..?

Thank you,

--nab

--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] target: Fix handling of small allocation lengths in REPORT LUNS Spencer Baugh <sbaugh@catern.com> - 2015-08-13 08:10 +0200
  Re: [PATCH] target: Fix handling of small allocation lengths in  REPORT LUNS "Nicholas A. Bellinger" <nab@linux-iscsi.org> - 2015-08-14 01:30 +0200
    [PATCH v2] target: Fix handling of small allocation lengths in REPORT LUNS Spencer Baugh <sbaugh@catern.com> - 2015-08-14 07:10 +0200

csiph-web