Re: [Kernel-packages] [Bug 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-23 Thread Jussi Saarinen
That line was already commented out (#dtoverlay=vc4-fkms-v3d) in config.txt
so I blacklisted module v3d, works now better with 1013 kernel. Thanks.

On Sat, Nov 23, 2019 at 2:05 PM Hui Wang  wrote:

> @Jussi,
>
> I found that issue too. the driver v3d.ko crashed. In the 1013, we
> enabled v3d.ko, while before the 1013, the v3d.ko is disabled.
>
> You could change dtoverlay=vc4-fkms-v3d to #dtoverlay=vc4-fkms-v3d in
> the config.txt, then boot with 1013 kernel, system will use fbdev as
> before.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1848790
>
> Title:
>   USB not working under arm64 on Pi4 with 4G ram
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+subscriptions
>


-- 
-jussi

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

Title:
  USB not working under arm64 on Pi4 with 4G ram

Status in linux-raspi2 package in Ubuntu:
  Confirmed
Status in linux-raspi2 source package in Eoan:
  Fix Released

Bug description:
  Ubuntu 19.10 arm64 on a Raspberry Pi 4 does not recognize a keyboard
  which works successfully on the same Raspberry Pi 4 with Ubuntu 19.10
  armhf. Both USB hubs (2 and 3) were tested, without the OS seeing the
  keyboard on either. Booting the arm64 image on a Raspberry Pi 3, the
  keyboard worked successfully.

  Output of lsusb under arm64 on a Pi 3:

  ubuntu@ubuntu:~$ lsusb
  Bus 001 Device 007: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
  Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under armhf on a Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under arm64 on the same Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  The fact even the VIA Labs hub doesn't show up (which is built in)
  suggests the kernel is (for some reason) unable to enumerate anything
  against the USB hubs.

  
  == Temporary Workaround ==

  As noted by various people below, the following line can be added to
  the "usercfg.txt" file on the boot partition:

  total_mem=3072

  This will limit the available RAM to 3Gb, but otherwise things should
  operate normally. Note that this bug does not affect Pi 4Bs with less
  than 4Gb of RAM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+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 1848790] Re: USB not working under arm64 on Pi4 with 4G ram

2019-11-23 Thread Jussi Saarinen
I tried kernel linux-image-5.3.0-1013-raspi2 on Pi4. I'm running mate-
desktop-environment using autologin and with this kernel X-server
started but only showing black screen with mouse cursor, I could log in
with ssh. I rolled back to linux-image-5.3.0-1012-raspi2 for now.

** Attachment added: "kern.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+attachment/5307241/+files/kern.log

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

Title:
  USB not working under arm64 on Pi4 with 4G ram

Status in linux-raspi2 package in Ubuntu:
  Confirmed
Status in linux-raspi2 source package in Eoan:
  Fix Released

Bug description:
  Ubuntu 19.10 arm64 on a Raspberry Pi 4 does not recognize a keyboard
  which works successfully on the same Raspberry Pi 4 with Ubuntu 19.10
  armhf. Both USB hubs (2 and 3) were tested, without the OS seeing the
  keyboard on either. Booting the arm64 image on a Raspberry Pi 3, the
  keyboard worked successfully.

  Output of lsusb under arm64 on a Pi 3:

  ubuntu@ubuntu:~$ lsusb
  Bus 001 Device 007: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 
Fast Ethernet Adapter
  Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under armhf on a Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 003: ID 413c:2106 Dell Computer Corp. Dell QuietKey Keyboard
  Bus 001 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  Output of lsusb under arm64 on the same Pi 4 (same keyboard attached):

  ubuntu@ubuntu:~$ lsusb
  Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

  The fact even the VIA Labs hub doesn't show up (which is built in)
  suggests the kernel is (for some reason) unable to enumerate anything
  against the USB hubs.

  
  == Temporary Workaround ==

  As noted by various people below, the following line can be added to
  the "usercfg.txt" file on the boot partition:

  total_mem=3072

  This will limit the available RAM to 3Gb, but otherwise things should
  operate normally. Note that this bug does not affect Pi 4Bs with less
  than 4Gb of RAM.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790/+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 1686362] Re: Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
** Attachment added: "lspci-vnvn.log"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+attachment/4868217/+files/lspci-vnvn.log

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1686362] Re: Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
This issue seems to affect only another nvme device:

lspci:
02:00.0 Non-Volatile memory controller: Intel Corporation Device f1a5 (rev 03)

mounted at:
/dev/nvme0n1p1 973844116 277803160 646502624  31% /opt/store

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1686362] Re: Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
Full dmesg with error is attached

** Attachment added: "dmesg-full.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+attachment/4868216/+files/dmesg-full.txt

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1686362] [NEW] Kernel bug at nvme

2017-04-26 Thread Jussi Saarinen
Public bug reported:

Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

I was running three Virtualbox clients while two of them hung. Those two
which hung were on same nvme disk while the one which remained in
operation was another nvme disk.

Dmesg error is attached as "kernel_bug.txt"

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-20-generic 4.10.0-20.22
ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
Uname: Linux 4.10.0-20-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Wed Apr 26 12:57:42 2017
HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
InstallationDate: Installed on 2017-02-14 (70 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
MachineType: HP HP ZBook Studio G3
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
RelatedPackageVersions:
 linux-restricted-modules-4.10.0-20-generic N/A
 linux-backports-modules-4.10.0-20-generic  N/A
 linux-firmware 1.164
SourcePackage: linux
UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
dmi.bios.date: 11/02/2016
dmi.bios.vendor: HP
dmi.bios.version: N82 Ver. 01.15
dmi.board.name: 80D4
dmi.board.vendor: HP
dmi.board.version: KBC Version 11.67
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
dmi.product.name: HP ZBook Studio G3
dmi.sys.vendor: HP

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug zesty

** Attachment added: "kernel_bug.txt"
   
https://bugs.launchpad.net/bugs/1686362/+attachment/4868176/+files/kernel_bug.txt

-- 
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/1686362

Title:
  Kernel bug at nvme

Status in linux package in Ubuntu:
  New

Bug description:
  Hardware is HP Zbook Studio G3 with two nvme devices in m.2 slots.

  I was running three Virtualbox clients while two of them hung. Those
  two which hung were on same nvme disk while the one which remained in
  operation was another nvme disk.

  Dmesg error is attached as "kernel_bug.txt"

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-20-generic 4.10.0-20.22
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Apr 26 12:57:42 2017
  HibernationDevice: RESUME=UUID=976a908c-349d-4393-8d5c-aabba5f56909
  InstallationDate: Installed on 2017-02-14 (70 days ago)
  InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
  MachineType: HP HP ZBook Studio G3
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-20-generic.efi.signed 
root=UUID=f7076591-2c4c-485d-9b65-751bf9ce132d ro acpi_osi=Linux
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-20-generic N/A
   linux-backports-modules-4.10.0-20-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (9 days ago)
  dmi.bios.date: 11/02/2016
  dmi.bios.vendor: HP
  dmi.bios.version: N82 Ver. 01.15
  dmi.board.name: 80D4
  dmi.board.vendor: HP
  dmi.board.version: KBC Version 11.67
  dmi.chassis.type: 10
  dmi.chassis.vendor: HP
  dmi.modalias: 
dmi:bvnHP:bvrN82Ver.01.15:bd11/02/2016:svnHP:pnHPZBookStudioG3:pvr:rvnHP:rn80D4:rvrKBCVersion11.67:cvnHP:ct10:cvr:
  dmi.product.name: HP ZBook Studio G3
  dmi.sys.vendor: HP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1686362/+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 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2014-07-06 Thread Jussi Saarinen
I managed to find one more bug report similar to this one. So now there
are at least four bug reports (including this one) here in Launchpad on
this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1256811

Anyway, if these are about the same bug that I think they are, the bug
has now been completely fixed in kernel version 3.14, though kernel
version 3.12 included some of the fix. Also there was one previous fix
that is also needed that I think was backported to stable before 3.12.

I think I manged to list all the necessary commits, Here are links to
the commits, in case they need to be backported:

The first fix (pre 3.12?):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f

The fixes in 3.12:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=396dc223dd36edd218650d042a07c5e61f022c5b

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ebe937f74b8a72cf3ceeae5c2194a160bb092901

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54b926a1434e817ca84cb090f36b56763e192470

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cad348a17e170451ea8688b532a6ca3e98c63b60

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ece3150dea382c7c961fe2604332ed3474960d25

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffe6b68cc5999a3f91a15b6667e69e14186e337d

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29cd718beba999bda4bdbbf59b5a4d25c07e1547

And finally the fixes in 3.14:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b899241874dcc1a2b932a668731c80a3a869575

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e228b63390536f5b737056059a9a04ea016b1abf

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4a2fb3ecc7467c775b154813861f25a0ddc11aa0

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f86772af6a0f643d3e13eb3f4f9213ae0c333ee4

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 

[Kernel-packages] [Bug 1144322] Re: [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from network manager via ppp0

2014-07-06 Thread Jussi Saarinen
I managed to find one more bug report similar to this one. So now there
are at least four bug reports (including this one) here in Launchpad on
this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1256811

Anyway, if these are about the same bug that I think they are, the bug
has now been completely fixed in kernel version 3.14, though kernel
version 3.12 included some of the fix. Also there was one previous fix
that is also needed that I think was backported to stable before 3.12.

I think I manged to list all the necessary commits, Here are links to
the commits, in case they need to be backported:

The first fix (pre 3.12?):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f

The fixes in 3.12:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=396dc223dd36edd218650d042a07c5e61f022c5b

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ebe937f74b8a72cf3ceeae5c2194a160bb092901

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54b926a1434e817ca84cb090f36b56763e192470

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cad348a17e170451ea8688b532a6ca3e98c63b60

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ece3150dea382c7c961fe2604332ed3474960d25

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffe6b68cc5999a3f91a15b6667e69e14186e337d

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29cd718beba999bda4bdbbf59b5a4d25c07e1547

And finally the fixes in 3.14:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b899241874dcc1a2b932a668731c80a3a869575

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e228b63390536f5b737056059a9a04ea016b1abf

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4a2fb3ecc7467c775b154813861f25a0ddc11aa0

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f86772af6a0f643d3e13eb3f4f9213ae0c333ee4

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in Arch Linux:
  Fix Released
Status in Gentoo Linux:
  Fix Released

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, 

[Kernel-packages] [Bug 1165433] Re: Kernels from 3.8.x to 3.11.x panic on bluetooth DUN disconnect

2014-07-06 Thread Jussi Saarinen
I managed to find one more bug report similar to this one. So now there
are at least four bug reports (including this one) here in Launchpad on
this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

https://bugs.launchpad.net/ubuntu/+source/linux-lts-raring/+bug/1256811

Anyway, if these are about the same bug that I think they are, the bug
has now been completely fixed in kernel version 3.14, though kernel
version 3.12 included some of the fix. Also there was one previous fix
that is also needed that I think was backported to stable before 3.12.

I think I manged to list all the necessary commits, Here are links to
the commits, in case they need to be backported:

The first fix (pre 3.12?):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d9e689c934bd5ecb0f273c6c65e0655c5cfee5f

The fixes in 3.12:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=396dc223dd36edd218650d042a07c5e61f022c5b

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ebe937f74b8a72cf3ceeae5c2194a160bb092901

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54b926a1434e817ca84cb090f36b56763e192470

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cad348a17e170451ea8688b532a6ca3e98c63b60

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ece3150dea382c7c961fe2604332ed3474960d25

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ffe6b68cc5999a3f91a15b6667e69e14186e337d

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=29cd718beba999bda4bdbbf59b5a4d25c07e1547

And finally the fixes in 3.14:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=5b899241874dcc1a2b932a668731c80a3a869575

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=e228b63390536f5b737056059a9a04ea016b1abf

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4a2fb3ecc7467c775b154813861f25a0ddc11aa0

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f86772af6a0f643d3e13eb3f4f9213ae0c333ee4

-- 
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/1165433

Title:
  Kernels from 3.8.x to 3.11.x panic on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1144322] Re: [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from network manager via ppp0

2014-07-06 Thread Jussi Saarinen
Since ArchLinux has currently kernel 3.15.3, I'm marking this fixed in
ArchLinux

** Package changed: linux (Arch Linux) = archlinux

** Changed in: archlinux
   Status: New = Fix Released

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in Arch Linux:
  Fix Released
Status in Gentoo Linux:
  Fix Released

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1144322]

2013-09-06 Thread Jussi Saarinen
Gianluca Anzolin writes on bluetooth-linux mailing list that though his
tty refcount patch series is needed, more work is required to fix the
problem. If I understood his mailing list message correctly, the system
locks up when the device is released even after his patches have been
applied.

Source:

http://marc.info/?l=linux-bluetoothm=137788497602145w=2

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1144322]

2013-09-06 Thread Jussi Saarinen
Sorry, forgot the links to the commits:

https://git.kernel.org/cgit/linux/kernel/git/davem/net-
next.git/commit/?id=e7abfe40928f4f8c1aa908477c36c13843bd1a57

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cc998ff8811530be521f6b316f37ab7676a07938

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1144322]

2013-09-06 Thread Jussi Saarinen
Gianluca Azolin's patches were merged to net-next day before yesterday.
And yesterday they were merged to Linus' master branch. So patches will
be in 3.12 rc1.

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2013-09-05 Thread Jussi Saarinen
Sorry, forgot the links to the commits:

https://git.kernel.org/cgit/linux/kernel/git/davem/net-
next.git/commit/?id=e7abfe40928f4f8c1aa908477c36c13843bd1a57

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cc998ff8811530be521f6b316f37ab7676a07938

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn42872WU:pvrThinkPadX220:rvnLENOVO:rn42872WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42872WU
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

  --

  The actual crash:
  [  507.050158] Bluetooth: TIOCGSERIAL is not supported
  [  513.902765] [ cut here ]
  [  513.902781] WARNING: at /build/buildd/linux-3.9.0/kernel/workqueue.c:602 
get_work_pool+0x81/0x90()
  [  513.902784] Hardware name: 42872WU
  [  513.902786] Modules linked in: intel_powerclamp coretemp kvm_intel kvm 
parport_pc(F) crc32_pclmul(F) ghash_clmulni_intel(F) ppdev(F) rfcomm 
aesni_intel(F) aes_x86_64(F) bnep xts(F) lrw(F) gf128mul(F) ablk_helper(F) 
cryptd(F) joydev(F) arc4(F) uvcvideo iwldvm snd_hda_codec_hdmi 
snd_hda_codec_conexant videobuf2_vmalloc videobuf2_memops videobuf2_core 
mac80211 snd_hda_intel thinkpad_acpi videodev snd_hda_codec nvram(F) 
snd_hwdep(F) snd_pcm(F) iwlwifi snd_page_alloc(F) snd_seq_midi(F) 
snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) snd_seq_device(F) btusb 
snd_timer(F) psmouse(F) snd(F) bluetooth mei cfg80211 serio_raw(F) soundcore(F) 
microcode(F) tpm_tis lpc_ich mac_hid lp(F) parport(F) i915 i2c_algo_bit 
drm_kms_helper e1000e(F) ptp(F) pps_core(F) drm sdhci_pci sdhci ahci(F) 
libahci(F) wmi video(F)
  [  513.902871] Pid: 863, comm: modem-manager Tainted: GF
3.9.0-4-generic #9-Ubuntu
  [  513.902873] Call Trace:
  [  513.902883]  [810584c0] warn_slowpath_common+0x70/0xa0
  [  513.902889]  [810585aa] warn_slowpath_null+0x1a/0x20
  [  513.902894]  [810750f1] get_work_pool+0x81/0x90
  [  513.902900]  [810780c4] flush_work+0x24/0x160
  [  513.902909]  [a051330e] ? rfcomm_dev_destruct+0x7e/0xb0 [rfcomm]
  [  513.902916]  [8117d0ed] ? kfree+0xfd/0x130
  [  513.902922]  [81078274] __cancel_work_timer+0x74/0xb0
  [  513.902928]  [810782c0] cancel_work_sync+0x10/0x20
  [  513.902935]  [814196bd] 

[Kernel-packages] [Bug 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-09-05 Thread Jussi Saarinen
Gianluca Azolin's patches were merged to net-next day before yesterday.
And yesterday they were merged to Linus' master branch. So patches will
be in 3.12 rc1.

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2013-09-05 Thread Jussi Saarinen
Gianluca Azolin's patches were merged to net-next day before yesterday.
And yesterday they were merged to Linus' master branch. So patches will
be in 3.12 rc1.

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn42872WU:pvrThinkPadX220:rvnLENOVO:rn42872WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42872WU
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

  --

  The actual crash:
  [  507.050158] Bluetooth: TIOCGSERIAL is not supported
  [  513.902765] [ cut here ]
  [  513.902781] WARNING: at /build/buildd/linux-3.9.0/kernel/workqueue.c:602 
get_work_pool+0x81/0x90()
  [  513.902784] Hardware name: 42872WU
  [  513.902786] Modules linked in: intel_powerclamp coretemp kvm_intel kvm 
parport_pc(F) crc32_pclmul(F) ghash_clmulni_intel(F) ppdev(F) rfcomm 
aesni_intel(F) aes_x86_64(F) bnep xts(F) lrw(F) gf128mul(F) ablk_helper(F) 
cryptd(F) joydev(F) arc4(F) uvcvideo iwldvm snd_hda_codec_hdmi 
snd_hda_codec_conexant videobuf2_vmalloc videobuf2_memops videobuf2_core 
mac80211 snd_hda_intel thinkpad_acpi videodev snd_hda_codec nvram(F) 
snd_hwdep(F) snd_pcm(F) iwlwifi snd_page_alloc(F) snd_seq_midi(F) 
snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) snd_seq_device(F) btusb 
snd_timer(F) psmouse(F) snd(F) bluetooth mei cfg80211 serio_raw(F) soundcore(F) 
microcode(F) tpm_tis lpc_ich mac_hid lp(F) parport(F) i915 i2c_algo_bit 
drm_kms_helper e1000e(F) ptp(F) pps_core(F) drm sdhci_pci sdhci ahci(F) 
libahci(F) wmi video(F)
  [  513.902871] Pid: 863, comm: modem-manager Tainted: GF
3.9.0-4-generic #9-Ubuntu
  [  513.902873] Call Trace:
  [  513.902883]  [810584c0] warn_slowpath_common+0x70/0xa0
  [  513.902889]  [810585aa] warn_slowpath_null+0x1a/0x20
  [  513.902894]  [810750f1] get_work_pool+0x81/0x90
  [  513.902900]  [810780c4] flush_work+0x24/0x160
  [  513.902909]  [a051330e] ? rfcomm_dev_destruct+0x7e/0xb0 [rfcomm]
  [  513.902916]  [8117d0ed] ? kfree+0xfd/0x130
  [  513.902922]  [81078274] __cancel_work_timer+0x74/0xb0
  [  513.902928]  [810782c0] cancel_work_sync+0x10/0x20
  [  513.902935]  [814196bd] tty_ldisc_halt+0x1d/0x30
  [  513.902940]  [8141a437] tty_ldisc_release+0x17/0x90
  [  513.902946]  

[Kernel-packages] [Bug 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-09-05 Thread Jussi Saarinen
Sorry, forgot the links to the commits:

https://git.kernel.org/cgit/linux/kernel/git/davem/net-
next.git/commit/?id=e7abfe40928f4f8c1aa908477c36c13843bd1a57

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=cc998ff8811530be521f6b316f37ab7676a07938

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2013-09-02 Thread Jussi Saarinen
Gianluca Anzolin writes on bluetooth-linux mailing list that though his
tty refcount patch series is needed, more work is required to fix the
problem. If I understood his mailing list message correctly, the system
locks up when the device is released even after his patches have been
applied.

Source:

http://marc.info/?l=linux-bluetoothm=137788497602145w=2

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn42872WU:pvrThinkPadX220:rvnLENOVO:rn42872WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42872WU
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

  --

  The actual crash:
  [  507.050158] Bluetooth: TIOCGSERIAL is not supported
  [  513.902765] [ cut here ]
  [  513.902781] WARNING: at /build/buildd/linux-3.9.0/kernel/workqueue.c:602 
get_work_pool+0x81/0x90()
  [  513.902784] Hardware name: 42872WU
  [  513.902786] Modules linked in: intel_powerclamp coretemp kvm_intel kvm 
parport_pc(F) crc32_pclmul(F) ghash_clmulni_intel(F) ppdev(F) rfcomm 
aesni_intel(F) aes_x86_64(F) bnep xts(F) lrw(F) gf128mul(F) ablk_helper(F) 
cryptd(F) joydev(F) arc4(F) uvcvideo iwldvm snd_hda_codec_hdmi 
snd_hda_codec_conexant videobuf2_vmalloc videobuf2_memops videobuf2_core 
mac80211 snd_hda_intel thinkpad_acpi videodev snd_hda_codec nvram(F) 
snd_hwdep(F) snd_pcm(F) iwlwifi snd_page_alloc(F) snd_seq_midi(F) 
snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) snd_seq_device(F) btusb 
snd_timer(F) psmouse(F) snd(F) bluetooth mei cfg80211 serio_raw(F) soundcore(F) 
microcode(F) tpm_tis lpc_ich mac_hid lp(F) parport(F) i915 i2c_algo_bit 
drm_kms_helper e1000e(F) ptp(F) pps_core(F) drm sdhci_pci sdhci ahci(F) 
libahci(F) wmi video(F)
  [  513.902871] Pid: 863, comm: modem-manager Tainted: GF
3.9.0-4-generic #9-Ubuntu
  [  513.902873] Call Trace:
  [  513.902883]  [810584c0] warn_slowpath_common+0x70/0xa0
  [  513.902889]  [810585aa] warn_slowpath_null+0x1a/0x20
  [  513.902894]  [810750f1] get_work_pool+0x81/0x90
  [  513.902900]  [810780c4] flush_work+0x24/0x160
  [  513.902909]  [a051330e] ? rfcomm_dev_destruct+0x7e/0xb0 [rfcomm]
  [  513.902916]  [8117d0ed] ? kfree+0xfd/0x130
  [  513.902922]  [81078274] __cancel_work_timer+0x74/0xb0
  [  513.902928]  

[Kernel-packages] [Bug 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-09-02 Thread Jussi Saarinen
Gianluca Anzolin writes on bluetooth-linux mailing list that though his
tty refcount patch series is needed, more work is required to fix the
problem. If I understood his mailing list message correctly, the system
locks up when the device is released even after his patches have been
applied.

Source:

http://marc.info/?l=linux-bluetoothm=137788497602145w=2

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2013-08-29 Thread Jussi Saarinen
There are at least three similar bug reports on this problem:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn42872WU:pvrThinkPadX220:rvnLENOVO:rn42872WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42872WU
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

  --

  The actual crash:
  [  507.050158] Bluetooth: TIOCGSERIAL is not supported
  [  513.902765] [ cut here ]
  [  513.902781] WARNING: at /build/buildd/linux-3.9.0/kernel/workqueue.c:602 
get_work_pool+0x81/0x90()
  [  513.902784] Hardware name: 42872WU
  [  513.902786] Modules linked in: intel_powerclamp coretemp kvm_intel kvm 
parport_pc(F) crc32_pclmul(F) ghash_clmulni_intel(F) ppdev(F) rfcomm 
aesni_intel(F) aes_x86_64(F) bnep xts(F) lrw(F) gf128mul(F) ablk_helper(F) 
cryptd(F) joydev(F) arc4(F) uvcvideo iwldvm snd_hda_codec_hdmi 
snd_hda_codec_conexant videobuf2_vmalloc videobuf2_memops videobuf2_core 
mac80211 snd_hda_intel thinkpad_acpi videodev snd_hda_codec nvram(F) 
snd_hwdep(F) snd_pcm(F) iwlwifi snd_page_alloc(F) snd_seq_midi(F) 
snd_seq_midi_event(F) snd_rawmidi(F) snd_seq(F) snd_seq_device(F) btusb 
snd_timer(F) psmouse(F) snd(F) bluetooth mei cfg80211 serio_raw(F) soundcore(F) 
microcode(F) tpm_tis lpc_ich mac_hid lp(F) parport(F) i915 i2c_algo_bit 
drm_kms_helper e1000e(F) ptp(F) pps_core(F) drm sdhci_pci sdhci ahci(F) 
libahci(F) wmi video(F)
  [  513.902871] Pid: 863, comm: modem-manager Tainted: GF
3.9.0-4-generic #9-Ubuntu
  [  513.902873] Call Trace:
  [  513.902883]  [810584c0] warn_slowpath_common+0x70/0xa0
  [  513.902889]  [810585aa] warn_slowpath_null+0x1a/0x20
  [  513.902894]  [810750f1] get_work_pool+0x81/0x90
  [  513.902900]  [810780c4] flush_work+0x24/0x160
  [  513.902909]  [a051330e] ? rfcomm_dev_destruct+0x7e/0xb0 [rfcomm]
  [  513.902916]  [8117d0ed] ? kfree+0xfd/0x130
  [  513.902922]  [81078274] __cancel_work_timer+0x74/0xb0
  [  513.902928]  [810782c0] cancel_work_sync+0x10/0x20
  [  513.902935]  [814196bd] tty_ldisc_halt+0x1d/0x30
  [  

[Kernel-packages] [Bug 1189998] Re: bluetooth disconnection corrupts memory and causes kernel panic

2013-08-29 Thread Jussi Saarinen
ekin wrote:
 This bug seems similar to bug 1165433. By the way, the patch referred
 to in comment #4 is still being  reviewed and revised it seems. See
 for instance http://marc.info/?a=12747661669r=1w=2

The fix being discussed on Bluetooth mailing list has already been
merged to bluetooth-next (and wireless-next). The fix should find its
way to mainline kernel (probably 3.12).

http://marc.info/?l=linux-bluetoothm=137699050920055w=2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=1f088c00f11cd5b09e215cf31010ed3854f62b9a

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=befa7d049165e6d47859fb827ee5671354f30284

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=33040aa77f9ba8f0e3120f2e15917a74aef7ee07

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=e5e5db0dcfb07cf40cbec7e198443a8f67a844c2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=77f577d52aefb92c350f65c4228958415a05510f

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=288f2fc4203559d225d84f1a0308198ad7a06c65

http://marc.info/?l=linux-bluetoothm=137719621522631w=2

https://git.kernel.org/cgit/linux/kernel/git/linville/wireless-
next.git/commit/?id=69b307a48a5e10d5fd53dbbfae1c700da356bd5d

However, the patch series is apparently too extensive to consider for
-stable [1]. So another solution is required for stable kernels. Though
no one seems to know what the right solution for stable kernels is [2].

[1] http://marc.info/?l=linux-bluetoothm=137762583515880w=2

[2] http://marc.info/?l=linux-bluetoothm=137768948602122w=2

-- 
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/1189998

Title:
  bluetooth disconnection corrupts memory and causes kernel panic

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  This bug is present on kernels v3.8-rc1 and beyond and was exposed by commit 
ecbbfd44.
  To reproduce:

  1) Pair a bluetooth device that is capable of being easily powered down (a 
phone for example)
  2) Configure /etc/bluetooth/rfcomm.conf to connect to device. For example:
  rfcomm0 {
  bind no;
  device XX:XX:XX:XX:XX:XX;
  channel XX;
  comment phone;
  }
  3) Type 'rfcomm connect 0'.
  4) On the device power down the bluetooth component or power down the device.
  5) Eventually the machine will crash, I've found that exec'ing another 
program will cause the crash easily.

  ProblemType: KernelCrash
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.9.0-4-generic
  ProcVersionSignature: Ubuntu 3.9.0-4.9-generic 3.9.4
  Uname: Linux 3.9.0-4-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1537 F pulseaudio
  Date: Tue Jun 11 12:22:26 2013
  HibernationDevice: RESUME=UUID=8c8e9f7c-b216-4ead-a5da-8e267ab136ac
  InstallationDate: Installed on 2013-06-05 (5 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Alpha amd64 (20130605)
  MachineType: LENOVO 42872WU
  MarkForUpload: True
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.9.0-4-generic 
root=UUID=94d4ed1f-8182-4805-8d5b-6944f6f1c428 ro 
crashkernel=384M-2G:64M,2G-:128M debug ignore_loglevel
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.9.0-4-generic N/A
   linux-backports-modules-3.9.0-4-generic  N/A
   linux-firmware   1.109
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/01/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 8DET55WW (1.25 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 42872WU
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr8DET55WW(1.25):bd11/01/2011:svnLENOVO:pn42872WU:pvrThinkPadX220:rvnLENOVO:rn42872WU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 42872WU
  dmi.product.version: ThinkPad X220
  dmi.sys.vendor: LENOVO

  --

  The actual crash:
  [  507.050158] Bluetooth: TIOCGSERIAL is not supported
  [  513.902765] [ cut here ]
  [  513.902781] WARNING: at /build/buildd/linux-3.9.0/kernel/workqueue.c:602 
get_work_pool+0x81/0x90()
  [  513.902784] Hardware name: 42872WU
  [  513.902786] Modules linked in: 

[Kernel-packages] [Bug 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-08-28 Thread Jussi Saarinen
The patch series is apparently too extensive to consider for -stable
[1]. So another solution is required for stable kernels. Gianluca's fix
should eventually end up in mainline though (3.12 hopefully).

[1] http://marc.info/?l=linux-bluetoothm=137762583515880w=2

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-08-28 Thread Jussi Saarinen
Actually, there are at least three bug reports on this same problem on
launchpad:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1189998

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1144322]

2013-08-24 Thread Jussi Saarinen
Gianluca Anzolin's patches have now been merged to bluetooth-next.
Eventually they should find their way to mainline and stable kernels.

http://marc.info/?l=linux-bluetoothm=137699050920055w=2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=1f088c00f11cd5b09e215cf31010ed3854f62b9a

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=befa7d049165e6d47859fb827ee5671354f30284

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=33040aa77f9ba8f0e3120f2e15917a74aef7ee07

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=e5e5db0dcfb07cf40cbec7e198443a8f67a844c2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=77f577d52aefb92c350f65c4228958415a05510f

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=288f2fc4203559d225d84f1a0308198ad7a06c65

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-08-20 Thread Jussi Saarinen
Gianluca Anzolin's patches that should fix this problem have now been
merged to bluetooth-next. Eventually they should find their way to
mainline and stable kernels.

http://marc.info/?l=linux-bluetoothm=137699050920055w=2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=1f088c00f11cd5b09e215cf31010ed3854f62b9a

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=befa7d049165e6d47859fb827ee5671354f30284

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=33040aa77f9ba8f0e3120f2e15917a74aef7ee07

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=e5e5db0dcfb07cf40cbec7e198443a8f67a844c2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=77f577d52aefb92c350f65c4228958415a05510f

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=288f2fc4203559d225d84f1a0308198ad7a06c65

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1144322] Re: [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from network manager via ppp0

2013-08-20 Thread Jussi Saarinen
Gianluca Anzolin's patches that should fix this problem have now been
merged to bluetooth-next. Eventually they should find their way to
mainline and stable kernels.

http://marc.info/?l=linux-bluetoothm=137699050920055w=2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=1f088c00f11cd5b09e215cf31010ed3854f62b9a

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=befa7d049165e6d47859fb827ee5671354f30284

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=33040aa77f9ba8f0e3120f2e15917a74aef7ee07

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=e5e5db0dcfb07cf40cbec7e198443a8f67a844c2

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=77f577d52aefb92c350f65c4228958415a05510f

https://git.kernel.org/cgit/linux/kernel/git/bluetooth/bluetooth-
next.git/commit/?id=288f2fc4203559d225d84f1a0308198ad7a06c65

-- 
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/1144322

Title:
  [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from
  network manager via ppp0

Status in “linux” package in Ubuntu:
  Incomplete
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit Machine: Laptop / old Toshiba / 
Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04). Have no problem with Kernel upto 3.7.10 (have been upgrading
  to Kernel 3.5/3.6/3.7/3.8, when ever new builds are available) But
  when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine
  crashes  freezes, have to hard boot.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect  the modem ppp0  try to reconnect, the Kernel Panics 
  crashes, or then if you disconnect by unchecking Enable Networking 
  then rechecking Enable Networking, the Kernel Panics  crashes.

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  below details are provided using HardInfo 0.5.1 :
  
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+attachment/3761201/+files/hardinfo
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ubuntu 1880 F pulseaudio
   /dev/snd/seq:timidity   1424 F timidity
  Card0.Amixer.info:
   Card hw:0 'ICH6'/'Intel ICH6 with ALC250 at irq 17'
 Mixer name : 'Realtek ALC250 rev 2'
 Components : 'AC97a:414c4752'
 Controls  : 33
 Simple ctrls  : 21
  DistroRelease: Ubuntu 12.04
  MachineType: TOSHIBA Satellite A80
  MarkForUpload: True
  Package: linux (not installed)
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-51-generic-pae 
root=UUID=4dda5c0a-3583-45f5-b6c4-b5aef19935c8 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-51.77-generic-pae 3.2.48
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory 
/home/ubuntu not ours.
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-51-generic-pae N/A
   linux-backports-modules-3.2.0-51-generic-pae  N/A
   linux-firmware1.79.6
  Tags:  precise
  Uname: Linux 3.2.0-51-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  dmi.bios.date: 10/25/2006
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: V2.80
  dmi.board.name: EAT10/EAT20
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Null
  dmi.chassis.asset.tag: *
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrV2.80:bd10/25/2006:svnTOSHIBA:pnSatelliteA80:pvrPSA80L-043003:rvnTOSHIBA:rnEAT10/EAT20:rvrNull:cvnTOSHIBA:ct10:cvrN/A:
  dmi.product.name: Satellite A80
  dmi.product.version: PSA80L-043003
  dmi.sys.vendor: TOSHIBA

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1144322/+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 1165433] Re: Kernel 3.8.x panics on bluetooth DUN disconnect

2013-08-18 Thread Jussi Saarinen
*** This bug is a duplicate of bug 1144322 ***
https://bugs.launchpad.net/bugs/1144322

** This bug has been marked a duplicate of bug 1144322
   [Toshiba Satellite A80] Kernel 3.8.x Panic when disconnecting from network 
manager via ppp0

-- 
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/1165433

Title:
  Kernel 3.8.x panics on bluetooth DUN disconnect

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  Issue is obviously in the kernel that should not panic in any circumnstances.
  This bug is seen on quantal using the kernel from PPA mainline. Tested with 
3.8.0 to 3.8.6.
  Since 3.8.x is going to be the raring kernel I believe that this should 
definitely be fixed before raring is shipped.

  Seen on:

  DELL E6500 with kubuntu quantal 12.10 64 bit and as said, kernel 3.8.6 from 
the mainline ppa.
  The machine has a Dell Computer Corp. Wireless 370 Bluetooth Mini-card 
(connected via an internal usb connection).

  The issue is shown when connecting to the internet via a Samsung Galaxy S 
plus phone, using a bluetooth DUN connection.
  It is reproducible every time.

  How to reproduce:

  1) Use the bluetooth applet to discover the phone and associate to it.
  2) Use network manager to setup a DUN connection with the phone through your 
APN
  3) Connect to the internet via bluetooth DUN (connection works perfectly)
  4) Disconnect from the network manager.

  At the same time you disconnect, the GUI session is terminated and the
  kernel panics, briefly showing a panic log on the screen.

  Note that:

  a) The issue is not present using the standard ubuntu quantal kernel
  b) The issue is not present using kernels from the mainline ppa before 3.8 
(e.g., 3.7.x is fine for all x)
  c) The issue is not present when connecting to the internet using a USB 
mobile dongle (e.g. Huawei usb key)

  This looks pretty serious to me: kernel does not sync when panicing
  and there is a serious risk of data loss; connecting to the internet
  via a smart phone using bluetooth DUN seems to be something that one
  should take for granted on any modern OS. Furthermore, points a) and
  b) above show that this is a *regression* over previous kernels.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1165433/+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 1144322] Re: Kernel Panic in 3.8.0, 3.8.1 3.8.2 when diconnecting from network manager, using ppp0 to connect to net

2013-07-18 Thread Jussi Saarinen
** Bug watch added: Gentoo Bugzilla #474432
   https://bugs.gentoo.org/show_bug.cgi?id=474432

** Changed in: gentoo
   Importance: Undecided = Unknown

** Changed in: gentoo
   Status: New = Unknown

** Changed in: gentoo
 Remote watch: None = Gentoo Bugzilla #474432

-- 
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/1144322

Title:
  Kernel Panic in 3.8.0, 3.8.1  3.8.2 when diconnecting from network
  manager,  using ppp0 to connect to net

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” package in Arch Linux:
  New
Status in Gentoo Linux:
  Unknown

Bug description:
  Using: Ubuntu 12.04 (precise) 32-bit
  Machine: Laptop / old Toshiba / Celeron processor
  Installing Kernel from: http://kernel.ubuntu.com/~kernel-ppa/mainline/;

  Apport disabled and uninstalled, so can't provide debug/log details
  (this to make the machine run a bit faster, have been doing so since
  10.04)

  Have no problem with Kernel upto 3.7.10 (have been upgrading to Kernel 
3.5/3.6/3.7/3.8, when ever new builds are available)
  But when using Kernel 3.8.0/3.8.1/3.8.2, get Kernel Panic  machine crashes  
freezes, have to hard boot.

  PROBLEM #
  Machine connects to net using ppp0 (modem on phone), then if you disconnect 
 the modem ppp0  try to reconnect, the Kernel Panics  crashes.

  Machine connects to net using ppp0 (modem on phone), then if you
  disconnect by unchecking Enable Networking  then rechecking Enable
  Networking, the Kernel Panics  crashes.

  

  First faced this problem with Kernel 3.8.0 so went back to using
  3.7.9, then same story repeated with Kernel 3.8.1  3.8.2, currently
  using Kernel 3.7.10. Think there is some REGRESSION in Kernel 3.8

  I really apologize for not able to provide Apport logs as I have
  uninstalled it a long time ago. I'm not a hard core techie, I'm self
  taught Linux user  enthusiast. My main machine is Ubuntu since 2007.






  _

  below details are provided using HardInfo 0.5.1 :

  ComputerSummary
  Computer
  Processor Intel(R) Celeron(R) M processor 1.40GHz
  Memory1536MB (498MB used)
  Operating System  Ubuntu 12.04.2 LTS
  User Name ubuntu (ubuntu)
  Date/Time Mon 04 Mar 2013 06:13:13 PM IST
  Display
  Resolution1024x768 pixels
  OpenGL Renderer   Unknown
  X11 VendorThe X.Org Foundation
  Multimedia
  Audio Adapter ICH4 - Intel ICH6
  Input Devices
   Lid Switch   
   Power Button 
   Power Button 
   AT Translated Set 2 keyboard 
   Logitech USB Receiver
   Logitech USB Receiver
   PS/2 Mouse   
   AlpsPS/2 ALPS GlidePoint 
   Video Bus
  Printers
  No printers found 
  SCSI Disks
  ATA SAMSUNG HM160HC   
  MATSHITA UJDA750 DVD/CDRW 
  Operating System
  Version
  KernelLinux 3.7.10-030710-generic (i686)
  Compiled  #201302271235 SMP Wed Feb 27 17:52:19 UTC 2013
  C Library Unknown
  Default C CompilerGNU C Compiler version 4.6.3 (Ubuntu/Linaro 
4.6.3-1ubuntu5) 
  Distribution  Ubuntu 12.04.2 LTS
  Current Session
  Computer Name HSB
  User Name ubuntu (ubuntu)
  Home Directory/home/ubuntu
  Desktop Environment   Unity (ubuntu)
  Misc
  Uptime1 hour, 17 minutes
  Load Average  0.25, 0.18, 0.23
  Kernel Modules
  Loaded Modules
  btrfs 
  libcrc32c CRC32c (Castagnoli) calculations
  ufs   
  qnx4  
  hfsplus   Extended Macintosh Filesystem
  hfs   
  minix 
  ntfs  NTFS 1.2/3.x driver - Copyright (c) 2001-2011 Anton Altaparmakov and 
Tuxera Inc.
  msdos MS-DOS filesystem support
  jfs   The Journaled Filesystem (JFS)
  xfs   SGI XFS with ACLs, security attributes, realtime, large block/inode 
numbers, no debug enabled
  reiserfs  ReiserFS journaled filesystem
  ext2  Second Extended Filesystem
  xt_limit  Xtables: rate-limit match
  xt_tcpudp Xtables: TCP, UDP and UDP-Lite match
  xt_LOGXtables: IPv4/IPv6 packet logging
  ipt_MASQUERADEXtables: automatic-address SNAT
  xt_DSCP   Xtables: DSCP/TOS field modification
  ipt_REJECTXtables: packet rejection target for IPv4
  nf_conntrack_irc  IRC (DCC) connection tracking helper
  nf_conntrack_ftp  ftp connection tracking helper
  xt_state  ip[6]_tables connection tracking state match module
  ppp_deflate   
  zlib_deflate  
  bsd_comp  
  ppp_async 
  crc_ccitt CRC-CCITT calculations
  snd_hrtimer   ALSA hrtimer backend
  pci_stub  
  vboxpci   Oracle VM VirtualBox PCI access Driver
  vboxnetadpOracle VM VirtualBox Network Adapter Driver
  vboxnetfltOracle VM VirtualBox Network Filter Driver
  vboxdrv   Oracle VM