Activity log for bug #1903814

Date Who What changed Old value New value Message
2020-11-11 07:49:39 bugproxy bug added bug
2020-11-11 07:49:40 bugproxy tags architecture-s39064 bugnameltc-189170 severity-high targetmilestone-inin2104
2020-11-11 07:49:41 bugproxy ubuntu: assignee Skipper Bug Screeners (skipper-screen-team)
2020-11-11 07:49:47 bugproxy affects ubuntu binutils-s390x-cross (Ubuntu)
2020-11-11 09:31:10 Frank Heimes bug task added binutils (Ubuntu)
2020-11-11 09:31:17 Frank Heimes bug task deleted binutils-s390x-cross (Ubuntu)
2020-11-11 09:31:40 Frank Heimes bug task added ubuntu-z-systems
2020-11-11 09:32:01 Frank Heimes ubuntu-z-systems: importance Undecided High
2020-11-11 09:34:40 Frank Heimes nominated for series Ubuntu Bionic
2020-11-11 09:34:40 Frank Heimes bug task added binutils (Ubuntu Bionic)
2020-11-11 09:35:34 Frank Heimes binutils (Ubuntu): status New Fix Released
2020-11-11 09:36:12 Frank Heimes binutils (Ubuntu Bionic): assignee Canonical Foundations Team (canonical-foundations)
2020-11-11 09:36:32 Frank Heimes ubuntu-z-systems: assignee Skipper Bug Screeners (skipper-screen-team)
2020-11-11 09:36:52 Frank Heimes ubuntu-z-systems: status New Triaged
2020-11-11 14:37:10 Matthieu Clemenceau tags architecture-s39064 bugnameltc-189170 severity-high targetmilestone-inin2104 architecture-s39064 bugnameltc-189170 fr-920 severity-high targetmilestone-inin2104
2020-11-12 15:47:08 Dimitri John Ledkov bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736
2020-11-12 15:47:08 Dimitri John Ledkov bug task added binutils (Debian)
2020-11-12 16:31:32 Bug Watch Updater binutils (Debian): status Unknown New
2020-11-23 16:29:37 bugproxy attachment added for 18.04 https://bugs.launchpad.net/bugs/1903814/+attachment/5437266/+files/patch-binutils-2_30
2021-01-28 15:42:49 Dimitri John Ledkov binutils (Ubuntu Bionic): status New In Progress
2021-01-28 15:42:55 Dimitri John Ledkov bug added subscriber Ubuntu Stable Release Updates Team
2021-01-28 15:43:37 Dimitri John Ledkov binutils (Ubuntu Bionic): status In Progress New
2021-02-17 16:20:28 Lukas Märdian description Please backport the following bugfix into Ubuntu LTS: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e6213e09ed0e Some relevant historic links: Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736 glibc bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=18960 In s390 kernel context, this bug manifests itself as random errors and infinite loops, so it's fairly severe. These are the current versions of binutils: Package binutils xenial (16.04LTS) (devel): GNU assembler, linker and binary utilities 2.26.1-1ubuntu1~16.04.8 [security]: amd64 i386 2.26-8ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x xenial-updates (devel): GNU assembler, linker and binary utilities 2.26.1-1ubuntu1~16.04.8: amd64 arm64 armhf i386 powerpc ppc64el s390x bionic (18.04LTS) (devel): GNU assembler, linker and binary utilities 2.30-21ubuntu1~18.04.4 [security]: amd64 i386 2.30-15ubuntu1 [ports]: arm64 armhf ppc64el s390x bionic-updates (devel): GNU assembler, linker and binary utilities 2.30-21ubuntu1~18.04.4: amd64 arm64 armhf i386 ppc64el s390x focal (20.04LTS) (devel): GNU assembler, linker and binary utilities 2.34-6ubuntu1: amd64 arm64 armhf i386 ppc64el s390x groovy (devel): GNU assembler, linker and binary utilities 2.35.1-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x The patch applies fine to 2.26 and 2.30 (except for tests, but we don't need them). We don't need it on 2.32+. [Impact] * In s390 kernel context, this bug manifests itself as random errors and infinite loops. [Test Case] * Needs to be confirmed by IBM * Build-time tests-suite (applied upstream) backported to Bionic in + ld/testsuite/ld-s390/gotreloc-1.s + ld/testsuite/ld-s390/gotreloc-1.ver + ld/testsuite/ld-s390/gotreloc_31-1.dd + ld/testuite/ld-s390/gotreloc_64-1.dd [Where problems could occur] * Binutils is a base toolchain package - A problem could potentially affect the whole system - With compiler/linker errors - Or random errors in the produced binaries * This patch touches only architecture specific code in bfd/elf64-s390.c - It would only affect the s390x architecture in this case [Other Info] * While testing the fix in Bileto, we found one pending autopkgtest regression with linux/amd64 4.15.0-135.139 which is resolved in 4.15.0-136.140 (currently in -proposed). == Original Description == Please backport the following bugfix into Ubuntu LTS: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e6213e09ed0e Some relevant historic links: Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736 glibc bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=18960 In s390 kernel context, this bug manifests itself as random errors and infinite loops, so it's fairly severe. These are the current versions of binutils: Package binutils     xenial (16.04LTS) (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8 [security]: amd64 i386     2.26-8ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x     xenial-updates (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8: amd64 arm64 armhf i386 powerpc ppc64el s390x     bionic (18.04LTS) (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4 [security]: amd64 i386     2.30-15ubuntu1 [ports]: arm64 armhf ppc64el s390x     bionic-updates (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4: amd64 arm64 armhf i386 ppc64el s390x     focal (20.04LTS) (devel): GNU assembler, linker and binary utilities     2.34-6ubuntu1: amd64 arm64 armhf i386 ppc64el s390x     groovy (devel): GNU assembler, linker and binary utilities     2.35.1-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x The patch applies fine to 2.26 and 2.30 (except for tests, but we don't need them). We don't need it on 2.32+.
2021-02-18 09:18:06 Lukas Märdian description [Impact] * In s390 kernel context, this bug manifests itself as random errors and infinite loops. [Test Case] * Needs to be confirmed by IBM * Build-time tests-suite (applied upstream) backported to Bionic in + ld/testsuite/ld-s390/gotreloc-1.s + ld/testsuite/ld-s390/gotreloc-1.ver + ld/testsuite/ld-s390/gotreloc_31-1.dd + ld/testuite/ld-s390/gotreloc_64-1.dd [Where problems could occur] * Binutils is a base toolchain package - A problem could potentially affect the whole system - With compiler/linker errors - Or random errors in the produced binaries * This patch touches only architecture specific code in bfd/elf64-s390.c - It would only affect the s390x architecture in this case [Other Info] * While testing the fix in Bileto, we found one pending autopkgtest regression with linux/amd64 4.15.0-135.139 which is resolved in 4.15.0-136.140 (currently in -proposed). == Original Description == Please backport the following bugfix into Ubuntu LTS: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e6213e09ed0e Some relevant historic links: Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736 glibc bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=18960 In s390 kernel context, this bug manifests itself as random errors and infinite loops, so it's fairly severe. These are the current versions of binutils: Package binutils     xenial (16.04LTS) (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8 [security]: amd64 i386     2.26-8ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x     xenial-updates (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8: amd64 arm64 armhf i386 powerpc ppc64el s390x     bionic (18.04LTS) (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4 [security]: amd64 i386     2.30-15ubuntu1 [ports]: arm64 armhf ppc64el s390x     bionic-updates (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4: amd64 arm64 armhf i386 ppc64el s390x     focal (20.04LTS) (devel): GNU assembler, linker and binary utilities     2.34-6ubuntu1: amd64 arm64 armhf i386 ppc64el s390x     groovy (devel): GNU assembler, linker and binary utilities     2.35.1-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x The patch applies fine to 2.26 and 2.30 (except for tests, but we don't need them). We don't need it on 2.32+. [Impact]  * In s390 kernel context, this bug manifests itself as random errors and infinite loops. [Test Case]  * Needs to be confirmed by IBM  * Build-time tests-suite (applied upstream) backported to Bionic in    + ld/testsuite/ld-s390/gotreloc-1.s    + ld/testsuite/ld-s390/gotreloc-1.ver    + ld/testsuite/ld-s390/gotreloc_31-1.dd    + ld/testuite/ld-s390/gotreloc_64-1.dd * If you build the kernel with CONFIG_DEBUG_INFO_BTF, there is a 50% chance that you will see "Failed verification: in-kernel BTF is malformed" during boot [Where problems could occur]  * Binutils is a base toolchain package    - A problem could potentially affect the whole system    - With compiler/linker errors    - Or random errors in the produced binaries  * This patch touches only architecture specific code in bfd/elf64-s390.c    - It would only affect the s390x architecture in this case [Other Info]  * While testing the fix in Bileto, we found one pending autopkgtest regression with linux/amd64 4.15.0-135.139 which is resolved in 4.15.0-136.140 (currently in -proposed). == Original Description == Please backport the following bugfix into Ubuntu LTS: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e6213e09ed0e Some relevant historic links: Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736 glibc bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=18960 In s390 kernel context, this bug manifests itself as random errors and infinite loops, so it's fairly severe. These are the current versions of binutils: Package binutils     xenial (16.04LTS) (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8 [security]: amd64 i386     2.26-8ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x     xenial-updates (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8: amd64 arm64 armhf i386 powerpc ppc64el s390x     bionic (18.04LTS) (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4 [security]: amd64 i386     2.30-15ubuntu1 [ports]: arm64 armhf ppc64el s390x     bionic-updates (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4: amd64 arm64 armhf i386 ppc64el s390x     focal (20.04LTS) (devel): GNU assembler, linker and binary utilities     2.34-6ubuntu1: amd64 arm64 armhf i386 ppc64el s390x     groovy (devel): GNU assembler, linker and binary utilities     2.35.1-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x The patch applies fine to 2.26 and 2.30 (except for tests, but we don't need them). We don't need it on 2.32+.
2021-02-18 15:59:24 Lukas Märdian description [Impact]  * In s390 kernel context, this bug manifests itself as random errors and infinite loops. [Test Case]  * Needs to be confirmed by IBM  * Build-time tests-suite (applied upstream) backported to Bionic in    + ld/testsuite/ld-s390/gotreloc-1.s    + ld/testsuite/ld-s390/gotreloc-1.ver    + ld/testsuite/ld-s390/gotreloc_31-1.dd    + ld/testuite/ld-s390/gotreloc_64-1.dd * If you build the kernel with CONFIG_DEBUG_INFO_BTF, there is a 50% chance that you will see "Failed verification: in-kernel BTF is malformed" during boot [Where problems could occur]  * Binutils is a base toolchain package    - A problem could potentially affect the whole system    - With compiler/linker errors    - Or random errors in the produced binaries  * This patch touches only architecture specific code in bfd/elf64-s390.c    - It would only affect the s390x architecture in this case [Other Info]  * While testing the fix in Bileto, we found one pending autopkgtest regression with linux/amd64 4.15.0-135.139 which is resolved in 4.15.0-136.140 (currently in -proposed). == Original Description == Please backport the following bugfix into Ubuntu LTS: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e6213e09ed0e Some relevant historic links: Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736 glibc bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=18960 In s390 kernel context, this bug manifests itself as random errors and infinite loops, so it's fairly severe. These are the current versions of binutils: Package binutils     xenial (16.04LTS) (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8 [security]: amd64 i386     2.26-8ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x     xenial-updates (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8: amd64 arm64 armhf i386 powerpc ppc64el s390x     bionic (18.04LTS) (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4 [security]: amd64 i386     2.30-15ubuntu1 [ports]: arm64 armhf ppc64el s390x     bionic-updates (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4: amd64 arm64 armhf i386 ppc64el s390x     focal (20.04LTS) (devel): GNU assembler, linker and binary utilities     2.34-6ubuntu1: amd64 arm64 armhf i386 ppc64el s390x     groovy (devel): GNU assembler, linker and binary utilities     2.35.1-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x The patch applies fine to 2.26 and 2.30 (except for tests, but we don't need them). We don't need it on 2.32+. [Impact]  * In s390 kernel context, this bug manifests itself as random errors and infinite loops. [Test Case]  * Needs to be confirmed by IBM  * Build-time tests-suite (applied upstream) backported to Bionic in    + ld/testsuite/ld-s390/gotreloc-1.s    + ld/testsuite/ld-s390/gotreloc-1.ver    + ld/testsuite/ld-s390/gotreloc_31-1.dd    + ld/testuite/ld-s390/gotreloc_64-1.dd  * If you build the kernel with CONFIG_DEBUG_INFO_BTF, there is a 50% chance that you will see "Failed verification: in-kernel BTF is malformed" during boot [Where problems could occur]  * Binutils is a base toolchain package    - A problem could potentially affect the whole system    - With compiler/linker errors    - Or random errors in the produced binaries  * This patch touches only architecture specific code in bfd/elf64-s390.c    - It would only affect the s390x architecture in this case [Other Info]  * While testing the fix in Bileto, we found one pending autopkgtest regression with linux/amd64 4.15.0-135.139 which is resolved in 4.15.0-136.140 (currently in -proposed). * The failed test in snapcraft is not a regression, as it never passed before. == Original Description == Please backport the following bugfix into Ubuntu LTS: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=e6213e09ed0e Some relevant historic links: Debian bugreport: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961736 glibc bugreport: https://sourceware.org/bugzilla/show_bug.cgi?id=18960 In s390 kernel context, this bug manifests itself as random errors and infinite loops, so it's fairly severe. These are the current versions of binutils: Package binutils     xenial (16.04LTS) (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8 [security]: amd64 i386     2.26-8ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x     xenial-updates (devel): GNU assembler, linker and binary utilities     2.26.1-1ubuntu1~16.04.8: amd64 arm64 armhf i386 powerpc ppc64el s390x     bionic (18.04LTS) (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4 [security]: amd64 i386     2.30-15ubuntu1 [ports]: arm64 armhf ppc64el s390x     bionic-updates (devel): GNU assembler, linker and binary utilities     2.30-21ubuntu1~18.04.4: amd64 arm64 armhf i386 ppc64el s390x     focal (20.04LTS) (devel): GNU assembler, linker and binary utilities     2.34-6ubuntu1: amd64 arm64 armhf i386 ppc64el s390x     groovy (devel): GNU assembler, linker and binary utilities     2.35.1-1ubuntu1: amd64 arm64 armhf i386 ppc64el s390x The patch applies fine to 2.26 and 2.30 (except for tests, but we don't need them). We don't need it on 2.32+.
2021-02-18 17:03:57 Lukas Märdian binutils (Ubuntu Bionic): status New In Progress
2021-02-18 17:30:14 Frank Heimes ubuntu-z-systems: status Triaged In Progress
2021-02-19 15:02:50 Łukasz Zemczak binutils (Ubuntu Bionic): status In Progress Fix Committed
2021-02-19 15:02:53 Łukasz Zemczak bug added subscriber SRU Verification
2021-02-19 15:02:55 Łukasz Zemczak tags architecture-s39064 bugnameltc-189170 fr-920 severity-high targetmilestone-inin2104 architecture-s39064 bugnameltc-189170 fr-920 severity-high targetmilestone-inin2104 verification-needed verification-needed-bionic
2021-02-19 15:47:31 Frank Heimes ubuntu-z-systems: status In Progress Fix Committed
2021-02-25 14:08:43 Frank Heimes tags architecture-s39064 bugnameltc-189170 fr-920 severity-high targetmilestone-inin2104 verification-needed verification-needed-bionic architecture-s39064 bugnameltc-189170 fr-920 severity-high targetmilestone-inin2104 verification-done verification-done-bionic
2021-03-01 11:04:26 Launchpad Janitor binutils (Ubuntu Bionic): status Fix Committed Fix Released
2021-03-01 11:04:34 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2021-03-01 11:13:35 Frank Heimes ubuntu-z-systems: status Fix Committed Fix Released