OK, I dont know much about all the various versions and dist etc.... I solved this problem for myself by replacing the call for "find_task_by_pid_type(PIDTYPE_PID, pid)" to pid_task(find_pid_ns(pid, &init_pid_ns), PIDTYPE_PID)
Actually checking the "linux/sched.h" file, i found that find_task_by_pid_type (etc are defined here) I see that they are defined "static" which tells me that things might have changed between kernel versions and hence all the issues.... But I might be totally off the charts here -Amber -- cannot build exmap module in intrepid ibex https://bugs.launchpad.net/bugs/284863 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
