Hi stable,
Please apply
iscsi-target: Avoid OFMarker + IFMarker negotiation
673681cafa
to 4.2-stable. It's upstream for 4.3, tested, and people are starting to
use 4.2 and hit this issue.
Thanks -- Andy
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a m
On 02/05/2013 09:32 AM, Greg KH wrote:
On Mon, Feb 04, 2013 at 04:49:24PM -0800, Andy Grover wrote:
On 12/04/2012 11:50 PM, Nicholas A. Bellinger wrote:
From: Nicholas Bellinger
This patch adds [dev,lun]_link_magic value assignment + checks within generic
target_fabric_port_link() and
On 12/04/2012 11:50 PM, Nicholas A. Bellinger wrote:
From: Nicholas Bellinger
This patch adds [dev,lun]_link_magic value assignment + checks within generic
target_fabric_port_link() and target_fabric_mappedlun_link() code to ensure
destination config_item *target_item sent from configfs_symlink
We need to handle >1 page control cdbs, so extend the code to do a vmap
if bigger than 1 page. It seems like kmap() is still preferable if just
a page, fewer TLB shootdowns(?), so keep using that when possible.
Rename function pair for their new scope.
Signed-off-by: Andy Grover
Cc:
Signed-