Joel Stanley | 514bd26 | 2016-12-21 12:04:08 +1030 | [diff] [blame] | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joel Stanley <joel@jms.id.au> |
| 3 | Date: Wed, 14 Dec 2016 13:20:09 +1030 |
| 4 | Subject: [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 | |
| 14 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 15 | --- |
| 16 | Makefile | 2 +- |
| 17 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 18 | |
| 19 | diff --git a/Makefile b/Makefile |
| 20 | index 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 | -- |
| 33 | 2.11.0 |
| 34 | |