This patchset includes some minor fixes for parsing iSCSI CHAP_A and SendTargets fields. Patch 1/3 was already submitted and reviewed by Lee. I used the following libiscsi hacks to test for these bugs: https://github.com/ddiss/libiscsi/commits/bogus_chap_a https://github.com/ddiss/libiscsi/commits/bogus_sendtarget_key https://github.com/ddiss/libiscsi/commits/bogus_sendtarget_val I'll work on turning these into propper libiscsi regression tests (pending https://github.com/sahlberg/libiscsi/issues/297). Cheers, David drivers/target/iscsi/iscsi_target.c | 14 ++++++-------- drivers/target/iscsi/iscsi_target_auth.c | 2 +- drivers/target/iscsi/iscsi_target_parameters.h | 3 --- 3 files changed, 7 insertions(+), 12 deletions(-)