From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933537AbcCOWNk (ORCPT ); Tue, 15 Mar 2016 18:13:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33950 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933237AbcCOWNi (ORCPT ); Tue, 15 Mar 2016 18:13:38 -0400 Date: Tue, 15 Mar 2016 15:13:31 -0700 From: Andrew Morton To: "Luis R. Rodriguez" Cc: tony.luck@intel.com, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, fengguang.wu@intel.com, mingo@kernel.org, bp@suse.de Subject: Re: [PATCH] ia64: define ioremap_uc() Message-Id: <20160315151331.5359bfcece84a4889ecfd2d7@linux-foundation.org> In-Reply-To: <1457382894-13553-1-git-send-email-mcgrof@kernel.org> References: <201603062005.lhOBibd1%fengguang.wu@intel.com> <1457382894-13553-1-git-send-email-mcgrof@kernel.org> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Mar 2016 12:34:54 -0800 "Luis R. Rodriguez" wrote: > All architectures now need ioremap_uc(), ia64 seems defines > this already through its ioremap_nocache() and it already > ensures it *only* uses UC. > > Reported-by: 0 day bot > Signed-off-by: Luis R. Rodriguez > --- > > Note, this is actually needed since v4.3 to complete an allyesconfig > compile on ia64, there were others archs that needed this, and this > one just seems to have fallen through the cracks. So a cc:stable was needed. I've added that to my copy of the patch. Tony ack?