From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752207AbeFANVG (ORCPT ); Fri, 1 Jun 2018 09:21:06 -0400 Received: from merlin.infradead.org ([205.233.59.134]:60652 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751068AbeFANVC (ORCPT ); Fri, 1 Jun 2018 09:21:02 -0400 Date: Fri, 1 Jun 2018 15:20:55 +0200 From: Peter Zijlstra To: Mike Galbraith Cc: LKML , Andy Lutomirski Subject: Re: 4.13..4.14 scheduling overhead regression (bisected - b956575bed91) Message-ID: <20180601132055.GT12198@hirez.programming.kicks-ass.net> References: <1527857873.4674.11.camel@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1527857873.4674.11.camel@gmx.de> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 01, 2018 at 02:57:53PM +0200, Mike Galbraith wrote: > b956575bed91ecfb136a8300742ecbbf451471ab is the first bad commit > commit b956575bed91ecfb136a8300742ecbbf451471ab > Author: Andy Lutomirski > Date: Mon Oct 9 09:50:49 2017 -0700 > > x86/mm: Flush more aggressively in lazy TLB mode Oh boy... Maybe we should start looking at that optimization Andy mentioned. IIRC all page freeing does indeed go through tlb_remove_page(), it shouldn't be too hard to make that work.