svn commit: r297629 - in head/sys/boot: geli i386/libi386 i386/zfsboot

Oliver Pinter oliver.pinter at hardenedbsd.org
Wed Apr 6 23:28:45 UTC 2016


On Thursday, April 7, 2016, Allan Jude <allanjude at freebsd.org> 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
>
> ==============================================================================
> -


>
> ...

> __________________
> svn-src-head at freebsd.org <javascript:;> mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org
> <javascript:;>"
>


More information about the svn-src-head mailing list