Messages in this thread |  | | Date | Sat, 29 Oct 2016 23:45:40 +0200 | From | Pavel Machek <> | Subject | Re: [kernel-hardening] rowhammer protection [was Re: Getting interrupt every million cache misses] |
| |
On Sat 2016-10-29 23:07:59, Daniel Gruss wrote: > On 29.10.2016 23:05, Pavel Machek wrote: > >So far I did bzip2 and kernel compilation. I believe I can prevent > >flips in rowhammer-test with bzip2 going from 4 seconds to 5 > >seconds... let me see. > > can you prevent bitflips in this one? > https://github.com/IAIK/rowhammerjs/tree/master/native
Thanks for the pointer. Unfortunately, my test machine has 64-bit kernel, but 32-bit userland, so I can't compile it:
g++ -g -pthread -std=c++11 -O3 -o rowhammer rowhammer.cc rowhammer.cc: In function ‘int main(int, char**)’: rowhammer.cc:243:57: error: inconsistent operand constraints in an ‘asm’ asm volatile ("rdtscp" : "=a" (a), "=d" (d) : : "rcx");
I tried g++ -m64, but that does not seem to work here at all. I'll try to find some way to compile it during the week.
(BTW any idea which version would be right for this cpu?
processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU E7400 @ 2.80GHz stepping : 10
Its Wolfdale-3M according to wikipedia... that seems older than indy/sandy/haswell/skylake, so I'll just use the generic version...?)
> >Ok, let me try that. Problem is that the machine I'm testing on takes > >20 minutes to produce bit flip... > > will be lots faster with my code above ;)
Yes, that will help :-). Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html [unhandled content-type:application/pgp-signature] |  |