Activity log for bug #1839693

Date Who What changed Old value New value Message
2019-08-10 02:42:18 Dee Raj bug added bug
2019-08-12 04:54:46 Po-Hsu Lin linux-hwe (Ubuntu): assignee Po-Hsu Lin (cypressyew)
2019-08-12 07:18:55 Po-Hsu Lin linux-hwe (Ubuntu): status New Incomplete
2019-08-12 07:18:58 Po-Hsu Lin bug added subscriber Po-Hsu Lin
2019-08-15 03:42:13 Po-Hsu Lin affects linux-hwe (Ubuntu) linux (Ubuntu)
2019-08-15 03:42:29 Po-Hsu Lin nominated for series Ubuntu Eoan
2019-08-15 03:42:29 Po-Hsu Lin bug task added linux (Ubuntu Eoan)
2019-08-15 03:42:29 Po-Hsu Lin nominated for series Ubuntu Disco
2019-08-15 03:42:29 Po-Hsu Lin bug task added linux (Ubuntu Disco)
2019-08-15 03:42:36 Po-Hsu Lin linux (Ubuntu Eoan): status Incomplete Fix Released
2019-08-15 03:42:41 Po-Hsu Lin linux (Ubuntu Disco): status New In Progress
2019-08-15 03:42:49 Po-Hsu Lin linux (Ubuntu Disco): assignee Po-Hsu Lin (cypressyew)
2019-08-15 03:42:51 Po-Hsu Lin linux (Ubuntu Eoan): assignee Po-Hsu Lin (cypressyew)
2019-08-15 03:43:30 Po-Hsu Lin tags disco
2019-08-15 05:19:00 Po-Hsu Lin description I am using the Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter This relies on the p54usb driver. It works great on kernel 4.18. I upgraded to 5.0.0-3 and the device fails to start. On the older kernel, things seem good: [ 1255.546620] usb 3-1: new high-speed USB device number 3 using xhci_hcd [ 1255.704106] usb 3-1: New USB device found, idVendor=413c, idProduct=8104, bcdDevice=10.50 [ 1255.704110] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1255.704112] usb 3-1: Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter [ 1255.704115] usb 3-1: Manufacturer: DELL [ 1255.830808] usb 3-1: reset high-speed USB device number 3 using xhci_hcd [ 1255.979753] usb 3-1: Loading firmware file isl3887usb [ 1255.980055] ieee80211 phy1: p54 detected a LM87 firmware [ 1255.980058] p54: rx_mtu reduced from 3240 to 2384 [ 1255.980060] ieee80211 phy1: FW rev 2.13.25.0 - Softmac protocol 5.9 [ 1255.980063] ieee80211 phy1: cryptographic accelerator WEP:YES, TKIP:YES, CCMP:YES [ 1256.974586] ieee80211 phy1: hwaddr 00:14:a5:c6:56:ca, MAC:isl3892 RF:Xbow [ 1256.976368] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 1256.976974] usb 3-1: is registered as 'phy1' [ 1256.981866] p54usb 3-1:1.0 wlx0014a5c656ca: renamed from wlan0 I'm using: Description: Ubuntu 18.04.3 LTS Release: 18.04 == SRU Justification == User report that the p54usb driver will crash when trying to load it on 5.0 kernel for a Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 adapter. This was caused by commit e3554197 (p54: Use skb_peek_tail() instead of direct head pointer accesses.) == Fix == * 1645ab93 (p54: fix crash during initialization) This patch added a check for target_skb to determine where to queue the buffer. It can be cherry-picked into Disco. Eoan got this patch from v5.2.1 upstream stable release update. == Test == Test kernel could be found here: https://people.canonical.com/~phlin/kernel/lp-1839693-p54usb/ This issue was reported against Bionic HWE 5.0 kernel, user confirmed that the patched B-hwe kernel works as expected. == Regression Potential == Low, change limited to p54usb driver, patch tested with positive test result. == Original Bug Report == I am using the Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter This relies on the p54usb driver. It works great on kernel 4.18. I upgraded to 5.0.0-3 and the device fails to start. On the older kernel, things seem good: [ 1255.546620] usb 3-1: new high-speed USB device number 3 using xhci_hcd [ 1255.704106] usb 3-1: New USB device found, idVendor=413c, idProduct=8104, bcdDevice=10.50 [ 1255.704110] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1255.704112] usb 3-1: Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter [ 1255.704115] usb 3-1: Manufacturer: DELL [ 1255.830808] usb 3-1: reset high-speed USB device number 3 using xhci_hcd [ 1255.979753] usb 3-1: Loading firmware file isl3887usb [ 1255.980055] ieee80211 phy1: p54 detected a LM87 firmware [ 1255.980058] p54: rx_mtu reduced from 3240 to 2384 [ 1255.980060] ieee80211 phy1: FW rev 2.13.25.0 - Softmac protocol 5.9 [ 1255.980063] ieee80211 phy1: cryptographic accelerator WEP:YES, TKIP:YES, CCMP:YES [ 1256.974586] ieee80211 phy1: hwaddr 00:14:a5:c6:56:ca, MAC:isl3892 RF:Xbow [ 1256.976368] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 1256.976974] usb 3-1: is registered as 'phy1' [ 1256.981866] p54usb 3-1:1.0 wlx0014a5c656ca: renamed from wlan0 I'm using: Description: Ubuntu 18.04.3 LTS Release: 18.04
2019-08-15 05:20:27 Po-Hsu Lin description == SRU Justification == User report that the p54usb driver will crash when trying to load it on 5.0 kernel for a Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 adapter. This was caused by commit e3554197 (p54: Use skb_peek_tail() instead of direct head pointer accesses.) == Fix == * 1645ab93 (p54: fix crash during initialization) This patch added a check for target_skb to determine where to queue the buffer. It can be cherry-picked into Disco. Eoan got this patch from v5.2.1 upstream stable release update. == Test == Test kernel could be found here: https://people.canonical.com/~phlin/kernel/lp-1839693-p54usb/ This issue was reported against Bionic HWE 5.0 kernel, user confirmed that the patched B-hwe kernel works as expected. == Regression Potential == Low, change limited to p54usb driver, patch tested with positive test result. == Original Bug Report == I am using the Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter This relies on the p54usb driver. It works great on kernel 4.18. I upgraded to 5.0.0-3 and the device fails to start. On the older kernel, things seem good: [ 1255.546620] usb 3-1: new high-speed USB device number 3 using xhci_hcd [ 1255.704106] usb 3-1: New USB device found, idVendor=413c, idProduct=8104, bcdDevice=10.50 [ 1255.704110] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1255.704112] usb 3-1: Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter [ 1255.704115] usb 3-1: Manufacturer: DELL [ 1255.830808] usb 3-1: reset high-speed USB device number 3 using xhci_hcd [ 1255.979753] usb 3-1: Loading firmware file isl3887usb [ 1255.980055] ieee80211 phy1: p54 detected a LM87 firmware [ 1255.980058] p54: rx_mtu reduced from 3240 to 2384 [ 1255.980060] ieee80211 phy1: FW rev 2.13.25.0 - Softmac protocol 5.9 [ 1255.980063] ieee80211 phy1: cryptographic accelerator WEP:YES, TKIP:YES, CCMP:YES [ 1256.974586] ieee80211 phy1: hwaddr 00:14:a5:c6:56:ca, MAC:isl3892 RF:Xbow [ 1256.976368] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 1256.976974] usb 3-1: is registered as 'phy1' [ 1256.981866] p54usb 3-1:1.0 wlx0014a5c656ca: renamed from wlan0 I'm using: Description: Ubuntu 18.04.3 LTS Release: 18.04 == SRU Justification == User report that the p54usb driver will crash when trying to load it on 5.0 kernel for a Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 adapter. This was caused by commit e3554197 (p54: Use skb_peek_tail() instead of direct head pointer accesses.) == Fix == * 1645ab93 (p54: fix crash during initialization) This patch added a check for target_skb to determine where to queue the buffer. It can be cherry-picked into Disco. Eoan got this patch from v5.2.1 upstream stable release update. == Test == Test kernel could be found here: https://people.canonical.com/~phlin/kernel/lp-1839693-p54usb/ This issue was reported against Bionic HWE 5.0 kernel, user confirmed that the patched B-hwe kernel can fix this issue. == Regression Potential == Low, change limited to p54usb driver, patch tested with positive test result. == Original Bug Report == I am using the Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter This relies on the p54usb driver. It works great on kernel 4.18. I upgraded to 5.0.0-3 and the device fails to start. On the older kernel, things seem good: [ 1255.546620] usb 3-1: new high-speed USB device number 3 using xhci_hcd [ 1255.704106] usb 3-1: New USB device found, idVendor=413c, idProduct=8104, bcdDevice=10.50 [ 1255.704110] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1255.704112] usb 3-1: Product: Dell Wireless 1450 Dual-band (802.11a/b/g) USB 2.0 Adapter [ 1255.704115] usb 3-1: Manufacturer: DELL [ 1255.830808] usb 3-1: reset high-speed USB device number 3 using xhci_hcd [ 1255.979753] usb 3-1: Loading firmware file isl3887usb [ 1255.980055] ieee80211 phy1: p54 detected a LM87 firmware [ 1255.980058] p54: rx_mtu reduced from 3240 to 2384 [ 1255.980060] ieee80211 phy1: FW rev 2.13.25.0 - Softmac protocol 5.9 [ 1255.980063] ieee80211 phy1: cryptographic accelerator WEP:YES, TKIP:YES, CCMP:YES [ 1256.974586] ieee80211 phy1: hwaddr 00:14:a5:c6:56:ca, MAC:isl3892 RF:Xbow [ 1256.976368] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht' [ 1256.976974] usb 3-1: is registered as 'phy1' [ 1256.981866] p54usb 3-1:1.0 wlx0014a5c656ca: renamed from wlan0 I'm using: Description: Ubuntu 18.04.3 LTS Release: 18.04
2019-09-03 13:12:47 Kleber Sacilotto de Souza linux (Ubuntu Disco): status In Progress Fix Committed
2019-09-06 13:03:11 Ubuntu Kernel Bot tags disco disco verification-needed-disco
2019-10-04 09:48:42 Launchpad Janitor linux (Ubuntu Disco): status Fix Committed Fix Released