Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbdHXSQS (ORCPT ); Thu, 24 Aug 2017 14:16:18 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:36207 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751886AbdHXSQR (ORCPT ); Thu, 24 Aug 2017 14:16:17 -0400 MIME-Version: 1.0 In-Reply-To: <85fb2a78-cbb7-dceb-12e8-7d18519c30a0@linux.intel.com> References: <20170818185455.qol3st2nynfa47yc@techsingularity.net> <20170821183234.kzennaaw2zt2rbwz@techsingularity.net> <37D7C6CF3E00A74B8858931C1DB2F07753788B58@SHSMSX103.ccr.corp.intel.com> <37D7C6CF3E00A74B8858931C1DB2F0775378A24A@SHSMSX103.ccr.corp.intel.com> <37D7C6CF3E00A74B8858931C1DB2F0775378A377@SHSMSX103.ccr.corp.intel.com> <37D7C6CF3E00A74B8858931C1DB2F0775378A8AB@SHSMSX103.ccr.corp.intel.com> <6e8b81de-e985-9222-29c5-594c6849c351@linux.intel.com> <85fb2a78-cbb7-dceb-12e8-7d18519c30a0@linux.intel.com> From: Linus Torvalds Date: Thu, 24 Aug 2017 11:16:15 -0700 X-Google-Sender-Auth: 75Fz07lga_pNk3XTLqzxvkC5ME4 Message-ID: Subject: Re: [PATCH 1/2] sched/wait: Break up long wake list walk To: Tim Chen Cc: "Liang, Kan" , Mel Gorman , Mel Gorman , "Kirill A. Shutemov" , Peter Zijlstra , Ingo Molnar , Andi Kleen , Andrew Morton , Johannes Weiner , Jan Kara , 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: 309 Lines: 9 On Thu, Aug 24, 2017 at 10:49 AM, Tim Chen wrote: > > These changes look fine. We are testing them now. > Does the second patch in the series look okay to you? I didn't really have any reaction to that one, as long as Mel&co are ok with it, I'm fine with it. Linus