2016-03-09 14:05 GMT+03:00 Alexander Potapenko <glider@xxxxxxxxxx>: > +struct kasan_track { > + u64 cpu : 6; /* for NR_CPUS = 64 */ What about NR_CPUS > 64 ? > + u64 pid : 16; /* 65536 processes */ > + u64 when : 42; /* ~140 years */ > +}; > + -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>