Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update to Xen 4.20-unstable #200

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ source:
# signature: https://downloads.xenproject.org/release/xen/@VERSION@/xen-@[email protected]
# - git-url: https://gitlab.com/xen-project/xen.git
- git-url: https://xenbits.xenproject.org/git-http/xen.git
tag: RELEASE-@VERSION@
git-basename: xen-@[email protected]
# tag: RELEASE-@VERSION@
git-basename: xen-@VERSION@
commit-id: 25492368ea429fe3357748660c72456b9ba16528
pubkeys:
- xen.org-key.asc
6 changes: 3 additions & 3 deletions 0203-xen.efi.build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ index 4f6c086988dd..0efc664bc919 100644
-c $(srctree)/$(efi-check).c -o $(efi-check).o,y)

# Check if the linker supports PE.
-EFI_LDFLAGS := $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
+#EFI_LDFLAGS := $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
-EFI_LDFLAGS := $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10 --enable-long-section-names
+#EFI_LDFLAGS := $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10 --enable-long-section-names
+# use a reduced set of options from LDFLAGS
+EFI_LDFLAGS = --as-needed --build-id=sha1 -mi386pep --subsystem=10
+EFI_LDFLAGS = --as-needed --build-id=sha1 -mi386pep --subsystem=10 --enable-long-section-names
LD_PE_check_cmd = $(call ld-option,$(EFI_LDFLAGS) --image-base=0x100000000 -o $(efi-check).efi $(efi-check).o)
XEN_BUILD_PE := $(LD_PE_check_cmd)

Expand Down
34 changes: 0 additions & 34 deletions 0300-xen-list-add-LIST_HEAD_RO_AFTER_INIT.patch

This file was deleted.

Loading