Re: kvm_amd: Unknown symbol signal_pending - where should I be looking?

2007-06-30 Thread Satyam Sharma

On 7/1/07, jim miro <[EMAIL PROTECTED]> wrote:

I am trying to get Kvm running on Debian with a custom
 2.6.22-rc5 amd dual core kernel.


Custom as in custom (non-mainline) patches? Can't really
help with those, then.


To prepare I do:

/sbin/modprobe kvm-amd
FATAL: Error inserting kvm_amd
(/lib/modules/2.6.22-rc5/extra/kvm-amd.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

dmesg returns:
kvm_amd: Unknown symbol signal_pending


signal_pending was supposed to be an inline, and
drivers/kvm/svm.c does #include sched.h ... so not sure
where's the problem.


lsmod shows:
kvm56996  0


Send your .config, in any case.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: kvm_amd: Unknown symbol signal_pending - where should I be looking?

2007-06-30 Thread Satyam Sharma

On 7/1/07, jim miro [EMAIL PROTECTED] wrote:

I am trying to get Kvm running on Debian with a custom
 2.6.22-rc5 amd dual core kernel.


Custom as in custom (non-mainline) patches? Can't really
help with those, then.


To prepare I do:

/sbin/modprobe kvm-amd
FATAL: Error inserting kvm_amd
(/lib/modules/2.6.22-rc5/extra/kvm-amd.ko): Unknown
symbol in module, or unknown parameter (see dmesg)

dmesg returns:
kvm_amd: Unknown symbol signal_pending


signal_pending was supposed to be an inline, and
drivers/kvm/svm.c does #include sched.h ... so not sure
where's the problem.


lsmod shows:
kvm56996  0


Send your .config, in any case.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/