Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64
Date: Thu, 20 Apr 2023 20:15:27 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43552@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages efi-handover
https://github.com/void-linux/void-packages/pull/43552

linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64
fixes #42566

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** (I don't have any machines with gummiboot that are 6.2-compatible (because zfs), but it builds)



A patch file from https://github.com/void-linux/void-packages/pull/43552.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-efi-handover-43552.patch --]
[-- Type: text/x-diff, Size: 1293 bytes --]

From 14f89fb36d875e3c34c8274f6d4717af188b0c74 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 20 Apr 2023 14:13:02 -0400
Subject: [PATCH] linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64

fixes #42566
---
 srcpkgs/linux6.2/files/x86_64-dotconfig | 2 +-
 srcpkgs/linux6.2/template               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/linux6.2/files/x86_64-dotconfig b/srcpkgs/linux6.2/files/x86_64-dotconfig
index e0a50498293b..d1024b67a4cd 100644
--- a/srcpkgs/linux6.2/files/x86_64-dotconfig
+++ b/srcpkgs/linux6.2/files/x86_64-dotconfig
@@ -475,7 +475,7 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y
 # CONFIG_X86_SGX is not set
 CONFIG_EFI=y
 CONFIG_EFI_STUB=y
-# CONFIG_EFI_HANDOVER_PROTOCOL is not set
+CONFIG_EFI_HANDOVER_PROTOCOL=y
 CONFIG_EFI_MIXED=y
 # CONFIG_EFI_FAKE_MEMMAP is not set
 CONFIG_EFI_RUNTIME_MAP=y
diff --git a/srcpkgs/linux6.2/template b/srcpkgs/linux6.2/template
index 9bd2d5779d6f..4e41d00442a7 100644
--- a/srcpkgs/linux6.2/template
+++ b/srcpkgs/linux6.2/template
@@ -1,7 +1,7 @@
 # Template file for 'linux6.2'
 pkgname=linux6.2
 version=6.2.11
-revision=1
+revision=2
 short_desc="Linux kernel and modules (${version%.*} series)"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-2.0-only"

             reply	other threads:[~2023-04-20 18:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 18:15 classabbyamp [this message]
2023-04-22 14:12 ` [PR PATCH] [Closed]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43552@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).