Without filter functions, we do not need to keep track of tag ancestry.
All inheritance of the parent tag's parameters occurs when creating the
new child tag.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 54767 Build 51656: arc lint + arc unit
Event Timeline
Comment Actions
(You can build kernel configs with options KTR to test the dmat_copy fixes. I'm not sure if NOTES includes it such that tinderbox covers KTR or not.)
sys/arm/arm/busdma_machdep.c | ||
---|---|---|
518 | This still uses dmat_copy here. I think you can change it to just use dmat now. (Also in the other N copies of this) |