Page MenuHomeFreeBSD

strip color bit from rb tree pointers for linuxkpi
ClosedPublic

Authored by dougm on Jun 12 2020, 4:38 PM.
Tags
None
Referenced Files
F107848908: D25245.id73026.diff
Sat, Jan 18, 5:19 PM
Unknown Object (File)
Fri, Jan 17, 4:09 AM
Unknown Object (File)
Sep 27 2024, 2:59 PM
Unknown Object (File)
Sep 25 2024, 6:13 AM
Unknown Object (File)
Sep 21 2024, 3:15 AM
Unknown Object (File)
Aug 21 2024, 9:01 PM
Unknown Object (File)
Aug 18 2024, 10:01 PM
Unknown Object (File)
Aug 16 2024, 11:05 PM
Subscribers

Details

Summary

The linuxkpi code accesses left/right rb tree pointers without using RB_LEFT or RB_RIGHT, so they aren't stripping off the color bit encoded there. Strip off that bit for linuxkpi.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped