From: Greg Kroah-Hartman Date: Mon, 5 Feb 2018 17:42:24 +0000 (-0800) Subject: add reviewed-by to a 4.9 patch X-Git-Tag: v3.18.94~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c418f3bed1e191c4f44c19029acaf17b537654b;p=thirdparty%2Fkernel%2Fstable-queue.git add reviewed-by to a 4.9 patch --- diff --git a/queue-4.9/kaiser-allocate-pgd-with-order-0-when-pti-off.patch b/queue-4.9/kaiser-allocate-pgd-with-order-0-when-pti-off.patch index 260551edeb0..f9a8a4b85c0 100644 --- a/queue-4.9/kaiser-allocate-pgd-with-order-0-when-pti-off.patch +++ b/queue-4.9/kaiser-allocate-pgd-with-order-0-when-pti-off.patch @@ -17,7 +17,7 @@ Fix that by moving the definition of PGD_ALLOCATION_ORDER from asm/pgalloc.h to asm/pgtable.h, which already defines kaiser_enabled. Fixes: 1b92c48a2eeb ("x86/pti/efi: broken conversion from efi to kernel page table") -Cc: Pavel Tatashin +Reviewed-by: Pavel Tatashin Cc: Steven Sistare Cc: Jiri Kosina Signed-off-by: Hugh Dickins