2016-03-09 14:05 GMT+03:00 Alexander Potapenko <[email protected]>:

> +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 */
> +};
> +

Reply via email to