Activity log for bug #914689

Date Who What changed Old value New value Message
2012-01-11 10:50:06 Florian Achleitner bug added bug
2012-01-23 16:25:20 Launchpad Janitor linux-backports-modules-3.0.0 (Ubuntu): status New Confirmed
2012-01-23 16:25:37 Henrique Ferreiro bug added subscriber Henrique Ferreiro
2012-02-16 16:41:49 James M. Leddy linux-backports-modules-3.0.0 (Ubuntu): importance Undecided Critical
2012-02-16 16:43:32 James M. Leddy linux-backports-modules-3.0.0 (Ubuntu): assignee Canonical Kernel Team (canonical-kernel-team)
2012-02-16 19:55:20 Launchpad Janitor branch linked lp:~jm-leddy/ubuntu/oneiric/linux-backports-modules-3.0.0/fix-914689
2012-02-16 19:56:19 James M. Leddy attachment added bt_abi_fix.patch https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-3.0.0/+bug/914689/+attachment/2746257/+files/bt_abi_fix.patch
2012-02-16 20:12:28 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug bluetooth oneiric amd64 apport-bug bluetooth oneiric patch
2012-02-16 20:12:29 Ubuntu Foundations Team Bug Bot bug added subscriber Joseph Salisbury
2012-02-16 21:06:05 Gerben bug added subscriber Gerben
2012-02-16 23:03:00 James M. Leddy description The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron: LANGUAGE=en_US:en PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install) === SRU Justification === There is an abi incompatability with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included ==Test Case== Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you cand load bluetooth and drivers with no problems. == Original Description == The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install)
2012-02-16 23:03:31 James M. Leddy description === SRU Justification === There is an abi incompatability with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included ==Test Case== Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you cand load bluetooth and drivers with no problems. == Original Description == The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install) === SRU Justification === There is an abi incompatability with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included == Test Case == Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you cand load bluetooth and drivers with no problems. === Original Description === The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install)
2012-02-16 23:05:19 James M. Leddy description === SRU Justification === There is an abi incompatability with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included == Test Case == Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you cand load bluetooth and drivers with no problems. === Original Description === The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install) === SRU Justification === There is an abi incompatability with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included == Test Case == Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you cand load bluetooth and drivers with no problems. === Original Description === The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install)
2012-02-17 00:23:38 James M. Leddy description === SRU Justification === There is an abi incompatability with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included == Test Case == Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you cand load bluetooth and drivers with no problems. === Original Description === The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install) === SRU Justification === There is an abi incompatibility with current compat-wireless lbm and what we have in 3.0. That means that we have no way to load the bluetooth modules. This is a serious problem for anyone that has a newer wireless card but also wants to use bluetooth == Fix == Remove the security_sk_clone call. This is just a call to copy over security information when cloning a socket, but it's something that we have never had in linux-3.0. This call was not exported in the linux-3.0 code which is why we can't load the module with that call included == Test Case == Install inux-backports-modules-3.0.0 for Oneiric and confirm that you can't load bluetooth module or drivers like btusb because of symbol resolution errors. Apply the patch and notice that you can load bluetooth and drivers with no problems. === Original Description === The bluetooth module doesn't seem to be compatible with the kernel. $ sudo modprobe bluetooth FATAL: Error inserting bluetooth (/lib/modules/3.0.0-15-generic/updates/cw-3.1/bluetooth.ko): Unknown symbol in module, or unknown parameter (see dmesg) flo@flomedio: ~ $ dmesg [ 460.266866] bluetooth: Unknown symbol security_sk_clone (err 0) The same occurs on version 3.0.0-14 of this backports package. It makes bluetooth unavailable if linux-backports-* is installed. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: linux-backports-modules-cw-3.1-3.0.0-15-generic 3.0.0-15.7 ProcVersionSignature: Ubuntu 3.0.0-15.25-generic 3.0.13 Uname: Linux 3.0.0-15-generic x86_64 ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Wed Jan 11 11:43:01 2012 InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Beta amd64+mac (20110921) ProcEnviron:  LANGUAGE=en_US:en  PATH=(custom, user)  LANG=en_US.UTF-8  SHELL=/bin/bash SourcePackage: linux-backports-modules-3.0.0 UpgradeStatus: No upgrade log present (probably fresh install)
2012-02-17 05:15:03 Gerben removed subscriber Gerben
2012-02-20 23:05:12 Bohdan Kmit' bug added subscriber Bohdan Kmit'
2012-02-22 21:55:29 Tim Gardner linux-backports-modules-3.0.0 (Ubuntu): status Confirmed Fix Committed
2012-02-27 20:17:11 James M. Leddy branch unlinked lp:~jm-leddy/ubuntu/oneiric/linux-backports-modules-3.0.0/fix-914689
2012-02-27 20:19:49 James M. Leddy attachment added bt-abi-fix-v2.patch https://bugs.launchpad.net/ubuntu/+source/linux-backports-modules-3.0.0/+bug/914689/+attachment/2788851/+files/0001-UBUNTU-Implement-dummy-security_sk_clone-for-compat-.patch
2012-03-12 15:22:20 Launchpad Janitor branch linked lp:ubuntu/oneiric-proposed/linux-backports-modules-3.0.0
2012-03-12 16:36:49 Henrique Ferreiro removed subscriber Henrique Ferreiro
2012-03-27 11:02:09 Launchpad Janitor linux-backports-modules-3.0.0 (Ubuntu): status Fix Committed Fix Released