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 06F95C433FE for ; Fri, 11 Nov 2022 09:59:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233295AbiKKJ71 (ORCPT ); Fri, 11 Nov 2022 04:59:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233254AbiKKJ7Y (ORCPT ); Fri, 11 Nov 2022 04:59:24 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9203011C3C for ; Fri, 11 Nov 2022 01:59:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 08CABCE2651 for ; Fri, 11 Nov 2022 09:59:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96E58C433C1; Fri, 11 Nov 2022 09:59:16 +0000 (UTC) Date: Fri, 11 Nov 2022 09:59:13 +0000 From: Catalin Marinas To: "Kirill A. Shutemov" Cc: Dave Hansen , Andy Lutomirski , Peter Zijlstra , x86@kernel.org, Kostya Serebryany , Andrey Ryabinin , Andrey Konovalov , Alexander Potapenko , Taras Madan , Dmitry Vyukov , "H . J . Lu" , Andi Kleen , Rick Edgecombe , Bharata B Rao , Jacob Pan , Ashok Raj , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "David S. Miller" , Will Deacon Subject: Re: [PATCHv12 09/16] mm: Expose untagging mask in /proc/$PID/status Message-ID: References: <20221109165140.9137-1-kirill.shutemov@linux.intel.com> <20221109165140.9137-10-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221109165140.9137-10-kirill.shutemov@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 09, 2022 at 07:51:33PM +0300, Kirill A. Shutemov wrote: > Add a line in /proc/$PID/status to report untag_mask. It can be > used to find out LAM status of the process from the outside. It is > useful for debuggers. > > Signed-off-by: Kirill A. Shutemov > Cc: "David S. Miller" > Cc: Catalin Marinas > Cc: Will Deacon I though I acked v11. Here it is again, for arm64: Acked-by: Catalin Marinas