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 Use the command `make COV_EMAIL= COV_PASSWD= coverity' to trigger a new scan yourself, if you are a project admin. rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-05-19 09:54:15 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:50:54 -0400
commitc5f74f7802775b9ccdb0a4fd90e0c7d0b03da9fa (patch)
tree3db2ce910290e8005a5d562c2a107d32f9c0f363
parentf42d20a94284149bc6815a66ddb0b449f9f2fe74 (diff)
drm/amdgpu: fix and cleanup job destruction
Remove the job reference counting and just properly destroy it from a work item which blocks on any potential running timeout handler. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Monk.Liu <monk.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>