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)
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
Unknown Object (File)
Aug 11 2024, 7:13 AM
Unknown Object (File)
Aug 7 2024, 2:36 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