2018-07-23 15:29:17 |
Mauricio Faria de Oliveira |
bug |
|
|
added bug |
2018-07-23 15:58:44 |
Mauricio Faria de Oliveira |
description |
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* The patchset adds the PCI IDs and a basic fix
to enable the NICs.
[Test Case]
* Try to probe a Solarflare 8000 series NIC.
* It does not probe on the original kernel,
but probes and works on the patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
|
2018-07-24 11:53:11 |
Mauricio Faria de Oliveira |
description |
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* The patchset adds the PCI IDs and a basic fix
to enable the NICs.
[Test Case]
* Try to probe a Solarflare 8000 series NIC.
* It does not probe on the original kernel,
but probes and works on the patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* Servers with only this NIC cannot install
via netboot/network.
* The patchset adds the PCI IDs and a basic fix
to enable the NICs.
[Test Case]
* Try to probe a Solarflare 8000 series NIC.
* It does not probe on the original kernel,
but probes and works on the patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
|
2018-07-24 12:02:16 |
Mauricio Faria de Oliveira |
description |
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* Servers with only this NIC cannot install
via netboot/network.
* The patchset adds the PCI IDs and a basic fix
to enable the NICs.
[Test Case]
* Try to probe a Solarflare 8000 series NIC.
* It does not probe on the original kernel,
but probes and works on the patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* Servers with only this NIC cannot do netboot.
* The patchset adds the PCI IDs and a basic fix.
[Test Case]
* Try to probe/netboot/use a Solarflare 8000
series NIC.
* It does not probe on the original kernel,
but it does probe/netboot/install/stress
(i.e., basic fuctionality works) on the
patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
|
2018-07-24 12:04:23 |
Mauricio Faria de Oliveira |
description |
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* Servers with only this NIC cannot do netboot.
* The patchset adds the PCI IDs and a basic fix.
[Test Case]
* Try to probe/netboot/use a Solarflare 8000
series NIC.
* It does not probe on the original kernel,
but it does probe/netboot/install/stress
(i.e., basic fuctionality works) on the
patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
SRU Justification:
[Impact]
* Users cannot use Solarflare 8000 series NICs.
* Servers with only this NIC cannot do netboot.
* The patchset adds the PCI IDs and a basic fix.
[Test Case]
* Try to probe/netboot/use a Solarflare 8000
series NIC.
* It does not probe on the original kernel,
but it does probe/netboot/install/stress
(i.e., basic fuctionality works) on the
patched kernel.
[Regression Potential]
* Users with Solarflare 8000 series NIC might hit
problems on device probe or due to a new network
interface coming up, now that the NIC comes up.
* More specific features of the NIC or advanced
tuning/setup might not work as expected or run
into issues.
[Other Info]
* There are known error messages on device probe.
* These are benign/non-fatal and will be addressed
on another SRU cycle.
---
The Trusty HWE kernel from Xenial lacks the PCI ID for the Solarflare 8000 series NIC.
This prevents network installs on servers which only have that NIC.
In order to get NIC detected, link up, and successful network install,
only 2 commits are required:
dd248f1bc65b sfc: Add PCI ID for Solarflare 8000 series 10/40G NIC
93171b14a545 sfc: make TSO version a per-queue parameter
This patchset is undergoing testing, and I will post the patches to the kernel-team mailing list.
---
There are some kernel messages produced possibly due to additional commits missing,
but are benign/non-fatal and allows the NIC probing and basic functionality to work.
[ 2.803941] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Solarflare NIC detected
[ 2.806336] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): Part Number : SFN8042
[ 2.807366] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x4a inlen 8 failed rc=-2 (raw=2) arg=0
[ 2.808052] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): no PTP support
[ 2.808488] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): MC command 0x8f inlen 0 failed rc=-1 (raw=1) arg=0
[ 2.808605] sfc 0000:37:00.0 (unnamed net_device) (uninitialized): failed to allocate PIO buffers (-1)
...
[ 4.037694] sfc 0000:37:00.0 p2p1: link up at 40000Mbps full-duplex (MTU 1500)
The PTP (precision time protocol / ieee 1588) support is a feature to synchronize clocks
over a computer network with high precision, and is not required for basic functionality
nor for this particular user.
The failure to allocate PIO buffers is non-fatal, see sfc/ef10.c/efx_ef10_dimension_resources() comments.
The additional patches to resolve the error messages will be worked on another SRU cycle. |
|
2018-07-24 16:47:58 |
Kleber Sacilotto de Souza |
nominated for series |
|
Ubuntu Trusty |
|
2018-07-24 16:47:58 |
Kleber Sacilotto de Souza |
bug task added |
|
linux-lts-xenial (Ubuntu Trusty) |
|
2018-07-24 16:48:09 |
Kleber Sacilotto de Souza |
linux-lts-xenial (Ubuntu Trusty): status |
New |
In Progress |
|
2018-07-25 11:10:59 |
Kleber Sacilotto de Souza |
bug task added |
|
linux (Ubuntu) |
|
2018-07-25 11:11:08 |
Kleber Sacilotto de Souza |
nominated for series |
|
Ubuntu Xenial |
|
2018-07-25 11:11:08 |
Kleber Sacilotto de Souza |
bug task added |
|
linux (Ubuntu Xenial) |
|
2018-07-25 11:11:08 |
Kleber Sacilotto de Souza |
bug task added |
|
linux-lts-xenial (Ubuntu Xenial) |
|
2018-07-25 11:11:23 |
Kleber Sacilotto de Souza |
linux-lts-xenial (Ubuntu Xenial): status |
New |
Invalid |
|
2018-07-25 11:11:27 |
Kleber Sacilotto de Souza |
linux (Ubuntu Trusty): status |
New |
Invalid |
|
2018-07-25 11:11:39 |
Kleber Sacilotto de Souza |
linux (Ubuntu Xenial): status |
New |
In Progress |
|
2018-07-25 11:30:06 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Incomplete |
|
2018-07-25 13:05:36 |
Mauricio Faria de Oliveira |
linux (Ubuntu): status |
Incomplete |
New |
|
2018-07-25 13:30:05 |
Ubuntu Kernel Bot |
linux (Ubuntu): status |
New |
Incomplete |
|
2018-07-25 14:05:36 |
Mauricio Faria de Oliveira |
linux (Ubuntu): status |
Incomplete |
Confirmed |
|
2018-08-02 08:45:55 |
Kleber Sacilotto de Souza |
linux (Ubuntu Xenial): status |
In Progress |
Fix Committed |
|
2018-08-03 18:03:41 |
Brad Figg |
tags |
|
verification-needed-xenial |
|
2018-08-09 17:59:38 |
Mauricio Faria de Oliveira |
tags |
verification-needed-xenial |
verification-done-xenial |
|
2018-08-23 19:23:06 |
Launchpad Janitor |
linux (Ubuntu Xenial): status |
Fix Committed |
Fix Released |
|
2018-08-23 19:23:06 |
Launchpad Janitor |
cve linked |
|
2018-12233 |
|
2018-08-23 19:23:06 |
Launchpad Janitor |
cve linked |
|
2018-13094 |
|
2018-08-23 19:23:06 |
Launchpad Janitor |
cve linked |
|
2018-13405 |
|
2018-08-23 19:27:12 |
Launchpad Janitor |
linux-lts-xenial (Ubuntu Trusty): status |
In Progress |
Fix Released |
|
2018-08-23 19:34:18 |
Launchpad Janitor |
linux-lts-xenial (Ubuntu Trusty): status |
In Progress |
Fix Released |
|
2018-08-30 14:34:17 |
Mauricio Faria de Oliveira |
bug task added |
|
debian-installer (Ubuntu) |
|
2018-08-30 14:34:53 |
Mauricio Faria de Oliveira |
bug task deleted |
debian-installer (Ubuntu Xenial) |
|
|
2018-08-30 14:35:58 |
Mauricio Faria de Oliveira |
attachment added |
|
d-i_trusty_sf188840.debdiff https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1783152/+attachment/5182677/+files/d-i_trusty_sf188840.debdiff |
|
2018-08-30 14:36:18 |
Mauricio Faria de Oliveira |
debian-installer (Ubuntu): status |
New |
Invalid |
|
2018-08-30 14:37:53 |
Eric Desrochers |
bug |
|
|
added subscriber STS Sponsors |
2018-08-30 15:22:20 |
Eric Desrochers |
debian-installer (Ubuntu Trusty): status |
New |
In Progress |
|
2018-08-30 15:22:23 |
Eric Desrochers |
debian-installer (Ubuntu Trusty): importance |
Undecided |
Medium |
|
2018-08-30 15:22:43 |
Eric Desrochers |
debian-installer (Ubuntu Trusty): assignee |
|
Mauricio Faria de Oliveira (mfo) |
|
2018-08-30 16:21:09 |
Ubuntu Foundations Team Bug Bot |
tags |
verification-done-xenial |
patch verification-done-xenial |
|
2018-08-30 16:21:10 |
Ubuntu Foundations Team Bug Bot |
bug |
|
|
added subscriber Joseph Salisbury |
2018-08-31 13:01:34 |
Łukasz Zemczak |
debian-installer (Ubuntu Trusty): status |
In Progress |
Fix Committed |
|
2018-08-31 13:01:39 |
Łukasz Zemczak |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2018-08-31 13:01:42 |
Łukasz Zemczak |
bug |
|
|
added subscriber SRU Verification |
2018-08-31 13:01:47 |
Łukasz Zemczak |
tags |
patch verification-done-xenial |
patch verification-done-xenial verification-needed verification-needed-trusty |
|
2018-08-31 13:02:34 |
Łukasz Zemczak |
linux-lts-xenial (Ubuntu): status |
New |
Invalid |
|
2018-08-31 13:02:39 |
Łukasz Zemczak |
linux (Ubuntu): status |
Confirmed |
Invalid |
|
2018-09-10 12:32:36 |
Eric Desrochers |
removed subscriber STS Sponsors |
|
|
|
2018-09-10 21:13:55 |
Mauricio Faria de Oliveira |
tags |
patch verification-done-xenial verification-needed verification-needed-trusty |
patch verification-done-trusty verification-done-xenial verification-needed |
|
2018-09-12 10:53:21 |
Robie Basak |
removed subscriber Ubuntu Stable Release Updates Team |
|
|
|
2018-09-12 11:03:29 |
Launchpad Janitor |
debian-installer (Ubuntu Trusty): status |
Fix Committed |
Fix Released |
|
2018-12-14 09:20:36 |
Launchpad Janitor |
branch linked |
|
lp:~ubuntu-core-dev/debian-installer/trusty-proposed |
|
2019-02-20 16:30:55 |
Mauricio Faria de Oliveira |
nominated for series |
|
Ubuntu Precise |
|
2019-02-20 16:30:55 |
Mauricio Faria de Oliveira |
bug task added |
|
debian-installer (Ubuntu Precise) |
|
2019-02-20 16:30:55 |
Mauricio Faria de Oliveira |
bug task added |
|
linux (Ubuntu Precise) |
|
2019-02-20 16:30:55 |
Mauricio Faria de Oliveira |
bug task added |
|
linux-lts-xenial (Ubuntu Precise) |
|
2019-02-20 16:31:11 |
Mauricio Faria de Oliveira |
bug task deleted |
linux-lts-xenial (Ubuntu Precise) |
|
|
2019-02-20 16:31:24 |
Mauricio Faria de Oliveira |
bug task deleted |
linux (Ubuntu Precise) |
|
|
2019-02-20 16:31:31 |
Mauricio Faria de Oliveira |
bug task deleted |
debian-installer (Ubuntu Precise) |
|
|