summaryrefslogtreecommitdiff
path: root/packaging/coreclr.spec
diff options
context:
space:
mode:
authorKonstantin Baladurin <k.baladurin@samsung.com>2019-08-26 16:27:23 +0900
committerKonstantin Baladurin <k.baladurin@samsung.com>2019-08-26 16:46:46 +0900
commit3779e440c80190d416f91e3f423b590ddf691fa3 (patch)
tree2dbecc7c715c136a7db9db1b1d5e2370f003ba57 /packaging/coreclr.spec
parent399653b670d9e14c47cef78c7e4dcdc369f66ed7 (diff)
downloadcoreclr-3779e440c80190d416f91e3f423b590ddf691fa3.tar.gz
coreclr-3779e440c80190d416f91e3f423b590ddf691fa3.tar.bz2
coreclr-3779e440c80190d416f91e3f423b590ddf691fa3.zip
Port 'Fix a PAL spin lock issue'tizen_4.0_tv
https://github.com/dotnet/coreclr/pull/19606 This patch can solve double free issue. Change-Id: I66948a6b6cbec0f5f79bdae1ff92e09c254e82e0
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r--packaging/coreclr.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index e902cdb3a3..894a4c62de 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -23,7 +23,7 @@ Source1000: downloaded_files.tar.gz
Source1001: %{name}.manifest
Source1002: libicu.tar.gz
Source1003: dep_libs.tar.gz
-# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
+# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
Patch0: 0001-Add-project.assets.json-files.patch
Patch1: 0001-ARM-Linux-Support-unaligned-struct-read-write-11290.patch
Patch2: 0002-x86-Linux-Thread-safe-UMThunkMarshInfo-RunTimeInit-1.patch
@@ -70,6 +70,7 @@ Patch42: 0001-Fix-build-with-Asan-15372.patch
Patch43: 0002-Fix-asan-false-positive-errors-15563.patch
Patch44: 0003-ThrowExceptionFromContextInternal-RtlCaptureContext-.patch
Patch45: 0004-ExecuteHandlerOnOriginalStack-handle-case-when-it-is.patch
+Patch46: 0001-Fix-a-PAL-spin-lock-issue.patch
ExcludeArch: aarch64
@@ -214,6 +215,7 @@ cp %{SOURCE1001} .
%patch43 -p1
%patch44 -p1
%patch45 -p1
+%patch46 -p1
%if 0%{skipmscorlib}
%else