blob: 1ae04202b09778a0137858881c763f6b487f6743 [file] [log] [blame]
Joel Stanley514bd262016-12-21 12:04:08 +10301From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Joel Stanley <joel@jms.id.au>
3Date: Wed, 14 Dec 2016 13:20:09 +1030
4Subject: [PATCH 13/13] Release 4.4.39-openpower1
5
6 - Add "drivers/gpu/drm/ast: Fix infinite loop if read fails" to avoid
7 hanging when probing the the Aspeed graphics device. This is queued in
8 drm-misc-fixes[1]
9
10 - Move to latest upstream stable release 4.4.39
11
12[1] https://patchwork.kernel.org/patch/9477147/
13
14Signed-off-by: Joel Stanley <joel@jms.id.au>
15---
16 Makefile | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19diff --git a/Makefile b/Makefile
20index 88d26a632bef..f10041067025 100644
21--- a/Makefile
22+++ b/Makefile
23@@ -1,7 +1,7 @@
24 VERSION = 4
25 PATCHLEVEL = 4
26 SUBLEVEL = 39
27-EXTRAVERSION =
28+EXTRAVERSION = -openpower1
29 NAME = Blurry Fish Butt
30
31 # *DOCUMENTATION*
32--
332.11.0
34