Re: Help needed for a SCSI hang (SATA drives)

2017-03-07 Thread V
On Tue, Mar 7, 2017 at 3:58 AM, Jack Wang wrote: > 2017-03-07 1:54 GMT+01:00 V : >> Hi, >> >> I am reaching out regarding a SCSI error handler issue, which we see >> in our lab systems. >> >> Environment: Ubuntu 4.4.0-31-generic >> >> Issue: Writ

Help needed for a SCSI hang (SATA drives)

2017-03-06 Thread V
Hi, I am reaching out regarding a SCSI error handler issue, which we see in our lab systems. Environment: Ubuntu 4.4.0-31-generic Issue: Write IOs are getting stuck in our system randomly. All drives seen with the issue are all SATA drives. Root cause: SCSI error handler is not woken up (or) it

[PATCH 3/3] uapi: fix scsi/scsi_bsg_fc.h userspace compilation errors

2017-02-28 Thread Dmitry V. Levin
GS_Type, GS_SubType, Options, Rsvd */ /usr/include/scsi/scsi_bsg_fc.h:270:2: error: unknown type name 'uint32_t' uint32_t preamble_word2; /* Cmd Code, Max Size */ /usr/include/scsi/scsi_bsg_fc.h:282:2: error: unknown type name 'uint32_t' uint32_t msgcode; /usr/include/scsi/scsi_bsg_fc

[PATCH 2/3] uapi: fix scsi/scsi_netlink_fc.h userspace compilation errors

2017-02-28 Thread Dmitry V. Levin
nclude/scsi/scsi_netlink_fc.h:67:33: error: 'uint64_t' undeclared here (not in a function) } __attribute__((aligned(sizeof(uint64_t; Signed-off-by: Dmitry V. Levin --- include/uapi/scsi/scsi_netlink_fc.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --

[PATCH 1/3] uapi: fix scsi/scsi_netlink.h userspace compilation errors

2017-02-28 Thread Dmitry V. Levin
x27;uint16_t' uint16_t msglen; /usr/include/scsi/scsi_netlink.h:48:33: error: 'uint64_t' undeclared here (not in a function) } __attribute__((aligned(sizeof(uint64_t; /usr/include/scsi/scsi_netlink.h:92:2: error: expected specifier-qualifier-list before 'uint64_t'

Re: [PATCH net-next 4/5] treewide: replace dev->trans_start update with helper

2016-05-04 Thread Mugunthan V N
kb_padto(skb, CPSW_MIN_PACKET_SIZE)) { > cpsw_err(priv, tx_err, "packet pad failed\n"); for cpsw Acked-by: Mugunthan V N Regards Mugunthan V N -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html