Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751715AbdINRBC (ORCPT ); Thu, 14 Sep 2017 13:01:02 -0400 Received: from mail-it0-f49.google.com ([209.85.214.49]:47505 "EHLO mail-it0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751614AbdINRBA (ORCPT ); Thu, 14 Sep 2017 13:01:00 -0400 X-Google-Smtp-Source: AOwi7QCYeQjkwVZYyxKIWr2pY4qeScanfL4n0qvXWAyIVeVI6fSihEg/RJfK9wUQpKz69RN2mYQnC5y0kUbHXPFanj0= MIME-Version: 1.0 In-Reply-To: <67545647-1371-4540-84ae-e33d1c5c8465@linux.intel.com> References: <83f675ad385d67760da4b99cd95ee912ca7c0b44.1503677178.git.tim.c.chen@linux.intel.com> <37D7C6CF3E00A74B8858931C1DB2F077537A07E9@SHSMSX103.ccr.corp.intel.com> <37D7C6CF3E00A74B8858931C1DB2F077537A1C19@SHSMSX103.ccr.corp.intel.com> <67545647-1371-4540-84ae-e33d1c5c8465@linux.intel.com> From: Linus Torvalds Date: Thu, 14 Sep 2017 10:00:56 -0700 X-Google-Sender-Auth: TSigqp-FUOMzua9joWoVDMm6iC0 Message-ID: Subject: Re: [PATCH 2/2 v2] sched/wait: Introduce lock breaker in wake_up_page_bit To: Tim Chen Cc: "Liang, Kan" , Mel Gorman , Peter Zijlstra , Ingo Molnar , Andi Kleen , Andrew Morton , Johannes Weiner , Jan Kara , Christopher Lameter , "Eric W . Biederman" , Davidlohr Bueso , linux-mm , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 353 Lines: 11 On Thu, Sep 14, 2017 at 9:50 AM, Tim Chen wrote: > > Kan tested this before so it should be still good. > I checked that it applied cleanly on latest master. Thanks, applied. I really hope we end up fixing the migration thing too, but at least 4.14 will have the mitigation for the long wait queues. Linus