Re: "bad pmd" errors + oops with KPTI on 4.14.11 after loading X.509 certs

From: Ingo Molnar
Date: Thu Jan 04 2018 - 02:22:24 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> These will cherry-pick cleanly, so it would be nice to test them on top of of the
> -stable kernel that fails:
>
> for N in 450cbdd0125c 4d2dc2cc766c 1e0f25dbf246 be62a3204406 0c3292ca8025 9d0b62328d34; do git cherry-pick $N; done
>
> if this brute-force approach resolves the problem then we have a shorter list of
> fixes to look at.

As per Greg's followup this should not matter - but nevertheless for completeness
these commits also need f54bb2ec02c83 as a dependency, so the full list is:

for N in 450cbdd0125c 4d2dc2cc766c 1e0f25dbf246 be62a3204406 0c3292ca8025 9d0b62328d34 f54bb2ec02c83; do git cherry-pick $N; done

Thanks,

Ingo