Joel Stanley | 8ac6ef0 | 2016-12-14 15:12:16 +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 12/12] Release 4.4.38-openpower1 |
| 5 | |
| 6 | - Backports to fix building with modern binutils |
| 7 | * powerpc: Convert cmp to cmpd in idle enter sequence |
| 8 | * powerpc/boot: Request no dynamic linker for boot wrapper |
| 9 | |
| 10 | - Add fix for our xhci workarounds. This fixes a hang in Petitboot when |
| 11 | shutting down with a usb device attached to an external usb hub. |
| 12 | * usb/xhci: allow xhci_check_bandwith in XHCI_STATE_REMOVING |
| 13 | |
| 14 | - Move to latest upstream stable release |
| 15 | * Includes fixes from 4.4.36, 4.4.37, 4.4.38 |
| 16 | |
| 17 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 18 | --- |
| 19 | Makefile | 2 +- |
| 20 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 21 | |
| 22 | diff --git a/Makefile b/Makefile |
| 23 | index 6876efe0d735..fd471c6e111c 100644 |
| 24 | --- a/Makefile |
| 25 | +++ b/Makefile |
| 26 | @@ -1,7 +1,7 @@ |
| 27 | VERSION = 4 |
| 28 | PATCHLEVEL = 4 |
| 29 | SUBLEVEL = 38 |
| 30 | -EXTRAVERSION = |
| 31 | +EXTRAVERSION = -openpower1 |
| 32 | NAME = Blurry Fish Butt |
| 33 | |
| 34 | # *DOCUMENTATION* |
| 35 | -- |
| 36 | 2.11.0 |
| 37 | |