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 9427AC433FE for ; Thu, 20 Oct 2022 11:22:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231286AbiJTLWY (ORCPT ); Thu, 20 Oct 2022 07:22:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33036 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230402AbiJTLWU (ORCPT ); Thu, 20 Oct 2022 07:22:20 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B48A4C5096 for ; Thu, 20 Oct 2022 04:22:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=VSIwmhqP/jNSEJa1XOiHn2dQLB S+eyj8XWjSxzIB6y3abhre9Jh0fzlaCSdmN7rR3Bxa3CT+eG3tPrZHxl+w3hXsovA1rYU0AFZRSAw opPDi9CImfjLY0G3IrfYB3MaPP1cHShc4G81Pq9O+m3/0YU6apJRomGZpYFJW0ELmCesz0UmBP1rU RyoRkzeiYNO9474rEWcgt6juff490nzgZhR4QQNquJr3W1Lv0ozL3hLPpSaJIHFTL0CLHkGmr9wwb 2H8lg+kPYsU9bAf3uSQILoxrye8ypgm6uFQCYgikuvv8+KBwPXWq9OMQGWOEe9zdRXkurBb6WIFcq Ehjicy6Q==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1olTcu-00E1Nd-CS; Thu, 20 Oct 2022 11:22:16 +0000 Date: Thu, 20 Oct 2022 04:22:16 -0700 From: Christoph Hellwig To: "Uladzislau Rezki (Sony)" Cc: Andrew Morton , linux-mm@kvack.org, LKML , Christoph Hellwig , Matthew Wilcox , Nicholas Piggin , Steven Rostedt , Oleksiy Avramchenko Subject: Re: [PATCH v2 1/7] mm: vmalloc: Add alloc_vmap_area trace event Message-ID: References: <20221018181053.434508-1-urezki@gmail.com> <20221018181053.434508-2-urezki@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221018181053.434508-2-urezki@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig