Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751741AbbD2VsN (ORCPT ); Wed, 29 Apr 2015 17:48:13 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:34223 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751085AbbD2VsK (ORCPT ); Wed, 29 Apr 2015 17:48:10 -0400 From: "Luis R. Rodriguez" To: mingo@elte.hu, tglx@linutronix.de, hpa@zytor.com, bp@suse.de, plagnioj@jcrosoft.com, tomi.valkeinen@ti.com, daniel.vetter@intel.com, airlied@linux.ie Cc: dledford@redhat.com, awalls@md.metrocast.net, syrjala@sci.fi, luto@amacapital.net, mst@redhat.com, cocci@systeme.lip6.fr, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH v4 0/8] x86: address drivers that do not work with PAT Date: Wed, 29 Apr 2015 14:44:19 -0700 Message-Id: <1430343867-1001-1-git-send-email-mcgrof@do-not-panic.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2222 Lines: 49 From: "Luis R. Rodriguez" This provides a bit of clean up on PAT and then adds addresses the agreed upon compromise of how we will address drivers with broken PAT support by using pat_enabled() and recommending to boot with "nopat" kernel parameter. With this and the rest of the easier changes submitted we should soon see a patch trickle down which buries MTRR from direct driver access. That will only be done once *all* the series addressing the conversion have been merged. The two driver changes that are implicated here have been reviewed by the respective maintainers, this goes with their respective ACKs. Luis R. Rodriguez (8): x86/mm/pat: use pr_info() and friends init.h: add __read_mostly to early_param_on_off() init.h: add early_param_on() and early_param_off() x86/mm/pat: use early_param_off() and redefine pat_enabled() arch/x86/mm/pat: export pat_enabled() ivtv: use arch_phys_wc_add() and require PAT disabled IB/ipath: add counting for MTRR IB/ipath: use arch_phys_wc_add() and require PAT disabled arch/x86/include/asm/pat.h | 7 +-- arch/x86/kernel/cpu/mtrr/main.c | 2 +- arch/x86/mm/iomap_32.c | 2 +- arch/x86/mm/ioremap.c | 4 +- arch/x86/mm/pageattr.c | 2 +- arch/x86/mm/pat.c | 86 ++++++++++++--------------- arch/x86/pci/i386.c | 6 +- drivers/infiniband/hw/ipath/Kconfig | 3 + drivers/infiniband/hw/ipath/ipath_driver.c | 18 ++++-- drivers/infiniband/hw/ipath/ipath_kernel.h | 4 +- drivers/infiniband/hw/ipath/ipath_wc_x86_64.c | 43 +++----------- drivers/media/pci/ivtv/Kconfig | 3 + drivers/media/pci/ivtv/ivtvfb.c | 58 +++++++----------- include/linux/init.h | 25 +++++++- 14 files changed, 123 insertions(+), 140 deletions(-) -- 2.3.2.209.gd67f9d5.dirty -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/