Page MenuHomeFreeBSD

efipart_strategy is using wrong offset with >512B sectors
ClosedPublic

Authored by tsoome on Oct 31 2017, 11:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 3:12 AM
Unknown Object (File)
Mon, Nov 3, 6:09 AM
Unknown Object (File)
Mon, Nov 3, 6:09 AM
Unknown Object (File)
Mon, Nov 3, 6:09 AM
Unknown Object (File)
Mon, Nov 3, 6:08 AM
Unknown Object (File)
Mon, Nov 3, 2:23 AM
Unknown Object (File)
Tue, Oct 28, 4:56 PM
Unknown Object (File)
Tue, Oct 21, 8:37 AM
Subscribers
None

Details

Summary

The strategy() calls are assuming 512B sectors, so we need to adjust the
offset accordingly.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12350
Build 12635: arc lint + arc unit

Event Timeline

imp added inline comments.
sys/boot/efi/libefi/efipart.c
880–884

why shift and not offset?

This revision is now accepted and ready to land.Oct 31 2017, 3:11 PM
This revision now requires review to proceed.Oct 31 2017, 8:22 PM
This revision is now accepted and ready to land.Oct 31 2017, 8:29 PM
This revision was automatically updated to reflect the committed changes.