Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbdHVXTH (ORCPT ); Tue, 22 Aug 2017 19:19:07 -0400 Received: from mail-oi0-f48.google.com ([209.85.218.48]:36509 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752332AbdHVXTG (ORCPT ); Tue, 22 Aug 2017 19:19:06 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170818185455.qol3st2nynfa47yc@techsingularity.net> <20170821183234.kzennaaw2zt2rbwz@techsingularity.net> <37D7C6CF3E00A74B8858931C1DB2F07753788B58@SHSMSX103.ccr.corp.intel.com> <37D7C6CF3E00A74B8858931C1DB2F0775378A24A@SHSMSX103.ccr.corp.intel.com> <20170822190828.GO32112@worktop.programming.kicks-ass.net> <20170822193714.GZ28715@tassilo.jf.intel.com> <20170822212408.GC28715@tassilo.jf.intel.com> From: Linus Torvalds Date: Tue, 22 Aug 2017 16:19:04 -0700 X-Google-Sender-Auth: 94plhIngvuDjcsfa0rPdKVqGJFE Message-ID: Subject: Re: [PATCH 1/2] sched/wait: Break up long wake list walk To: Andi Kleen Cc: Christopher Lameter , Peter Zijlstra , "Liang, Kan" , Mel Gorman , Mel Gorman , "Kirill A. Shutemov" , Tim Chen , Ingo Molnar , 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: 535 Lines: 14 On Tue, Aug 22, 2017 at 3:52 PM, Linus Torvalds wrote: > > The *other* memory policies look fairly sane. They basically have a > fairly well-defined preferred node for the policy (although the > "MPOL_INTERLEAVE" looks wrong for a hugepage). But > MPOL_PREFERRED/MPOL_F_LOCAL really looks completely broken. Of course, I don't know if that customer test-case actually triggers that MPOL_PREFERRED/MPOL_F_LOCAL case at all. So again, that issue may not even be what is going on. Linus