From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 30 Apr 2014 10:34:51 +0200 (CEST) Received: from mailapp01.imgtec.com ([195.89.28.114]:2101 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6816383AbaD3IesdB03W (ORCPT ); Wed, 30 Apr 2014 10:34:48 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 299158BA5FD55 for ; Wed, 30 Apr 2014 09:34:40 +0100 (IST) Received: from KLMAIL02.kl.imgtec.org (192.168.5.97) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.181.6; Wed, 30 Apr 2014 09:34:41 +0100 Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by klmail02.kl.imgtec.org (192.168.5.97) with Microsoft SMTP Server (TLS) id 14.3.181.6; Wed, 30 Apr 2014 09:34:41 +0100 Received: from [192.168.154.57] (192.168.154.57) by LEMAIL01.le.imgtec.org (192.168.152.62) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 30 Apr 2014 09:34:40 +0100 Message-ID: <5360B5A0.6020301@imgtec.com> Date: Wed, 30 Apr 2014 09:34:40 +0100 From: Markos Chandras User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Subject: Re: [PATCH] MIPS: mm: Fix broken microMIPS kernel regression. References: <1397156777-18759-1-git-send-email-Steven.Hill@imgtec.com> In-Reply-To: <1397156777-18759-1-git-send-email-Steven.Hill@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.57] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 39988 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: Markos.Chandras@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 04/10/2014 08:06 PM, Steven J. Hill wrote: > From: "Steven J. Hill" > > Commit f4ae17aa0f2122b52f642985b46210a1f2eceb0a broke microMIPS > kernel builds. This patch refactors that code similar to what > was done for the 'clear_page' and 'copy_page' functions. > > Signed-off-by: Steven J. Hill > --- Hi Ralf, If this patch is accepted, can we please consider it for the v3.14 stable kernel which is also affected? Thanks -- markos From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.89.28.114]:2101 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6816383AbaD3IesdB03W (ORCPT ); Wed, 30 Apr 2014 10:34:48 +0200 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 299158BA5FD55 for ; Wed, 30 Apr 2014 09:34:40 +0100 (IST) Message-ID: <5360B5A0.6020301@imgtec.com> Date: Wed, 30 Apr 2014 09:34:40 +0100 From: Markos Chandras MIME-Version: 1.0 Subject: Re: [PATCH] MIPS: mm: Fix broken microMIPS kernel regression. References: <1397156777-18759-1-git-send-email-Steven.Hill@imgtec.com> In-Reply-To: <1397156777-18759-1-git-send-email-Steven.Hill@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: linux-mips@linux-mips.org Message-ID: <20140430083440.1A8zUYkCWBj6bdG4sJrN5qR1fmiyEVTOU9W6zOFtSnk@z> On 04/10/2014 08:06 PM, Steven J. Hill wrote: > From: "Steven J. Hill" > > Commit f4ae17aa0f2122b52f642985b46210a1f2eceb0a broke microMIPS > kernel builds. This patch refactors that code similar to what > was done for the 'clear_page' and 'copy_page' functions. > > Signed-off-by: Steven J. Hill > --- Hi Ralf, If this patch is accepted, can we please consider it for the v3.14 stable kernel which is also affected? Thanks -- markos