This series contains the patch set I've put together to get KDB working for openSUSE 11.3 (currently based on 2.6.32).
The big issue is that we do out-of-tree kernel builds with -C <src> and the KDB patches make some assumptions that it's an in-tree build. The first two fix problems with out of tree builds. Our packaging uses out-of-tree builds, so this hits us pretty quick. The final one reworks the USB keyboard handling of qh_completions to use a shared implementation that behaves differently when passed a kdb=1 parameter. I went back to the original KDB USB keyboard implementation and noticed that the difference between the original qh_completions and the kdb version was only the locking, so it made sense to do it this way. It is currently untested, but since the old USB keyboard code didn't build, it's a step up. :) Please CC me in replies as I'm not on the KDB list. -Jeff -- Jeff Mahoney SuSE Labs _______________________________________________ kdb mailing list [email protected] http://oss.sgi.com/mailman/listinfo/kdb
