From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753656AbdLLOEa (ORCPT ); Tue, 12 Dec 2017 09:04:30 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:46527 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461AbdLLOEW (ORCPT ); Tue, 12 Dec 2017 09:04:22 -0500 X-Google-Smtp-Source: ACJfBoty/YN/pRlbpha6anxvRefkL7sWUN8q1she7cbTb+AxsxFXt0lDCvLqnUlg6Z+LTbHpK/MTQA== Date: Tue, 12 Dec 2017 15:04:18 +0100 From: Ingo Molnar To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, ppaalanen@gmail.com, lyude@redhat.com, rostedt@goodmis.org, tglx@linutronix.de, kherbst@redhat.com, torvalds@linux-foundation.org, hpa@zytor.com, linux-tip-commits@vger.kernel.org, Karol Herbst Subject: Re: [tip:x86/urgent] x86/mm/kmmio: Fix mmiotrace for page unaligned addresses Message-ID: <20171212140418.56xld2lxja5rywp7@gmail.com> References: <20171127075139.4928-1-kherbst@redhat.com> <20171212134952.2hok6754245qshv3@hirez.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171212134952.2hok6754245qshv3@hirez.programming.kicks-ass.net> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > On Tue, Dec 12, 2017 at 02:55:30AM -0800, tip-bot for Karol Herbst wrote: > > Commit-ID: 6d60ce384d1d5ca32b595244db4077a419acc687 > > Gitweb: https://git.kernel.org/tip/6d60ce384d1d5ca32b595244db4077a419acc687 > > Author: Karol Herbst > > AuthorDate: Mon, 27 Nov 2017 08:51:39 +0100 > > Committer: Ingo Molnar > > CommitDate: Mon, 11 Dec 2017 15:35:18 +0100 > > > > x86/mm/kmmio: Fix mmiotrace for page unaligned addresses > > OK, let me hijack this thread since apparently people use and care about > mmiotrace. > > I was recently auditing the x86 tlb flushing and ran across this > 'thing'. Can someone please explain to me how this is supposed to work > and how its not completely broken? (I have Cc:-ed other gents as well.) Thanks, Ingo