From: Greg Kroah-Hartman Date: Mon, 5 Aug 2019 12:07:55 +0000 (+0200) Subject: email fixup for 4.14 X-Git-Tag: v4.4.188~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f34d9599945c47a21c4dd8186f9315124a4bb34;p=thirdparty%2Fkernel%2Fstable-queue.git email fixup for 4.14 --- diff --git a/queue-4.14/gcc-9-properly-declare-the-pv-hv-clock_page-storage.patch b/queue-4.14/gcc-9-properly-declare-the-pv-hv-clock_page-storage.patch index a49d049ab43..fdf1a6242d2 100644 --- a/queue-4.14/gcc-9-properly-declare-the-pv-hv-clock_page-storage.patch +++ b/queue-4.14/gcc-9-properly-declare-the-pv-hv-clock_page-storage.patch @@ -23,7 +23,7 @@ when we then access more than one byte from those variables. Fix this by simply making the declaration of the variables match reality, which makes the compiler happy too. -Signed-off-by: Linus Torvalds +Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman ---