Here are the results for the bisection process Jakub conducted. Here's the bisect log done on the mainline kernel tree:
git bisect start # bad: [1bae4ce27c9c90344f23c65ea6966c50ffeae2f5] Linux 2.6.38-rc2 git bisect bad 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 # good: [c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470] Linux 2.6.38-rc1 git bisect good c56eb8fb6dccb83d9fe62fd4dc00c834de9bc470 # good: [c745552a82cbf3a82adea5210212ed31ec03388d] Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6 git bisect good c745552a82cbf3a82adea5210212ed31ec03388d # bad: [01c40c048b0f3f377e6d27b35fd99f04efcc21dd] [media] v4l: Include linux/videodev2.h in media/v4l2-ctrls.h git bisect bad 01c40c048b0f3f377e6d27b35fd99f04efcc21dd # good: [6183040680c56ec4bd3d7c9398cbc05e84d60c1f] [media] saa7134: Fix analog mode for Kworld SBTVD git bisect good 6183040680c56ec4bd3d7c9398cbc05e84d60c1f # bad: [76f1ef427c0aab3d3c917b497562ea2cdaaae056] [media] rc/imon: default to key mode instead of mouse mode git bisect bad 76f1ef427c0aab3d3c917b497562ea2cdaaae056 # good: [14b67c2969ebf50bd5534b2a0c441f8569a9361e] [media] gspca - ov534: Propagate errors to higher level git bisect good 14b67c2969ebf50bd5534b2a0c441f8569a9361e # good: [34b8fc8e683cbcbbe47806260ef5dc505915b45f] [media] V4L2: WL1273 FM Radio: Replace ioctl with unlocked_ioctl git bisect good 34b8fc8e683cbcbbe47806260ef5dc505915b45f # bad: [2e4c55626a0c30b5b2bc9469c025a563a81c3785] [media] rc/ene_ir: fix oops on module load git bisect bad 2e4c55626a0c30b5b2bc9469c025a563a81c3785 # good: [7d2edfc23e9852591cb031a26093cdcd07a34a90] [media] rc/imon: fix ffdc device detection oops git bisect good 7d2edfc23e9852591cb031a26093cdcd07a34a90 And the resulting, first bad commit as identified by git: 2e4c55626a0c30b5b2bc9469c025a563a81c3785 is the first bad commit commit 2e4c55626a0c30b5b2bc9469c025a563a81c3785 Author: Kyle McMartin <kmcmar...@redhat.com> Date: Thu Jan 6 16:59:33 2011 -0300 [media] rc/ene_ir: fix oops on module load dev->rdev is accessed in ene_setup_hw_settings, so it needs to be wired up before then. [Jarod Wilson]: Also fix a possible improper resource freeing bug while we're looking at possible probe issues here. Signed-off-by: Kyle McMartin <kmcmar...@redhat.com> CC: Maxim Levitsky <maximlevit...@gmail.com> Signed-off-by: Jarod Wilson <ja...@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> :040000 040000 17fd4e10f1702cacbd5e82fd16e970bc7ed572d2 0cb5b4d88b70c470570c801259d1007495b509bd M drivers The fact that the code is in the apparently little-used ene_ir module is a bit disconcerting. However, I'm attaching Jakub's lsmod output, showing that he indeed has that module loaded, meaning that it's not entirely impossible that some change to this code is causing the problem. --- Ubuntu Bug Squad volunteer triager http://wiki.ubuntu.com/BugSquad -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/784484 Title: dramatic kernel panic on Ubuntu 11.04 and derivatives- when rebooted. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/784484/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs