On Fri, Feb 05 2016, Kees Cook <keesc...@chromium.org> wrote: >> switch (kptr_restrict) { >> case 0: >> /* Always print %pK values */ >> break; >> case 1: { >> + const struct cred *cred; >> + >> + /* >> + * kptr_restrict==2 cannot be used in IRQ context >> because ^
should be 1, right? Rasmus