Convert DDB_CTF to use newer version of ZLIB.
This change set was split out of D19706.
Details
Details
TBD - I think D19706 mentions how to test and I will test and update later.
[note from delphij: dtrace -lv would exercise the affected codepath. Confirmed that the new zlib functions were actually called and worked fine]
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Looks mostly fine to me. I think you don't really need to set zalloc to zcalloc_nowait as the default zcalloc is zcalloc_nowait.
sys/kern/kern_ctf.c | ||
---|---|---|
259 ↗ | (On Diff #60531) | I think this can be omitted now. |
Comment Actions
I have tested with 'dtrace -lv' which will exercise this codepath and confirmed that it worked fine after change.