Comment 24 for bug 197959

Revision history for this message
Leann Ogasawara (leannogasawara) wrote :

Hi der_vegi,

Thanks for testing upstream. It's a least a little comforting knowing that Hardy+1 (the Intrepid Ibex) should resolve this issue since it will sync with the upstream kernel. However, it would be nice to see Hardy working. If you would be comfortable doing the git bisect on the Ubuntu kernel: git://kernel.ubuntu.com/ubuntu/ubuntu-hardy.git that would be great. Or if you want to narrow down the upstream patch that fixes this we could also just pull in that patch to Hardy. I'd maybe suggest doing the latter. The following git command can be helpful to see what patches and changes have been applied: git log -p [directory/file]

For example:

git log -p drivers/net/wireless/b43

or

git log -p drivers/net/wireless/b43/main.c

Take out the -p flag if you just want to see the patch descriptions.

I hope that helps. Thanks.