Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752572AbdH2QWy (ORCPT ); Tue, 29 Aug 2017 12:22:54 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:37653 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751241AbdH2QWx (ORCPT ); Tue, 29 Aug 2017 12:22:53 -0400 MIME-Version: 1.0 In-Reply-To: References: <83f675ad385d67760da4b99cd95ee912ca7c0b44.1503677178.git.tim.c.chen@linux.intel.com> <37D7C6CF3E00A74B8858931C1DB2F077537A07E9@SHSMSX103.ccr.corp.intel.com> From: Linus Torvalds Date: Tue, 29 Aug 2017 09:22:51 -0700 X-Google-Sender-Auth: YQXRFpEN3USVmMvetrO38AOymjU 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: 284 Lines: 10 On Tue, Aug 29, 2017 at 9:17 AM, Tim Chen wrote: > > BTW, are you going to add the chunk below separately as part of your > wait queue cleanup patch? I did. Commit 9c3a815f471a ("page waitqueue: always add new entries at the end") Linus