From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DD02C04A68 for ; Thu, 28 Jul 2022 15:43:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232212AbiG1Pn2 (ORCPT ); Thu, 28 Jul 2022 11:43:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55386 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231177AbiG1PnV (ORCPT ); Thu, 28 Jul 2022 11:43:21 -0400 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E51D369F34; Thu, 28 Jul 2022 08:43:20 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 8E2F921F; Thu, 28 Jul 2022 15:43:20 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 8E2F921F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1659023000; bh=1neTIY3xm1jMdQv4l8CARyFeD/JU7RMIRvBQJkl+k4U=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Oc+ipWN+ZMIMDIN+9A3Sd+rKhJFA4etg9GIP3wlVmgO4ayqQGlOUwoTJ/UqgrJKWy NEw6jTeIS28IiB47d3J3DmDLZkGv/86T8RFgbbQkSRPt37xGtz7U0V8GKTW1ZtsiTh SzpG9LNQSEziGS1WmFZN9LXSIomDUYFykqu5WRawgKjw7yUtoWmRGK/cnU9UCYIW8t wc9gwcUUfLaVjfqvU4gd/tl17OTDZuD2XPOM8CM5GQKpVVE83AbyR9Hs1GmucT97WL fGQscttJviUTPHr2CccrkW8c5qzfgmsJm/gh656IbRG5k6tEOe88efLIntEgJaPM+I w+XOLIXdzaH4A== From: Jonathan Corbet To: Ard Biesheuvel , =?utf-8?Q?Jo=C3=A3o?= Paulo Rechi Vita Cc: linux@endlessos.org, =?utf-8?Q?Jo=C3=A3o?= Paulo Rechi Vita , linux-efi , Linux Doc Mailing List , Linux Kernel Mailing List Subject: Re: [PATCH] docs: efi-stub: Fix paths for x86 / arm stubs In-Reply-To: References: <20220727140539.10021-1-jprvita@endlessos.org> Date: Thu, 28 Jul 2022 09:43:20 -0600 Message-ID: <87lesdb5uv.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ard Biesheuvel writes: > On Wed, 27 Jul 2022 at 07:06, Jo=C3=A3o Paulo Rechi Vita wrote: >> >> This fixes the paths of x86 / arm efi-stub source files. >> >> Signed-off-by: Jo=C3=A3o Paulo Rechi Vita > > Reviewed-by: Ard Biesheuvel Applied, thanks. jon