[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-09-10 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem - 4.15.0-1017.20

---
linux-oem (4.15.0-1017.20) bionic; urgency=medium

  * linux-oem: 4.15.0-1017.20 -proposed tracker (LP: #1787544)

  * Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu
18.04 (LP: #1781895)
- SAUCE: Bluetooth: btrsi: fix l2test data transfer issue

  * [Redpine]  Upgrades to improve throughput and stability (LP: #1782070)
- SAUCE: rsi: Fix for low throughput issue
- SAUCE: rsi: Set wowlan flag while writing wowlan config parameters
- SAUCE: rsi: Add debug support for wowlan wakeup confirmation
- Bluetooth: btrsi: rework dependencies
- rsi: fix error path handling in SDIO probe
- rsi: Add null check for virtual interfaces in wowlan config
- SAUCE: rsi: Fix for wowlan hibernate resume issue
- SAUCE: rsi: Firmware assert (version 2)
- SAUCE: rsi: Fix for WoWLAN wakeup in security mode.
- SAUCE: rsi: Optimizing virtual interfaces
- SAUCE: rsi: disable p2p device mode support

 -- Chia-Lin Kao (AceLan)   Fri, 17 Aug 2018
15:53:57 +0800

** Changed in: linux-oem (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem package in Ubuntu:
  Fix Released
Status in linux source package in Bionic:
  Triaged
Status in linux-oem source package in Bionic:
  Fix Released

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-08-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-oem - 4.15.0-1017.20

---
linux-oem (4.15.0-1017.20) bionic; urgency=medium

  * linux-oem: 4.15.0-1017.20 -proposed tracker (LP: #1787544)

  * Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu
18.04 (LP: #1781895)
- SAUCE: Bluetooth: btrsi: fix l2test data transfer issue

  * [Redpine]  Upgrades to improve throughput and stability (LP: #1782070)
- SAUCE: rsi: Fix for low throughput issue
- SAUCE: rsi: Set wowlan flag while writing wowlan config parameters
- SAUCE: rsi: Add debug support for wowlan wakeup confirmation
- Bluetooth: btrsi: rework dependencies
- rsi: fix error path handling in SDIO probe
- rsi: Add null check for virtual interfaces in wowlan config
- SAUCE: rsi: Fix for wowlan hibernate resume issue
- SAUCE: rsi: Firmware assert (version 2)
- SAUCE: rsi: Fix for WoWLAN wakeup in security mode.
- SAUCE: rsi: Optimizing virtual interfaces
- SAUCE: rsi: disable p2p device mode support

 -- Chia-Lin Kao (AceLan)   Fri, 17 Aug 2018
15:53:57 +0800

** Changed in: linux-oem (Ubuntu Bionic)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Triaged
Status in linux-oem source package in Bionic:
  Fix Released

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-08-23 Thread Shrirang Bagul
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Triaged
Status in linux-oem source package in Bionic:
  New

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-08-23 Thread AceLan Kao
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
bionic' to 'verification-done-bionic'. If the problem still exists,
change the tag 'verification-needed-bionic' to 'verification-failed-
bionic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Triaged
Status in linux-oem source package in Bionic:
  New

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-08-09 Thread Shrirang Bagul
** Changed in: linux-oem (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Triaged
Status in linux-oem source package in Bionic:
  New

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-08-09 Thread Shrirang Bagul
** Also affects: linux-oem (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-oem (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux-oem package in Ubuntu:
  Confirmed
Status in linux source package in Bionic:
  Triaged
Status in linux-oem source package in Bionic:
  New

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-07-17 Thread Joseph Salisbury
SRU request:
https://lists.ubuntu.com/archives/kernel-team/2018-July/093876.html

** Changed in: linux (Ubuntu)
   Status: Incomplete => Triaged

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Triaged
Status in linux source package in Bionic:
  Triaged

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1781895] Re: Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 18.04

2018-07-16 Thread Siva Rebbagondla
** Summary changed:

- Bluetooth: Redpine: L2test transfer is failed to start
+ Bluetooth: Redpine: Bionics: L2test transfer is failed to start in Ubuntu 
18.04

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1781895

Title:
  Bluetooth: Redpine: Bionics: L2test transfer is failed to start in
  Ubuntu 18.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  SRU Justification
  -

  Impact:
  ---
   Bluetooth l2test is not getting started with rsi driver.

  Test Case:
  --
   1. Insert redpine modules with dev_oper_mode=13/4/5/6/14.

   2. Check bluetooth device is created or not.
  $ hciconfig -a

   3. Insert other thirdparty module to run l2test.

   4. Enable piscan for both interfaces
  $ hciconfig -a hci0 piscan  # lets say, hci0 is created for Redpine
  $ hciconfig -a hci1 piscan  # lets say, hci1 is created for 
thirdparty BT device 

   5. Open two terminals and then, start l2test with below commands.
  Terminal 1: Keep rsi module is in Transmit mode.
 $ l2test -i hci0 -s 
  Terminal 2: Keep third party device is in receive mode
 $ l2test -i hci1 -r

   6. l2test will not run and will fail after few seconds

  Fix:
  
  skb->data is having some extra bytes rather than expected size , which is 
Incorrect. Hence, removed redundant bytes from skb using skb_trim().

  Regression petential:
  -
  Ran L2test for 2 hours and didn't see any issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1781895/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp