A Travis CI instance for continuous integration testing of netsniff-ng can be found here: https://travis-ci.org/netsniff-ng/netsniff-ng An analysis by the Coverity Scanner is run occasionally against the source of netsniff-ng. The corresponding scan reports can be found here: https://scan.coverity.com/projects/329 If you are a project admin, use the command `make COV_EMAIL= COV_PASSWD= coverity' to trigger a new scan yourself. Alternatively, the Coverity integration of Travis CI can be used by pushing to the branch 'coverity_scan' to trigger a new analysis. ext.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Balbi <felipe.balbi@linux.intel.com>2016-12-20 14:08:48 +0200
committerFelipe Balbi <felipe.balbi@linux.intel.com>2017-01-02 10:55:28 +0200
commit19ec31230eb3084431bc2e565fd085f79f564274 (patch)
tree1a2689af0a2b8850fca5f0113d23ed9d36e4ad69
parent7931ec86c1b738e4e90e58c6d95e5f720d45ee56 (diff)
usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()
Let's call dwc3_ep0_prepare_one_trb() explicitly because there are occasions where we will need more than one TRB to handle an EP0 transfer. A follow-up patch will fix one bug related to multiple-TRB Data Phases when it comes to mapping/unmapping requests for DMA. Cc: <stable@vger.kernel.org> Reported-by: Janusz Dziedzic <januszx.dziedzic@linux.intel.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>