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)
Wed, Nov 5, 1:15 PM
Unknown Object (File)
Wed, Nov 5, 1:15 PM
Unknown Object (File)
Wed, Nov 5, 1:14 PM
Unknown Object (File)
Wed, Nov 5, 1:14 PM
Unknown Object (File)
Thu, Oct 30, 5:02 AM
Unknown Object (File)
Fri, Oct 24, 4:28 AM
Unknown Object (File)
Fri, Oct 17, 6:30 AM
Unknown Object (File)
Fri, Oct 17, 6:30 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