From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1o1Ppv-0006Ix-Sw for mharc-grub-devel@gnu.org; Wed, 15 Jun 2022 06:01:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43198) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Ppt-0006Go-UM for grub-devel@gnu.org; Wed, 15 Jun 2022 06:01:17 -0400 Received: from jpoiret.xyz ([206.189.101.64]:42170) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o1Ppo-0007Gm-LW for grub-devel@gnu.org; Wed, 15 Jun 2022 06:01:17 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id CA6A7184F2C; Wed, 15 Jun 2022 10:01:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1655287268; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pll89wBJqXQAM0saC9jZQsgJETtoD0L089C/xNG3MpA=; b=cQygxlqP/aTAYjR4PNW3UZ33QaEuAvHN0uP88Nr4Knur7wzO7IN5XWkglBFWvj4aWMS/xb nRXTtKsNbHLswoXzBjTH5zRYDfuYULwOTONlyUUo10VrWmdeW7GcEuMPqcJ33JrCBRlcKE 4TvyVHx5SgaqS0PsuJzGwpKi5wRFX8l/d9kNpb/bua4uFOZzB0PZDzP2geEA/Xnexgl/w6 up+58IO4qv3/f4w3AH0Q+5Kvg98Gd/xPMVRSA5I66+eh1rLNnOLwMszD5cajnoxM4ZKDtu SbeWoMavIdx9px0Kt2e2TJKOOTh9FWPACFquTfkpP5q8WRR4CNqy+aauI+ADbw== From: Josselin Poiret To: development@efficientek.com Cc: grub-devel@gnu.org, Daniel Kiper , Patrick Steinhardt , Michael Chang Subject: [PATCH v5 0/2] Have LUKS2 cryptomounts be useable with grub-probe In-Reply-To: <20220614133120.48d489e2@crass-HP-ZBook-15-G2> References: <20220520192035.313b5ede@crass-HP-ZBook-15-G2> <20220614134730.7439-1-dev@jpoiret.xyz> <20220614133120.48d489e2@crass-HP-ZBook-15-G2> Date: Wed, 15 Jun 2022 12:01:07 +0200 Message-ID: <878rpyw8ik.fsf@jpoiret.xyz> MIME-Version: 1.0 Content-Type: text/plain Authentication-Results: jpoiret.xyz; auth=pass smtp.auth=jpoiret@jpoiret.xyz smtp.mailfrom=dev@jpoiret.xyz X-Spamd-Bar: / Received-SPF: pass client-ip=206.189.101.64; envelope-from=dev@jpoiret.xyz; helo=jpoiret.xyz X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, PDS_OTHER_BAD_TLD=1.997, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2022 10:01:18 -0000 Hello again, Following Michael's mail, here's hopefully the latest patch series! This fixes building on 32-bit by using grub_uint64_t indiscriminately, and removes the curly braces for the the two ifs at the end. Sorry for all the noise. Best, -- Josselin Poiret