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)
Jan 9 2025, 7:45 AM
Unknown Object (File)
Dec 27 2024, 5:14 PM
Unknown Object (File)
Dec 12 2024, 10:08 PM
Unknown Object (File)
Nov 19 2024, 7:30 AM
Unknown Object (File)
Nov 19 2024, 6:06 AM
Unknown Object (File)
Nov 19 2024, 5:46 AM
Unknown Object (File)
Nov 19 2024, 3:07 AM
Unknown Object (File)
Nov 18 2024, 11:42 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp added inline comments.
sys/boot/efi/libefi/efipart.c
880 ↗(On Diff #34502)

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.