Hello community,

here is the log from the commit of package go1.12 for openSUSE:Factory checked 
in at 2019-05-25 13:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/go1.12 (Old)
 and      /work/SRC/openSUSE:Factory/.go1.12.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "go1.12"

Sat May 25 13:14:57 2019 rev:5 rq:703505 version:1.12.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/go1.12/go1.12.changes    2019-05-09 
10:09:13.380995911 +0200
+++ /work/SRC/openSUSE:Factory/.go1.12.new.5148/go1.12.changes  2019-05-25 
13:14:58.484453913 +0200
@@ -1,0 +2,5 @@
+Thu May 16 07:12:19 UTC 2019 - Martin Liška <[email protected]>
+
+- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
+
+-------------------------------------------------------------------

New:
----
  gcc9-rsp-clobber.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ go1.12.spec ++++++
--- /var/tmp/diff_new_pack.NA4U4b/_old  2019-05-25 13:15:00.500453164 +0200
+++ /var/tmp/diff_new_pack.NA4U4b/_new  2019-05-25 13:15:00.528453153 +0200
@@ -140,6 +140,7 @@
 Patch8:         gcc6-go.patch
 Patch9:         gcc7-go.patch
 Patch10:        gcc8-go.patch
+Patch11:        gcc9-rsp-clobber.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # boostrap
 %if %{with gccgo}
@@ -211,6 +212,7 @@
 %ifarch %{tsan_arch}
 # compiler-rt
 %setup -q -T -b 100 -n compiler-rt-g%{tsan_commit}
+%patch11 -p1
 %endif
 # go
 %setup -q -n go

++++++ gcc9-rsp-clobber.patch ++++++
--- a/lib/sanitizer_common/sanitizer_linux.cc   2018-01-11 23:53:30.000000000 
+0100
+++ b/lib/sanitizer_common/sanitizer_linux.cc.new       2019-03-10 
21:23:23.824919781 +0100
@@ -1243,7 +1243,7 @@
                          "d"(parent_tidptr),
                          "r"(r8),
                          "r"(r10)
-                       : "rsp", "memory", "r11", "rcx");
+                       : "memory", "r11", "rcx");
   return res;
 }
 #elif defined(__mips__)

Reply via email to