Il 04/05/2012 18:28, Stefan Weil ha scritto: >> >> - !(buf[0] == REQUEST_SENSE&& d->sense_is_ua))) { >> + if (cmd.xfer> INT32_MAX) { >> + req = scsi_req_alloc(&reqops_invalid_field, d, tag, lun, >> hba_private); > > WARNING: line over 80 characters > #54: FILE: hw/scsi-bus.c:533: > + req = scsi_req_alloc(&reqops_invalid_field, d, tag, lun, > hba_private); > > total: 0 errors, 1 warnings, 50 lines checked > > 0002-scsi-prevent-data-transfer-overflow.patch has style problems, > please review. If any of these errors > are false positives report them to the maintainer, see > CHECKPATCH in MAINTAINERS.
It's a warning for a reason... Paolo