Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1951996AbdDYV0c (ORCPT ); Tue, 25 Apr 2017 17:26:32 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:59487 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1951750AbdDYV0Y (ORCPT ); Tue, 25 Apr 2017 17:26:24 -0400 Date: Tue, 25 Apr 2017 14:26:20 -0700 From: Guenter Roeck To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org, "Oliver O'Halloran" , Michael Ellerman Subject: Re: [PATCH 4.4 00/28] 4.4.64-stable review Message-ID: <20170425212620.GA29981@roeck-us.net> References: <20170425150814.719042460@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170425150814.719042460@linuxfoundation.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 929 Lines: 21 On Tue, Apr 25, 2017 at 04:08:31PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.64 release. > There are 28 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Thu Apr 27 15:08:00 UTC 2017. > Anything received after that time might be too late. > Early feedback: Various powerpc builds (defconfig, allmodconfig, ppc64e_defconfig, cell_defconfig, maple_defconfig) fail with arch/powerpc/kernel/misc_64.S: Assembler messages: arch/powerpc/kernel/misc_64.S:72: Error: .localentry expression for `flush_icache_range' does not evaluate to a constant This appears to be due to 'powerpc/64: Fix flush_(d|i)cache_range() called from modules'. No idea what is wrong with it, though; maybe some context patch is missing. Copying the author and Michael. Guenter