oeeae Izik Eidus: > oeeae Ryota OZAKI: >> Hi Izik, >> >> I've tried your patch set, but ksm doesn't work in my machine. >> >> I compiled linux patched with the four patches and configured with KSM >> and KVM enabled. After boot with the linux, I run two VMs running linux >> using QEMU with a patch in your mail and started KSM scanner with your >> script, then the host linux caused panic with the following oops. >> > > Yes you are right, we are missing pte_unmap(pte); in get_pte()! > that will effect just 32bits with highmem so this why you see it > thanks for the reporting, i will fix it for v3 > > below patch should fix it (i cant test it now, will test it for v3) > > can you report if it fix your problem? thanks > Thinking about what i just did, it is wrong, this patch is the right one (still wasnt tested), but if you are going to apply something then use this one. thanks