Reported by: alc
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 31964 Build 29513: arc lint + arc unit
Event Timeline
| sys/dev/md/md.c | ||
|---|---|---|
| 1561 | I do not see much sense in asserting this, but do not object strongly. | |
| sys/compat/linuxkpi/common/src/linux_page.c | ||
|---|---|---|
| 223 | AFAIK, the mips and powerpc versions of ptoa() have a single implementation that is used on both 32- and 64-bit machines, and on 64-bit machine there is no guarantee that the argument is converted to a 64-bit quantity. | |
| sys/compat/linuxkpi/common/src/linux_page.c | ||
|---|---|---|
| 223 | I think size_t or vm_offset_t would be better there. | |
| sys/compat/linuxkpi/common/src/linux_page.c | ||
|---|---|---|
| 202 | Here is another possible ptoa() conversion that is identical to the first. | |