From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94EF6CE79A5 for ; Mon, 25 Sep 2023 22:24:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232009AbjIYWYT (ORCPT ); Mon, 25 Sep 2023 18:24:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229485AbjIYWYS (ORCPT ); Mon, 25 Sep 2023 18:24:18 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83E9A107 for ; Mon, 25 Sep 2023 15:24:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=uLxZyjN66pBQO8gMl/pck2R9H8xsWlFrcpfHggZ9L8Y=; b=Ca/9DU+dZPf19xtSjHvzI+i/TS ft4LamniaEbFSluWMLkkyI9pjli7J1bXXQlYALvQVw+gVBF0st+c3TSzX/3BW0JS2n3cYSqvjDpxg 8AVLU3SACP3gyO4z1+EWhbX/jDKLiM+jDn1zlf7Gj+G0PCYBr8Mt60wI9zMPkBq0TZiXa4me+SJs+ 39RzAJv7sbyuaXiAHEh+JRJaOSJxMraU37oqvGHGl7tqWvutNRav0W8HL/Onog7gEtRWUVgQHrcot 2jBxAXDNRX0+2LxRLHEF+9hSGjd5AHtnQlGy8D1HV4S2qz+bTowZZmkvd5fF/VPLmhubAcujCZ3lo ErfDYE2A==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1qktzf-0040hE-M4; Mon, 25 Sep 2023 22:23:56 +0000 Date: Mon, 25 Sep 2023 23:23:55 +0100 From: Matthew Wilcox To: Hugh Dickins Cc: Andrew Morton , Andi Kleen , Christoph Lameter , Mike Kravetz , David Hildenbrand , Suren Baghdasaryan , Yang Shi , Sidhartha Kumar , Vishal Moola , Kefeng Wang , Greg Kroah-Hartman , Tejun Heo , Mel Gorman , Michal Hocko , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 04/12] mempolicy trivia: delete those ancient pr_debug()s Message-ID: References: <2d872cef-7787-a7ca-10e-9d45a64c80b4@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 25, 2023 at 01:25:09AM -0700, Hugh Dickins wrote: > Delete those ancient pr_debug()s - PDprintk()s in Andi Kleen's original > submission of core NUMA API, and useful when debugging shared mempolicy > lifetime back then, but not used recently. Reviewed-by: Matthew Wilcox (Oracle)