From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YDHYc-0008Lj-P2 for mharc-grub-devel@gnu.org; Mon, 19 Jan 2015 14:00:14 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDHYV-0008Ic-9b for grub-devel@gnu.org; Mon, 19 Jan 2015 14:00:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDHYQ-0002yH-Ag for grub-devel@gnu.org; Mon, 19 Jan 2015 14:00:07 -0500 Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:57261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDHYQ-0002wm-2y for grub-devel@gnu.org; Mon, 19 Jan 2015 14:00:02 -0500 Received: by mail-la0-f42.google.com with SMTP id ms9so8237636lab.1 for ; Mon, 19 Jan 2015 11:00:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=CZX0WmyHeUGByBYnfNy8KX2qBH/X52ph2cAME573pbw=; b=aFC1QajWwpNyKwZXZLhhDmYreOc9prL41f2mVOVZz7xfJtAIsVUHMaSouBLtoRt/MS N4X3UR/7yszPzjHoLYjQA55UU36/nZ76xXZa70o5xEacD4GxQ0RkQo8mnAiJvlWCt1Rh OH0E10i0BX2YcicR6lnufwJkiP+dku1+793n7RTrvdD00whFhwxzcmLDlUHa/M28upj2 3dKlZnPx7w6/QXLj6XswlWgjv7uTa64iQw+hIWzYdpt86ghglSqkfDrs+l/rqeTTyLJs dVzpDMd3AmmBuOVUeAHDfQwY+oetcgf1y3LW32kn9K52fq3ZDmZ9IS9GD/ntwMrgygHV I/Sg== X-Received: by 10.152.29.6 with SMTP id f6mr34055931lah.32.1421694000891; Mon, 19 Jan 2015 11:00:00 -0800 (PST) Received: from opensuse.site (ppp91-76-14-38.pppoe.mtu-net.ru. [91.76.14.38]) by mx.google.com with ESMTPSA id o1sm3866962laj.29.2015.01.19.10.59.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jan 2015 10:59:59 -0800 (PST) Date: Mon, 19 Jan 2015 21:59:58 +0300 From: Andrei Borzenkov To: Kris Moore Subject: Re: Patch for GELI v7 support Message-ID: <20150119215958.5689d506@opensuse.site> In-Reply-To: <54BD4BB0.9050108@pcbsd.org> References: <54BD4BB0.9050108@pcbsd.org> X-Mailer: Claws Mail 3.11.0 (GTK+ 2.24.25; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a Cc: grub-devel@gnu.org X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2015 19:00:13 -0000 =D0=92 Mon, 19 Jan 2015 13:23:44 -0500 Kris Moore =D0=BF=D0=B8=D1=88=D0=B5=D1=82: >=20 > GRUB's GELI support currently only supports up to v5, but FreeBSD has > updated to v7. The following patch updates GELI in GRUB to support v7, > along with the legacy v6 and below. >=20 pushed > By the way, I've sent in a number of these patches now. Is there a > better place / way to submit patches? >=20 It is the right place, but primary maintainer is mostly offline for a long time; I try to keep up with "obviously correct" and bug fixes, but we are still in pre-release and I'd like to avoid too much churn. I guess we need branch to collect ongoing patches.=20