Re: LIO in 4.2.[12] broken?

2015-10-02 Thread Andy Grover
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

Re: [PATCH] target: Add link_magic for fabric allow_link destination target_items

2013-02-05 Thread Andy Grover
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

Re: [PATCH] target: Add link_magic for fabric allow_link destination target_items

2013-02-04 Thread Andy Grover
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

[PATCH] target: Allow control CDBs with data > 1 page

2012-02-13 Thread Andy Grover
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-