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 E0446C61DA4 for ; Mon, 13 Mar 2023 14:14:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231226AbjCMOOF (ORCPT ); Mon, 13 Mar 2023 10:14:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231214AbjCMONp (ORCPT ); Mon, 13 Mar 2023 10:13:45 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B012FFF30 for ; Mon, 13 Mar 2023 07:13:14 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 228F4B81150 for ; Mon, 13 Mar 2023 14:12:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A63CC433EF; Mon, 13 Mar 2023 14:12:28 +0000 (UTC) Date: Mon, 13 Mar 2023 14:12:25 +0000 From: Catalin Marinas To: Joey Gouly Cc: Andrew Morton , nd@arm.com, acme@redhat.com, izbyshev@ispras.ru, peterx@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, Shuah Khan , Kees Cook Subject: Re: [PATCH v1 3/4] kselftest: vm: fix unused variable warning Message-ID: References: <20230308190423.46491-1-joey.gouly@arm.com> <20230308190423.46491-4-joey.gouly@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308190423.46491-4-joey.gouly@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 08, 2023 at 07:04:22PM +0000, Joey Gouly wrote: > From: Peter Xu > > Remove unused variable from the MDWE test. > > Fixes: 4cf1fe34fd18 ("kselftest: vm: add tests for memory-deny-write-execute") > Signed-off-by: Peter Xu > [joey: added commit message] > Signed-off-by: Joey Gouly > Cc: Catalin Marinas > Cc: Andrew Morton Acked-by: Catalin Marinas