Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(26)

Issue 4279046: SCSI DMA correctness

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by Matthew Dempsky
Modified:
14 years ago
Reviewers:
Matthew Dempsky
Visibility:
Public.

Description

Makes the SCSI subsystem correct with regards to DMA-able memory usage.

Patch Set 1 #

Patch Set 2 : diff #2 #

Patch Set 3 : diff #3 #

Total comments: 7

Patch Set 4 : diff #4 #

Total comments: 4

Patch Set 5 : diff #5 #

Patch Set 6 : diff #6 #

Total comments: 5

Patch Set 7 : diff #7 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+365 lines, -286 lines) Patch
M cd.c View 1 2 3 4 5 6 40 chunks +127 lines, -89 lines 0 comments Download
M ch.c View 1 2 3 4 5 6 8 chunks +14 lines, -12 lines 0 comments Download
M safte.c View 1 2 3 4 5 6 18 chunks +75 lines, -55 lines 0 comments Download
M scsi_base.c View 1 2 3 4 5 6 7 chunks +10 lines, -13 lines 0 comments Download
M scsi_ioctl.c View 1 2 3 4 5 6 5 chunks +7 lines, -9 lines 0 comments Download
M scsiconf.c View 1 2 3 4 5 6 7 chunks +32 lines, -22 lines 0 comments Download
M sd.c View 1 2 3 4 5 6 7 chunks +13 lines, -10 lines 0 comments Download
M ses.c View 1 2 3 4 5 6 7 chunks +21 lines, -18 lines 0 comments Download
M st.c View 1 2 3 4 5 6 13 chunks +66 lines, -58 lines 0 comments Download

Messages

Total messages: 10
Matthew Dempsky
14 years ago (2011-03-12 01:45:10 UTC) #1
Matthew Dempsky
14 years ago (2011-03-12 01:49:36 UTC) #2
Matthew Dempsky
14 years ago (2011-03-12 01:52:02 UTC) #3
Matthew Dempsky
http://codereview.appspot.com/4279046/diff/5001/safte.c File safte.c (right): http://codereview.appspot.com/4279046/diff/5001/safte.c#newcode119 safte.c:119: inqbuf = malloc(sizeof(*inqbuf), M_TEMP, M_NOWAIT | M_ZERO); si isn't ...
14 years ago (2011-03-12 02:00:51 UTC) #4
Matthew Dempsky
14 years ago (2011-03-12 02:01:50 UTC) #5
Matthew Dempsky
http://codereview.appspot.com/4279046/diff/10001/safte.c File safte.c (right): http://codereview.appspot.com/4279046/diff/10001/safte.c#newcode284 safte.c:284: return (1); config is leaked here. http://codereview.appspot.com/4279046/diff/10001/scsiconf.c File scsiconf.c ...
14 years ago (2011-03-12 02:06:00 UTC) #6
Matthew Dempsky
14 years ago (2011-03-12 02:07:13 UTC) #7
Matthew Dempsky
14 years ago (2011-03-12 02:09:34 UTC) #8
Matthew Dempsky
http://codereview.appspot.com/4279046/diff/14001/safte.c File safte.c (right): http://codereview.appspot.com/4279046/diff/14001/safte.c#newcode120 safte.c:120: inqbuf = dma_alloc(sizeof(*inqbuf), PR_NOWAIT | PR_ZERO); si isn't needed ...
14 years ago (2011-03-12 02:14:27 UTC) #9
Matthew Dempsky
14 years ago (2011-03-12 02:15:07 UTC) #10

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b