From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bmailout3.hostsharing.net (bmailout3.hostsharing.net [176.9.242.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A5F99161307; Mon, 1 Jul 2024 14:17:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=176.9.242.62 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719843479; cv=none; b=X3l9nfJNCfrshTwnUF1TXb5+NifPsq8Z3xf7pdXoxHBWeufXiTi4Pu+sXDy07XvZRttUyLVuj/Ad7sleAIZm7PpHiAUhAfaP3ACYpUWeCQ8KY4Vimx+L2zgcNkow36aaZM+Hrn3ofrr+8DnQQwu6akOKLxgf1OmnVlV8b2Gs5II= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719843479; c=relaxed/simple; bh=ZZiQiEcgWQWD2MGwBli8bZUxF0065QbUFbHZ8s+ZMOk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kaksL8kSWwYkIQ2ETOnp6uL4CEGV6z9ZReXNObkHW4xB6mdwojWZMsvRC0WIe9xvrpdjZOrU0Jn6lp+5j8Zmo42RLvmnYDCL25U8hq32xs72/ijFSziozXdHIPw+VkRg/BXCsY92edF5/trz/efyvGunAD2FSnFe/iFYPB1R8BM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de; spf=none smtp.mailfrom=h08.hostsharing.net; arc=none smtp.client-ip=176.9.242.62 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=h08.hostsharing.net Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by bmailout3.hostsharing.net (Postfix) with ESMTPS id 4A964100DA1CB; Mon, 1 Jul 2024 16:17:53 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 003AF3CAD99; Mon, 1 Jul 2024 16:17:52 +0200 (CEST) Date: Mon, 1 Jul 2024 16:17:52 +0200 From: Lukas Wunner To: Ard Biesheuvel Cc: linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, Ard Biesheuvel , Aditya Garg , Hans de Goede , Kerem Karabay , Orlando Chamberlain Subject: Re: [PATCH v3 0/2] efi/x86: Call set_os() protocol on dual GPU Macs Message-ID: References: <20240701140940.2340297-4-ardb+git@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240701140940.2340297-4-ardb+git@google.com> On Mon, Jul 01, 2024 at 04:09:41PM +0200, Ard Biesheuvel wrote: > Aditya Garg (1): > x86/efistub: Call Apple set_os protocol on dual GPU Intel Macs > > Ard Biesheuvel (1): > efistub/x86: Enable SMBIOS protocol handling for x86 For the series, Reviewed-by: Lukas Wunner