From 91b4afcd382f1d9cabb4977ef294b1dbe2e414d0 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Wed, 10 Sep 2025 07:47:02 +1000 Subject: [PATCH] Rebase against c20abdb856139f156ceab0afbb8454e0ad79f0a4. --- ...-warning-message-specifying-the-wine-st.patch | 16 ++++++++-------- staging/upstream-commit | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/patches/Staging/0001-ntdll-Print-a-warning-message-specifying-the-wine-st.patch b/patches/Staging/0001-ntdll-Print-a-warning-message-specifying-the-wine-st.patch index 769b38d3..f8c6bbdb 100644 --- a/patches/Staging/0001-ntdll-Print-a-warning-message-specifying-the-wine-st.patch +++ b/patches/Staging/0001-ntdll-Print-a-warning-message-specifying-the-wine-st.patch @@ -1,4 +1,4 @@ -From 3dc4a148d7c91afea8f589f47daca82c5c27b7c1 Mon Sep 17 00:00:00 2001 +From efd5485d5026fceb01c7a25bb47a780505adea68 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 2 Oct 2014 19:44:31 +0200 Subject: [PATCH] ntdll: Print a warning message specifying the wine-staging @@ -9,7 +9,7 @@ Subject: [PATCH] ntdll: Print a warning message specifying the wine-staging 1 file changed, 19 insertions(+) diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c -index 74eb1b7f500..95639558155 100644 +index c20d6a5d87b..717f321bc6e 100644 --- a/dlls/ntdll/loader.c +++ b/dlls/ntdll/loader.c @@ -43,6 +43,7 @@ WINE_DECLARE_DEBUG_CHANNEL(relay); @@ -20,7 +20,7 @@ index 74eb1b7f500..95639558155 100644 #ifdef _WIN64 #define DEFAULT_SECURITY_COOKIE_64 (((ULONGLONG)0x00002b99 << 32) | 0x2ddfa232) -@@ -3870,6 +3871,7 @@ void WINAPI LdrShutdownProcess(void) +@@ -3879,6 +3880,7 @@ void WINAPI LdrShutdownProcess(void) process_detach(); } @@ -28,7 +28,7 @@ index 74eb1b7f500..95639558155 100644 /****************************************************************** * RtlExitUserProcess (NTDLL.@) -@@ -4366,6 +4368,9 @@ static void release_address_space(void) +@@ -4388,6 +4390,9 @@ static void release_address_space(void) */ void loader_init( CONTEXT *context, void **entry ) { @@ -38,9 +38,9 @@ index 74eb1b7f500..95639558155 100644 static int attach_done; NTSTATUS status; ULONG_PTR cookie, port = 0; -@@ -4455,6 +4460,20 @@ void loader_init( CONTEXT *context, void **entry ) - arm64ec_thread_init(); - #endif +@@ -4485,6 +4490,20 @@ void loader_init( CONTEXT *context, void **entry ) + } + wm = get_modref( NtCurrentTeb()->Peb->ImageBaseAddress ); + /* This hunk occasionally applies in the wrong place; + * add a comment here to try to prevent that. */ @@ -60,5 +60,5 @@ index 74eb1b7f500..95639558155 100644 NtCurrentTeb()->FlsSlots = fls_alloc_data(); -- -2.47.2 +2.51.0 diff --git a/staging/upstream-commit b/staging/upstream-commit index eb4171c9..886b0fe2 100644 --- a/staging/upstream-commit +++ b/staging/upstream-commit @@ -1 +1 @@ -e6df334f178a9b0058fdee0326c5901082efd0d2 +c20abdb856139f156ceab0afbb8454e0ad79f0a4