On Thursday, April 7, 2016, Allan Jude <[email protected]> wrote:
> Author: allanjude > Date: Wed Apr 6 23:21:44 2016 > New Revision: 297629 > URL: https://svnweb.freebsd.org/changeset/base/297629 > > Log: > Fix GELIBoot support for GELI sector size is > 512 > > Add support for 4k sector GELI encrypted partitions to the bootloader > This is the default created by the installer > > Because the IV is different for each sector, and the XTS tweak carries > forward you can not decrypt a partial sector if the starting offset is not 0 > > Make boot2 and the loader read in 4k aligned chunks > > Reviewed by: ed, oshogbo > Sponsored by: ScaleEngine Inc. > Differential Revision: https://reviews.freebsd.org/D5820 > > Modified: > head/sys/boot/geli/geliboot.c > head/sys/boot/geli/geliboot.h > head/sys/boot/i386/libi386/biosdisk.c > head/sys/boot/i386/zfsboot/zfsboot.c Hi Allan! Are you plan to MFC this commit to 10-stable? > > Modified: head/sys/boot/geli/geliboot.c > > ============================================================================== > - > > ... > __________________ > [email protected] <javascript:;> mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "[email protected] > <javascript:;>" > _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
