From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753632AbbFCXvI (ORCPT ); Wed, 3 Jun 2015 19:51:08 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:33265 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752097AbbFCXvA (ORCPT ); Wed, 3 Jun 2015 19:51:00 -0400 MIME-Version: 1.0 In-Reply-To: <1430343851-967-1-git-send-email-mcgrof@do-not-panic.com> References: <1430343851-967-1-git-send-email-mcgrof@do-not-panic.com> From: "Luis R. Rodriguez" Date: Wed, 3 Jun 2015 16:50:38 -0700 X-Google-Sender-Auth: 7DtT6M8Byd0DLW9K9xE5qK8Z3Y4 Message-ID: Subject: Re: [PATCH v4 0/6] x86: document and address MTRR corner cases To: =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= Cc: Doug Ledford , Andy Walls , Andy Lutomirski , "Michael S. Tsirkin" , "cocci@systeme.lip6.fr" , "linux-kernel@vger.kernel.org" , "Luis R. Rodriguez" , Dave Airlie , Daniel Vetter , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Borislav Petkov , Tomi Valkeinen , Jean-Christophe Plagniol-Villard Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 29, 2015 at 2:44 PM, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This series addresses one commend fix on the table for mtrr_add() > effect on the PAT case when UC- is used. Other than that it is > the same as v4. > > Luis R. Rodriguez (6): > x86: add ioremap_uc() - force strong UC, PCD=1, PWT=1 > x86: document WC MTRR effects on PAT / non-PAT pages > video: fbdev: atyfb: move framebuffer length fudging to helper > video: fbdev: atyfb: clarify ioremap() base and length used > video: fbdev: atyfb: replace MTRR UC hole with strong UC > video: fbdev: atyfb: use arch_phys_wc_add() and ioremap_wc() Ville, the x86 patches are in and on their way to the next version of Linux. Can I trouble you for your review of the atyfb driver changes? Luis From mboxrd@z Thu Jan 1 00:00:00 1970 From: mcgrof@suse.com (Luis R. Rodriguez) Date: Wed, 3 Jun 2015 16:50:38 -0700 Subject: [Cocci] [PATCH v4 0/6] x86: document and address MTRR corner cases In-Reply-To: <1430343851-967-1-git-send-email-mcgrof@do-not-panic.com> References: <1430343851-967-1-git-send-email-mcgrof@do-not-panic.com> Message-ID: To: cocci@systeme.lip6.fr List-Id: cocci@systeme.lip6.fr On Wed, Apr 29, 2015 at 2:44 PM, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > This series addresses one commend fix on the table for mtrr_add() > effect on the PAT case when UC- is used. Other than that it is > the same as v4. > > Luis R. Rodriguez (6): > x86: add ioremap_uc() - force strong UC, PCD=1, PWT=1 > x86: document WC MTRR effects on PAT / non-PAT pages > video: fbdev: atyfb: move framebuffer length fudging to helper > video: fbdev: atyfb: clarify ioremap() base and length used > video: fbdev: atyfb: replace MTRR UC hole with strong UC > video: fbdev: atyfb: use arch_phys_wc_add() and ioremap_wc() Ville, the x86 patches are in and on their way to the next version of Linux. Can I trouble you for your review of the atyfb driver changes? Luis