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
Unknown Object (File)
Tue, May 19, 7:35 AM
Unknown Object (File)
Mon, May 18, 2:36 AM
Unknown Object (File)
Tue, Apr 28, 3:14 PM
Unknown Object (File)
Tue, Apr 28, 3:07 AM
Unknown Object (File)
Tue, Apr 28, 2:25 AM
Unknown Object (File)
Tue, Apr 28, 12:42 AM
Unknown Object (File)
Apr 20 2026, 3:27 PM
Unknown Object (File)
Apr 16 2026, 4:41 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable