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)
Mon, Apr 28, 6:56 AM
Unknown Object (File)
Fri, Apr 11, 6:39 PM
Unknown Object (File)
Apr 6 2025, 3:37 PM
Unknown Object (File)
Mar 10 2025, 7:08 PM
Unknown Object (File)
Mar 10 2025, 4:58 PM
Unknown Object (File)
Mar 10 2025, 4:20 PM
Unknown Object (File)
Mar 10 2025, 12:45 PM
Unknown Object (File)
Mar 8 2025, 12:17 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

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