Page MenuHomeFreeBSD

devel/umem: always pad the cpu cache structure.
ClosedPublic

Authored by rpaulo on Jul 5 2014, 8:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 26 2023, 5:04 PM
Unknown Object (File)
Nov 27 2023, 12:08 AM
Unknown Object (File)
Aug 10 2023, 4:57 PM
Unknown Object (File)
Aug 10 2023, 2:05 PM
Unknown Object (File)
Jul 1 2023, 12:29 PM
Unknown Object (File)
Jun 15 2023, 9:35 AM
Unknown Object (File)
Jun 15 2023, 5:42 AM
Unknown Object (File)
May 9 2023, 9:20 AM
Subscribers
None

Details

Reviewers
stas
bapt
Summary

On amd64, libumem simply crashes because the size of the the cpu cache
structure is not a power of two. We need to pad it on LP64 architectures as
well.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

rpaulo retitled this revision from to devel/umem: always pad the cpu cache structure..
rpaulo updated this object.
rpaulo edited the test plan for this revision. (Show Details)
rpaulo added reviewers: bapt, stas.
bapt edited edge metadata.

Looks good to me

This revision is now accepted and ready to land.Jul 6 2014, 10:47 AM